Replies: 1 comment 2 replies
-
|
v0.32.1 was released in January 2022, so there have been a lot of changes made since - new features, deprecations, removal of old features, etc. It's not just v1.0 that introduced breaking changes. Any breaking changes would have been first introduced in a backwards compatible manner, typically with an opt-in feature flag or working alongside the existing functionality, before being enabled by default for some period, and eventually the flag being removed a few releases later. You can see details of some of the deprecated / removed features in https://github.com/tektoncd/pipeline/blob/main/docs/deprecations.md For a complete list of breaking changes you should carefully review the release notes of each minor release between v0.32 and v1.6. Any breaking changes or required actions would be identified clearly in the release notes. Just taking a few releases as examples: |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I was reviewing the release notes for v1.0.0 https://github.com/tektoncd/pipeline/releases/tag/v1.0.0 and didn't really spot anything mentioned about breaking changes and incompatibilities.
For users that are still running tekton v0.32.1 what pain points would be expected moving to a 1.x version of tekton pipeline if any?
Beta Was this translation helpful? Give feedback.
All reactions