Skip to content

Commit 8d8bf9d

Browse files
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 and tektoncd/plumbing/koparse. Updates `chainguard/crane` from `81a5126` to `f830cdf` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `7be7058` to `684525f` - [Commits](https://github.com/chainguard-images/images/commits) Updates `tektoncd/plumbing/ko` from `990ec7f` to `286dc25` Updates `tektoncd/plumbing/koparse` from `7ea59fe` to `cafe51f` --- 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: 286dc25c1c42761d2fabfb32366c99158702e5600ae4b793cfb834960a60b83e dependency-type: direct:production dependency-group: all - dependency-name: tektoncd/plumbing/koparse dependency-version: cafe51f7c2aa70257511f3ae4da1294a7630bd7f43fc0d1fd4027fef0b8400ac dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3c6299 commit 8d8bf9d

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:81a5126672ca23e7706f2c838c841790274641d50c5ff852542062cefde0f36a
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:f830cdfc2950691e127aa30c0201874fdcff7365bac2e6f6c5419d777c224f4e
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:7be705886a38c294e64e701bd2c257990e30e44544c966eb29c6955bc8205798
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:684525ff96884dd487f63426bfe64e2100f97816b06f7efdd9f8af61544ae850
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:990ec7fc709567e0d26fa40788a040b97598343d2fcb7252751316e34f31c4cc
133+
image: ghcr.io/tektoncd/plumbing/ko@sha256:286dc25c1c42761d2fabfb32366c99158702e5600ae4b793cfb834960a60b83e
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:7ea59fefb312a512973f743298c17217ca96f0e9303f8d40ebbf2d27ceb9f21e
200+
image: ghcr.io/tektoncd/plumbing/koparse@sha256:cafe51f7c2aa70257511f3ae4da1294a7630bd7f43fc0d1fd4027fef0b8400ac
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:81a5126672ca23e7706f2c838c841790274641d50c5ff852542062cefde0f36a
234+
image: cgr.dev/chainguard/crane:latest-dev@sha256:f830cdfc2950691e127aa30c0201874fdcff7365bac2e6f6c5419d777c224f4e
235235
script: |
236236
#!/bin/sh
237237
set -ex

0 commit comments

Comments
 (0)