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