Tags: tylerauerbeck/chains
Tags
Update go mod to use Go 1.23 (tektoncd#1357) Signed-off-by: savitaashture <sashture@redhat.com>
Bump imjasonh/setup-ko from 0.8 to 0.9 Bumps [imjasonh/setup-ko](https://github.com/imjasonh/setup-ko) from 0.8 to 0.9. - [Release notes](https://github.com/imjasonh/setup-ko/releases) - [Commits](ko-build/setup-ko@v0.8...v0.9) --- updated-dependencies: - dependency-name: imjasonh/setup-ko dependency-version: '0.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Fixes go.mod (tektoncd#1304) - Running go.mod changes the go version in go.mod because of go toolchain, hence this patch updates the go.mod Signed-off-by: PuneetPunamiya <ppunamiy@redhat.com>
Copy release resources from main branch v0.23.x (tektoncd#1292) The release process in the main branch has been updated to use GitHub's container registry for releases. This commit brings those changes to the v0.23.x branch. Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
Copy release resources from main branch v0.22.x (tektoncd#1291) The release process in the main branch has been updated to use GitHub's container registry for releases. This commit brings those changes to the v0.22.x branch. Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
Bootstrap crc in github action (tektoncd#1202) Signed-off-by: PuneetPunamiya <ppunamiy@redhat.com>
Update base image used in ko build (tektoncd#1205) (tektoncd#1212) The default base image, cgr.dev/chainguard/static, no longer provides all the platforms the Chains controller claims support for. Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
fix mapping between Status.Steps and Status.TaskSpec.Steps (tektoncd#… …1188) (tektoncd#1203) * fix mapping between Status.Steps and Status.TaskSpec.Steps (tektoncd#1188) * .github: add github-actions to dependabot… (tektoncd#1194) * .github: add github-actions to dependabot… … so that we also get dependabot actions updates. Today, we seems to be using deprecated actions. Signed-off-by: Vincent Demeester <vdemeest@redhat.com> * .github/workflows: update some action versions Signed-off-by: Vincent Demeester <vdemeest@redhat.com> --------- Signed-off-by: Vincent Demeester <vdemeest@redhat.com> --------- Signed-off-by: Vincent Demeester <vdemeest@redhat.com> Co-authored-by: Vincent Demeester <vdemeest@redhat.com>
Fix flaky watch backend test (tektoncd#1179) Fixes tektoncd#1178 Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
Fixes for v0.21.1 (tektoncd#1134) * Fix field names in generated json statement (tektoncd#1129) To keep backwards compatibility with previous struct versions (e.g, github.com/in-toto/in-toto-golang/in_toto) we have to use protojson.Marshal function to transform the struct to its json representation so the tags defined in the intoto.Statement are follow and applied to the resulting string. (cherry picked from commit 3bf8cac) * Fix no repeated subjects for v2alpha4 pipelineruns (tektoncd#1130) Change the pipelinerun v2alpha4 method that calculates the subjects to use `artifact.AppendSubjects` instead of `append` to avoid duplicated subjects. (cherry picked from commit badc734) * Calculate subjects per formatter (tektoncd#1132) * Calculate subjects per formatter * Tests for new retrieve full uris in grafeas (cherry picked from commit 750a98e)
PreviousNext