Skip to content

Commit 06c65c5

Browse files
dependabot[bot]tekton-robot
authored andcommitted
chore(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 `c812b24` to `e0b9051` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `6003b02` to `8b042a2` - [Commits](https://github.com/chainguard-images/images/commits) Updates `tektoncd/plumbing/ko` from `0e0a19c` to `306aec0` - [Commits](https://github.com/tektoncd/plumbing/commits) Updates `tektoncd/plumbing/koparse` from `bbdf52d` to `95e1d23` - [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: 306aec0daf22a152c3be5b90376a76a6de01a0c21a75cea4068797bd9124eafc dependency-type: direct:production dependency-group: all - dependency-name: tektoncd/plumbing/koparse dependency-version: 95e1d2330054c8b18bf5d854798501e1fe30b51642a9343ef3c14517fbfbedae dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fd54ab commit 06c65c5

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:c812b2427937f44a2c27e485874e12af38cc9c1db2ccba78e6510db5934e6819
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:e0b9051884102836e487ab9a707c510d5fb8d6688b4c9d05441b4d136f2a31ee
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:6003b02739bafe9c54ddfe8fe3c6a005f5c55e7c8c6000cb166bfac1cc5c86c1
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:8b042a226de3eda603569e15710f7d561f3d340e00afea847f32346cc145abb5
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:0e0a19c2b735bb4cdcdacd04ca42290f828941103ed3a9ae2b57aac62efac097
133+
image: ghcr.io/tektoncd/plumbing/ko@sha256:306aec0daf22a152c3be5b90376a76a6de01a0c21a75cea4068797bd9124eafc
134134
env:
135135
- name: KO_DOCKER_REPO
136136
value: $(params.imageRegistry)/$(params.imageRegistryPath)
@@ -197,7 +197,7 @@ spec:
197197
sed -i -e 's/\(pruner.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:bbdf52dfc2c8c8dd5332eeb4da15497e94dd585fdd9006ec7757256900bbfe03
200+
image: ghcr.io/tektoncd/plumbing/koparse@sha256:95e1d2330054c8b18bf5d854798501e1fe30b51642a9343ef3c14517fbfbedae
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:c812b2427937f44a2c27e485874e12af38cc9c1db2ccba78e6510db5934e6819
234+
image: cgr.dev/chainguard/crane:latest-dev@sha256:e0b9051884102836e487ab9a707c510d5fb8d6688b4c9d05441b4d136f2a31ee
235235
script: |
236236
#!/bin/sh
237237
set -ex

0 commit comments

Comments
 (0)