Skip to content

Commit 7c04176

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 and tektoncd/plumbing/koparse. Updates `chainguard/crane` from `3c02440` to `f6e1a9b` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `1a82b88` to `34241a0` - [Commits](https://github.com/chainguard-images/images/commits) Updates `tektoncd/plumbing/ko` from `e867f17` to `3fa0c9b` Updates `tektoncd/plumbing/koparse` from `0f5b63d` to `9b835ed` --- 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: 3fa0c9b48753e918fbfc1991ec3ca29a8684056c87180bd94cde99072c08cd37 dependency-type: direct:production dependency-group: all - dependency-name: tektoncd/plumbing/koparse dependency-version: 9b835edcead5af0b0739fb88cc3940b8a4a72eab1b30c677e6c391fff36240f8 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d70557 commit 7c04176

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:3c0244094d6d437f633937fdbe5ee9e45e579c5909b3c5270fdacd39e011b2cd
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:f6e1a9bcb6fa6dc4cae4dadbe65ab870121b1cf4da183170fc4a5f0a155f7fa3
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:1a82b88f2e0045ab7167982093b984f64b3f9427f9ee1ebda3105a20f4d51f0d
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:34241a01d7c45c735367c5bbf06c96e3422d3b7f199d57935a24036d9623f25c
9696
script: |
9797
#!/bin/sh
9898
set -ex
@@ -136,7 +136,7 @@ spec:
136136
cat /workspace/.ko.yaml
137137
138138
- name: run-ko
139-
image: ghcr.io/tektoncd/plumbing/ko@sha256:e867f176541ce8837d581b4f8ccbaa313d7d43b47fcdebe4a0de00d6061ec1d1
139+
image: ghcr.io/tektoncd/plumbing/ko@sha256:3fa0c9b48753e918fbfc1991ec3ca29a8684056c87180bd94cde99072c08cd37
140140
env:
141141
- name: KO_DOCKER_REPO
142142
value: $(params.imageRegistry)/$(params.imageRegistryPath)
@@ -199,7 +199,7 @@ spec:
199199
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.yaml
200200
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
201201
- name: koparse
202-
image: ghcr.io/tektoncd/plumbing/koparse@sha256:0f5b63de17fc83d6bea5fad779a7c92c8956c3960294ab0509bdc362fd7abc23
202+
image: ghcr.io/tektoncd/plumbing/koparse@sha256:9b835edcead5af0b0739fb88cc3940b8a4a72eab1b30c677e6c391fff36240f8
203203
script: |
204204
set -ex
205205
@@ -233,7 +233,7 @@ spec:
233233
${PRESERVE_IMPORT_PATH} > /workspace/built_images
234234
235235
- name: tag-images
236-
image: cgr.dev/chainguard/crane:latest-dev@sha256:3c0244094d6d437f633937fdbe5ee9e45e579c5909b3c5270fdacd39e011b2cd
236+
image: cgr.dev/chainguard/crane:latest-dev@sha256:f6e1a9bcb6fa6dc4cae4dadbe65ab870121b1cf4da183170fc4a5f0a155f7fa3
237237
script: |
238238
#!/bin/sh
239239
set -ex

0 commit comments

Comments
 (0)