Skip to content

Commit 9ab8c9b

Browse files
dependabot[bot]tekton-robot
authored andcommitted
build(deps): bump the all group across 1 directory with 4 updates
Bumps the all group with 4 updates in the /tekton directory: [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 `de0001d` to `85b0dfb` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `fa9ef12` to `458df6a` - [Commits](https://github.com/chainguard-images/images/commits) Updates `tektoncd/plumbing/ko` from `bf20827` to `1d01c7e` Updates `tektoncd/plumbing/koparse` from `768a80e` to `2f89431` --- 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: 1d01c7e261b47d99ffc69574951d1bcf6c4132a4ab5486d2dcad4a68b833869a dependency-type: direct:production dependency-group: all - dependency-name: tektoncd/plumbing/koparse dependency-version: 2f89431fdbbae2a03b8778328e0a8dae7bea440d80db42beabfb9a2ddd59160a dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4749119 commit 9ab8c9b

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:de0001d29700c2cc3e4bf11d938fbb2481ff7a2f6528fa466dee516b485f2ae6
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:85b0dfbf829aa53fa3c26d130c120a658784a3f50f8f750e076d320474abda08
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:fa9ef129b35dacc10c80f063f927df0cbb6336d38ef2131fb925048a720346cf
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:458df6a57ad61d5699b04e11b16ec5a54d75d84a063cce5036a78fcb33d8ab2e
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:bf208272c78813000ce4652b2c5cde0e433274d8a1870d037d817b8e14e830bf
133+
image: ghcr.io/tektoncd/plumbing/ko@sha256:1d01c7e261b47d99ffc69574951d1bcf6c4132a4ab5486d2dcad4a68b833869a
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:768a80e21a2f866f38ab686c8f54b59c3fac6578f9ba1f35feb0883f1b1a53fc
200+
image: ghcr.io/tektoncd/plumbing/koparse@sha256:2f89431fdbbae2a03b8778328e0a8dae7bea440d80db42beabfb9a2ddd59160a
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:de0001d29700c2cc3e4bf11d938fbb2481ff7a2f6528fa466dee516b485f2ae6
234+
image: cgr.dev/chainguard/crane:latest-dev@sha256:85b0dfbf829aa53fa3c26d130c120a658784a3f50f8f750e076d320474abda08
235235
script: |
236236
#!/bin/sh
237237
set -ex

0 commit comments

Comments
 (0)