Releases: tektoncd/operator
Tekton Operator release v0.50.0
-Docs @ v0.50.0
-Examples @ v0.50.0
Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.50.0/release.yaml
Thanks
Thanks to these contributors who contributed to v0.50.0!
- ❤️ @MarcusNoble
- ❤️ @PuneetPunamiya
- ❤️ @alexashley
- ❤️ @cpwc
- ❤️ @khrm
- ❤️ @nikhil-thomas
- ❤️ @piyush-garg
- ❤️ @pradeepitm12
- ❤️ @savitaashture
- ❤️ @sm43
- ❤️ @vdemeester
- ❤️ @vinamra28
- ❤️ @wzhanw
Extra shout-out for awesome release notes:
- 😍 @MarcusNoble
- 😍 @PuneetPunamiya
- 😍 @alexashley
- 😍 @cpwc
- 😍 @khrm
- 😍 @nikhil-thomas
- 😍 @piyush-garg
- 😍 @pradeepitm12
- 😍 @savitaashture
- 😍 @sm43
- 😍 @vdemeester
- 😍 @vinamra28
- 😍 @wzhanw
Unsorted PR List
- docs: fix typo in toleration required by operator (#452)
- Updates docs with how operator works! 🐱 (#451)
- Fix wrong url added in config of csv (#450)
- Make ConsoleCLiDownload supply binaries from local (#447)
- [OpenShift] Fixes configmap update error & handles reconcile error (#446)
- Add Install and Upragde metrics for Pipeline and Triggers (#445)
- [OpenShift] Bump git-cli task version in addon (#444)
- update tkn cli to v0.21.0 (#441)
- update cronjob api to v1 (#440)
- Bump git-cli and helm-upgrade-from-source (#436)
- Modify olm.skipRange handling in bundle generator (#432)
- Handles deletion of CRDs before deleting installer set (#430)
- Fixes AppendManifest used to read files from kodata (#428)
- Read component version from ConfigMap (#426)
- [OpenShift] Updates pipelines extension to use InstallerSet (#423)
- Fix adding default namespace as subjects to openshift-pipelines-clusterinterceptors clusterrolebinding (#422)
- Refactor TektonConfig Reconciler and Cleanup (#421)
- Add properties to configure Pipelines Metrics (#419)
- Configure Bundle Generation for Openshift (#418)
- Updates Addon reconciler to use TektonInstallerSet (#417)
- Fixes hash annotation key while updating TektonInstallerSet (#416)
- Set default value to TektonConfig object (#415)
- Fix move enable-api-fields to feature-flags CM (#414)
- [Openshift] Admin user can disable auto creation of RBAC resources (#412)
- Add enable-api-fields field for TektonTriggers (#411)
- adds auto-prune per namespace (#410)
- Refactors TektonTriggers to use TektonInstallerSet (#408)
- Update kustomization files to fix operator nightly issue (#406)
- correct typo in code comments (#405)
- Fixes deployment on OpenShift (#404)
- [OpenShift] Add param to enable/disable servicemonitor (#403)
- Add readonly property to Tekton Dashboard component (#402)
- [OpenShift] Disable quay image replacement (#398)
- Fix trigger installation issue (#397)
- Updates development docs to correct the profiles and their respective Tekton Components (#395)
- Removes the resources based on the profile set (#394)
- Patch vendor/ apimachinery to work on 1.22 (#393)
- tests: use go-cmp and diff (from pipeline) 🧙 (#392)
- Adds
scope-when-expressions-to-task
field for Pipelines (#390) - [OpenShift] Fixes rbac for Operator service account (#389)
- Update triggers to use v1beta1 and bump triggers, pipeline, knative and k8s version (#388)
- [OpenShift] Read version to add in rbac resources from env (#387)
- [OpenShift] Fixes failures on OpenShift (#386)
- Refactors TektonPipeline Reconciler (#385)
- config: replace any wildcard verbs by a list (#384)
- Removes the manifests on cleaning up using
make clean
(#383) - Use release version for
operator.tekton.dev/release
label value (#382) - Add METRICS_DOMAIN env in Deployments (#380)
- [OpenShift] Add triggers defaults in CR instead of transformers (#378)
- [OpenShift] fixes the disable affinity assistant configuration (#377)
- Update release pipelines by adding payload fetch Task (#376)
- Updates TektonConfig Controller to recreate components on deletion (#336)
- Add tooling to generate OperatorHub release artifacts (#307)
- Add an inital ROADMAP for the operator (#241)
To Be Done: Deprecation Notices, Backward Incompatible Changes
Tekton Operator release v0.49.0 ""
🎉 [TektonCD Operator 0.49.0] 🎉
Component Versions
Component | Version |
---|---|
TektonCD Pipeline | v0.26.0 |
TektonCD Triggers | v0.15.0 |
TektonCD Dashboard | v0.19.0 |
TektonCD Results | v0.1.1 |
⚠️ TektonCD Operator Versioning Change
From this release TektonCD operator will be versioned separately, instead of following the <tektoncd-pipeline-version>-<operator-build-number>
. We current goal is to make frequent releases of TektonCD Operator to keep up with individual releases in any of the supported TektonCD components. Therefore, depending on TektonCD Pipeline version to set the Operator version has become less ideal.
Installation
Installing the operator using the oneliner below will configure and install TektonCD Pipelines, TektonCD Triggers and TektonDashboard. We have to perform a few additional steps to install TektonCD Results. Please refer docs for more details.
kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.49.0/release.yaml
Features
- TektonResults Support: TektonCD Operator brings you TektonResults with this release. For more details refer docs.
Thanks
Thanks to these contributors who contributed to v0.49.0!
- ❤️ @afrittoli
- ❤️ @barthy1
- ❤️ @dibyom
- ❤️ @nikhil-thomas
- ❤️ @piyush-garg
- ❤️ @pradeepitm12
- ❤️ @savitaashture
- ❤️ @sm43
- ❤️ @vdemeester
- ❤️ @vinamra28
Extra shout-out for awesome release notes:
- 😍 @dibyom
- 😍 @nikhil-thomas
- 😍 @piyush-garg
- 😍 @pradeepitm12
- 😍 @savitaashture
- 😍 @sm43
Unsorted PR List
- [OpenShift] Add rbac files to pipelines while adding release yaml (#375)
- Cleanup: Removes unused file and code (#373)
- [OpenShift] Removes external reference in openshift payload (#371)
- Adds script to fetch release yaml while building the Operator (#369)
- Skip Tekton Result tests for Z and Power platforms (#367)
- [OpenShift] Add a version label on namespace (#366)
- fix autoprune not exectuing for second resource #38 (#364)
- [OpenShift] fixes adding label in namespace in rbac creation (#363)
- Install kn tasks on all arch (#362)
- [OpenShift] Optimize rbac creation in TektonConfig extention (#360)
- fix pipelinetemplate not working (#359)
- [OpenShift] Update pipeline default in CR instead of transformers (#356)
- [OpenShift] Add midstream script as extension (#355)
- [OpenShift] Update openshift-client task to v0.2 (#353)
- [Openshift] fixes addon sample pipelines (#351)
- Add namespace transformer for ClusterInterceptor (#349)
- Add sm43 as a reviewer (#348)
- Update publish-image task (#347)
- Add proxy-webhook to the list of built images (#345)
- Fix auto prune up (#343)
- Update git-clone 0.4 task for 1.5.0 (#342)
- Update Docs (#341)
- Append OwnerReference if already exists (#340)
- Fix EventListener instance deletion (#339)
- Configure node selection for components using CR spec (#338)
- Fix tkn task label (#337)
- [OpenShift] Update payloads for 1.5 release (#335)
- Fix the cp command in the release publish task (#332)
- Adds Webhook for Tekton Operator CRs (#330)
- Adds params to customize TektonAddon component on OpenShift (#328)
- Remove imagePullPolicy: Always from the controller 🧙 (#327)
- Update README with recent release's link. (#326)
- TektonConfig watch namespace event in Openshift (#325)
- auto-prune pipelinerun taskrun (#324)
- Bump jib-maven to 0.4 version (#323)
- Add API and Reconciler for Tekton Result (#322)
- Update rbac changes to support triggers clusterinterceptors (#321)
- Mount certs at different path than default (#317)
- Update profile name default to basic and basic to lite (#315)
- Provides fields in CRs to customize Pipelines Configmaps (#314)
- Fixes E2E test for TektonConfig (#313)
- Moves rbac controller logic to OpenShift extention (#312)
- Autocreates TektonConfig Instance for all platforms with
all
profile (#305) - Update knative deploy task (#303)
- Update proxy imlementation to give priority when proxy set at pipelinerun/taskrun (#284)
To Be Done: Deprecation Notices, Backward Incompatible Changes
Tekton Operator release v0.23.0-2
👉 Tekton Pipeline: v0.23.0
👉 Tekton Triggers: v0.13.0
👉 Tekton Dashboard: v0.16.1
Installation one-liner
- Install operator
kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.23.0-2/release.yaml
- Install Components (uses installation profiles:
default
,all
,basic
)# to installl pipelines, triggers and dashboard (use profile 'all') kubectl apply -f https://raw.githubusercontent.com/tektoncd/operator/v0.23.0-2/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml
How to upgrade from v0.23.0-1 :up_arrow:
kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.23.0-2/release.yaml
Changes
Fix
- Release fixes missing of interceptor yaml for triggers
Thanks
Thanks to these contributors who contributed to v0.23.0-2!
Extra shout-out for awesome release notes:
Tekton Operator release v0.23.0-1
👉 Tekton Pipeline: v0.23.0
👉 Tekton Triggers: v0.13.0
👉 Tekton Dashboard: v0.16.1
Installation one-liner
- Install operator
$ kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.23.0-1/release.yaml
- Install Components (uses installation profiles:
default
,all
,basic
)# to installl pipelines, triggers and dashboard (use profile 'all') $ kubectl apply -f https://raw.githubusercontent.com/tektoncd/operator/main/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml
Misc
- 🔨 Bump knative to 0.22 🧙 (#282)
Update knative dependency to 0.22 and kubernetes dependency to 0.19.7, and default minimum kubernetes version supported, v1.18.0
- 🔨 Remove serving references in CRDs 🧣 (#290)
Docs
- 📖 Add 0.22.0-2 to README 🧾 (#295)
- 📖 Update some dev. & end-user
docs
📖 (#289) - 📖 Add docs link for v0.22.0-1 (#276)
- 📖 Fix tiny typo in the main README 🙏 (#275)
Thanks
Thanks to these contributors who contributed to v0.23.0-1!
- ❤️ @afrittoli
- ❤️ @karthikjeeyar
- ❤️ @nikhil-thomas
- ❤️ @piyush-garg
- ❤️ @savitaashture
- ❤️ @vdemeester
Extra shout-out for awesome release notes:
Tekton Operator release v0.22.0-3
👉 Tekton Pipeline: v0.22.0
👉 Tekton Triggers: v0.12.1
👉 Tekton Dashboard: v0.15.0
Installation one-liner
- Install operator
$ kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.22.0-3/release.yaml
- Install Components (uses installation profiles:
default
,all
,basic
)# to installl pipelines, triggers and dashboard (use profile 'all') $ kubectl apply -f https://raw.githubusercontent.com/tektoncd/operator/main/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml
Thanks
Thanks to these contributors who contributed to v0.22.0-3!
- ❤️ @vdemeester
- ❤️ @houshengbo
Extra shout-out for awesome release notes:
Tekton Operator release v0.22.0-2
👉 Tekton Pipeline: v0.22.0
👉 Tekton Triggers: v0.12.1
👉 Tekton Dashboard: v0.15.0
Installation one-liner
- Install operator
$ kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.22.0-2/release.yaml
- Install Components (uses installation profiles:
default
,all
,basic
)# to installl pipelines, triggers and dashboard (use profile 'all') $ kubectl apply -f https://raw.githubusercontent.com/tektoncd/operator/main/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml
Thanks
Thanks to these contributors who contributed to v0.22.0-2!
- ❤️ @vdemeester
Extra shout-out for awesome release notes:
Tekton Operator release v0.22.0-1
👉 Tekton Pipeline: v0.22.0
👉 Tekton Triggers: v0.11.2
👉 Tekton Dashboard: v0.14.0
Installation one-liner
- Install operator
$ kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.22.0-1/release.yaml
- Install Components (uses installation profiles:
default
,all
,basic
)# to installl pipelines, triggers and dashboard (use profile 'all') $ kubectl apply -f https://raw.githubusercontent.com/tektoncd/operator/main/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml
Thanks
Thanks to these contributors who contributed to v0.22.0-1!
- ❤️ @concaf
- ❤️ @karthikjeeyar
- ❤️ @nikhil-thomas
- ❤️ @piyush-garg
- ❤️ @pradeepitm12
- ❤️ @savitaashture
- ❤️ @vdemeester
Extra shout-out for awesome release notes:
Tekton Operator release v0.21.0-1
🎉 Tekton Operator release v0.21.0-1 🎉
👉 Tekton Pipeline: v0.21.0
👉 Tekton Triggers: v0.11.2
👉 Tekton Dashboard: v0.14.0
Installation one-liner
- Install operator
$ kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.21.0-1/release.yaml
- Install Components (uses installation profiles:
default
,all
,basic
)# to installl pipelines, triggers and dashboard (use profile 'all') $ kubectl apply -f https://raw.githubusercontent.com/tektoncd/operator/main/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml
note: other
Thanks
Thanks to these contributors who contributed to v0.21.0-1!
- ❤️ @barthy1
- ❤️ @nikhil-thomas
- ❤️ @savitaashture
Extra shout-out for awesome release notes:
Unsorted PR List
Tekton Operator release v0.19.0-1
🎉 Tekton Operator release v0.19.0-1 🎉
👉 Tekton Pipeline: v0.19.0
👉 Tekton Triggers: v0.10.2
👉 Tekton Dashboard: v0.12.0
Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.19.0-1/release.yaml
Changes
Features
- ✨ Propagate proxy configuration to underlying deployments (#184)
Binary file (standard input) matches
Misc
- 🔨 Makefile: add a way to install/delete CRs (#188)
Binary file (standard input) matches
- 🔨 dev: add kustomization for operator target 🎯 (#176)
Use kustomize
in addition to ko
to ease deploying development operator on a cluster
- 🔨 Fix openshift kustomization setup. (#189)
- 🔨 De-indent pull request template release notes (#182)
- 🔨 Add context.Context to Uninstall… (#181)
- 🔨 Add some reviewers (main branch) (#177)
Thanks
Thanks to these contributors who contributed to v0.19.0-1!
- ❤️ @barthy1
- ❤️ @concaf
- ❤️ @nikhil-thomas
- ❤️ @piyush-garg
- ❤️ @pradeepitm12
- ❤️ @savitaashture
- ❤️ @vdemeester
Extra shout-out for awesome release notes:
Unsorted PR List
- update version with ubi based tags (#237)
- use imagestream for all the s2i-* cts (#236)
- Enable usage of tektoncd catalog tasks for s390x and ppc6le in Openshift operator (#235)
- [OpenShift] Fix metrics display issue (#232)
- Add Image Replacement mechanism for Cleanup Job (#231)
- Filter objects on proxy webhook (#230)
- Add non-root SCC to pipelines controller (#229)
- Fix label not getting added on namespace (#228)
- use internal imagestream - java, go (#227)
- Set appropriate sa name in openshift-cleanup Job (#226)
- Add label on tekton namespace to avoid proxy webhook (#225)
- use imagestream from internal registry (#223)
- Modify 0.19.0 pipeline release.yaml (#222)
- Restructure proxy installation (#221)
- [OpenShift] Add condition check for optional resources (#220)
- Fix e2e tests script failure on OpenShift (#217)
- Add and Update tkn links in ConsoleCLIDownload (#216)
- Handle
manifestival.ManifestFrom
errors (#215) - fix buildah test failure (#214)
- Improve autoinstall mechanism for OpenShift (#213)
- Change image url in cleanup job on OpenShift (#212)
- Improve seamless upgrade on openshift (#211)
- Update proxy reconciller for empty value env (#210)
- Remove CRDs during uninstallation of owner component (#208)
- remove STORAGE_DRIVER env from buildah-pr (#207)
- Remove unused CR from kubernetes config (#206)
- Add seamless upgrade for OpenShift installations (1.2.2 to 1.3.3) (#205)
- Remove WATCH_NAMESPACE env from deployment yaml (#204)
- Add permission to consolequickstarts (#203)
- webhook yaml (#202)
- Add condition to verify existence of TektonConfig CR (#201)
- use --storage-driver as param as Env STORAGE_DRIVER (#200)
- Add label for ClusterTask and image replacement for Controller (#199)
- New webhook for proxy (#198)
- kubernetes: update pipeline, triggers and dashboard payload (#197)
- openshift: add quickstart to addons (#196)
- config: update CRD to apiextensions.k8s.io/v1 (#195)
- Update payload for OpenShift (#194)
- autogenrate pipeline templates, transformations (#193)
- Update all the cluster tasks to use latest digest (#192)
- [Openshift] Add TektonConfig CR autocreation (#191)
- Fix small nits in e2e testcases (#187)
- [Openshift] Add community resources to addons (#186)
- Fix openshift specific RBAC reconciler (#180)
- Add TektonConfig CRD to install Tekton Component (#179)
- Add Addon CRD e2e tests exclusively for openshift (#178)
- Add e2e tests for triggers and dashboard (#174)
- Add optional resource to addons (#172)
- Add e2e tests for TektonPipeline install/uninstall (#169)
- add rbac for openshift endpoint (#168)
- Add API and Reconciler for Addons specific to openshift (#167)
- Update script to avoid removing vendor OWNERS file (#166)
- Refactor codebase to add e2e tests (#165)
- use tektontriggers from openshift (#162)
- implement different entry points for operator (#161)
- Add API and Reconciler for dashboard (#159)
- Change of name from cluster to pipeline (#158)
- Fixes tektonpipline status conditions update (#157)
- Add unit tests for
pkg/reconciler/common
| main branch | knativepkg (#156) - Add knative/pkg based TektonTrigger API and Reconciler (#153)
- Add knative/pkg based TektonPipeline API and Reconciler (#143)
To Be Done: Deprecation Notices, Backward Incompatible Changes
Tekton Operator v0.15.2-1
Changes
Features
- [Add Pipelines v0.15.2] ✨
How to upgrade from v0.15.1-1 :up_arrow:
kubectl apply -f https://github.com/tektoncd/operator/releases/download/v0.15.2-1/release.notags.yaml
will upgrade the operator tov0.15.2-
and the upgrade Tekton Pipelines tov0.15.2
Thanks
Thanks to these contributors who contributed to v0.15.2-1!
- ❤️ @nikhil-thomas
- ❤️ @vinamra28
Unsorted PR List
List of PRs merged between v0.15.1-1 and v0.15.2-1
To Be Done: Categorize these PRs into Features, Deprecation Notices,
Backward Incompatible Changes, Fixes, Docs, Misc.