Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Updating the CI runs to use KinD v0.14 and test with Kubernetes v1.23 and Tekton v0.38.3.
Updating support statement in README to state that we support Kubernetes v1.22 to v1.24 (those are currently in support, https://kubernetes.io/releases/).
Updating support statement in README to state that we support Tekton v0.36 to v0.38. This choice was made because v0.36 introduced the different result types where a string was changed to ArrayOrString. I know that older client code works with the new Tekton backend, but I do not know if that is true vice-versa and I don't think we will need to support such an old Tekton version in our project state.
Another notable difference is that Tekton now does NOT anymore use the Container type from Kubernetes but copied all the fields into its Step. Something that I am also going to put on our Beta API discussion.
I had to put in a workaround to make Kaniko running on the new KinD/k8s versions, for GoogleContainerTools/kaniko#2164.
Submitter Checklist
Release Notes