8000 Tags · tylerauerbeck/chains · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tylerauerbeck/chains

Tags

v0.25.1

Toggle v0.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update go mod to use Go 1.23 (tektoncd#1357)

Signed-off-by: savitaashture <sashture@redhat.com>

v0.25.0

Toggle v0.25.0's commit message
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>

v0.24.0

Toggle v0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.23.1

Toggle v0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.22.3

Toggle v0.22.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bootstrap crc in github action (tektoncd#1202)

Signed-off-by: PuneetPunamiya <ppunamiy@redhat.com>

v0.22.2

Toggle v0.22.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.22.1

Toggle v0.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix flaky watch backend test (tektoncd#1179)

Fixes tektoncd#1178

Signed-off-by: Luiz Carvalho <lucarval@redhat.com>

v0.21.1

Toggle v0.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)
0