Skip to content

Commit 2cef3c7

Browse files
dependabot[bot]tekton-robot
authored andcommitted
build(deps): bump the all group in /tekton with 4 updates
Bumps the all group in /tekton with 4 updates: [chainguard/crane](https://github.com/chainguard-images/images), [chainguard/go](https://github.com/chainguard-images/images), [tektoncd/plumbing/ko](https://github.com/tektoncd/plumbing) and [tektoncd/plumbing/koparse](https://github.com/tektoncd/plumbing). Updates `chainguard/crane` from `bf6ef9c` to `5b17768` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `9c15936` to `0edd7d6` - [Commits](https://github.com/chainguard-images/images/commits) Updates `tektoncd/plumbing/ko` from `224beab` to `75c153b` - [Commits](https://github.com/tektoncd/plumbing/commits) Updates `tektoncd/plumbing/koparse` from `106c55c` to `f962490` - [Commits](https://github.com/tektoncd/plumbing/commits) --- updated-dependencies: - dependency-name: chainguard/crane dependency-version: latest-dev dependency-type: direct:production dependency-group: all - dependency-name: chainguard/go dependency-version: latest-dev dependency-type: direct:production dependency-group: all - dependency-name: tektoncd/plumbing/ko dependency-version: 75c153b2be45cda8c16e73f06ee988e94ff4dea3e82928c473736081e999bcef dependency-type: direct:production dependency-group: all - dependency-name: tektoncd/plumbing/koparse dependency-version: f962490c7ef3c6496047ea95537ef59940ff6433286782096130b2a477db6fd9 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6206ff7 commit 2cef3c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tekton/publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
steps:
7474

7575
- name: container-registry-auth
76-
image: cgr.dev/chainguard/crane:latest-dev@sha256:bf6ef9c2a490d2c9e627b1af770a8b565d0c12cd0ec54c7e42ea8408bee7fe68
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:5b17768fd921a652a2f5e83d35af6a05f572742aa90051bc7a165b8293bf49c0
7777
script: |
7878
#!/bin/sh
7979
set -ex
@@ -92,7 +92,7 @@ spec:
9292
cp ${DOCKER_CONFIG} /workspace/docker-config.json
9393
9494
- name: create-ko-yaml
95-
image: cgr.dev/chainguard/go:latest-dev@sha256:9c159362aeedaded97cca06321edba032630aef50a53076971f5dbb7768ff972
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:0edd7d66039addf79f3fc5bee89f8be2da115cc0a439597b754bdb785b8ac72e
9696
script: |
9797
#!/bin/sh
9898
set -ex
@@ -130,7 +130,7 @@ spec:
130130
cat /workspace/.ko.yaml
131131
132132
- name: run-ko
133-
image: ghcr.io/tektoncd/plumbing/ko@sha256:224beabffba6d3db7b6414e10c046d1d7971ac71d68336ea61f81234d839307a
133+
image: ghcr.io/tektoncd/plumbing/ko@sha256:75c153b2be45cda8c16e73f06ee988e94ff4dea3e82928c473736081e999bcef
134134
env:
135135
- name: KO_DOCKER_REPO
136136
value: $(params.imageRegistry)/$(params.imageRegistryPath)
@@ -197,7 +197,7 @@ spec:
197197
sed -i -e 's/\(pipeline.tekton.dev\/release\): "devel"/\1: "$(params.versionTag)"/g' -e 's/\(app.kubernetes.io\/version\): "devel"/\1: "$(params.versionTag)"/g' -e 's/\(version\): "devel"/\1: "$(params.versionTag)"/g' ${OUTPUT_RELEASE_DIR}/release.notags.yaml
198198
199199
- name: koparse
200-
image: ghcr.io/tektoncd/plumbing/koparse@sha256:106c55ca184e5d6e8278ee589e33ec7755994a3ae59021799c94166ba144caa5
200+
image: ghcr.io/tektoncd/plumbing/koparse@sha256:f962490c7ef3c6496047ea95537ef59940ff6433286782096130b2a477db6fd9
201201
script: |
202202
set -ex
203203
@@ -231,7 +231,7 @@ spec:
231231
${PRESERVE_IMPORT_PATH} > /workspace/built_images
232232
233233
- name: tag-images
234-
image: cgr.dev/chainguard/crane:latest-dev@sha256:bf6ef9c2a490d2c9e627b1af770a8b565d0c12cd0ec54c7e42ea8408bee7fe68
234+
image: cgr.dev/chainguard/crane:latest-dev@sha256:5b17768fd921a652a2f5e83d35af6a05f572742aa90051bc7a165b8293bf49c0
235235
script: |
236236
#!/bin/sh
237237
set -ex

0 commit comments

Comments
 (0)