-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Tekton #1671
Bump Tekton #1671
Conversation
ddc109d
to
af2aafe
Compare
131af56
to
90d90bc
Compare
7d3dbe2
to
6da795a
Compare
a18ca39
to
c382428
Compare
Signed-off-by: Sascha Schwarze <[email protected]>
Signed-off-by: Sascha Schwarze <[email protected]>
Signed-off-by: Sascha Schwarze <[email protected]>
Signed-off-by: Sascha Schwarze <[email protected]>
Signed-off-by: Sascha Schwarze <[email protected]>
c382428
to
774fc6c
Compare
Signed-off-by: Sascha Schwarze <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qu1queee The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
I picked the commit from #1664 and made the version of Kubernetes libraries and the Go version consistent. Karan bumped controller-gen.
The 73a8da7 commit is interesting. The integration tests failed on the older Tekton version. Basically the test case retrieved an existing TaskRun from a v0.53 tekton and deserialized it into the v0.62 object. It then applied spec changes and serializes it again to send an update. The update was rejected by Tekton's mutating webhook because it was unable to deserialize this object due to a new property being added in the status. It was only in the status, so I could simply clear it which is not relevant for the update. But, once we observe the same in the future with anything in the spec we may have to revisit our decision to use the latest available LTS version in go.mod rather than the oldest supported LTS version.
Submitter Checklist
Release Notes