Skip to content

Commit 2b3e1ea

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 `902dacf` to `71d9d1b` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `a4477c3` to `a174ef0` - [Commits](https://github.com/chainguard-images/images/commits) Updates `tektoncd/plumbing/ko` from `23f1b49` to `987bfc9` - [Commits](https://github.com/tektoncd/plumbing/commits) Updates `tektoncd/plumbing/koparse` from `15b3ef8` to `2627c0f` - [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: 987bfc94f101540c71c94062923a5b2fbf145a5784e7efb2782a05f1e66adb04 dependency-type: direct:production dependency-group: all - dependency-name: tektoncd/plumbing/koparse dependency-version: 2627c0fb7a32509b1b69a04ef7e6d3ad0ff415ce8fc1167f2f2bbcea5d8fdc6e dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15a9500 commit 2b3e1ea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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:902dacf36fa75f5f871c13a3c71ff4d6019ee7bb417dad5a79fab74009e12406
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:71d9d1bf5c6871846bd85653adddfb176a8c412016d015bf06f7a1fe1c84a79f
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:a4477c3f1f6a0ad461035d4994b6bdc672740fe5d2e15c36c451e13f5c893f51
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:a174ef04b3d0254db274b88bd418e20579182ceebc66eb051df69a81affe3db7
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:23f1b4980b4cba96eebb32802b61703b1e382563f39fffaa43bde92f103bf3bb
133+
image: ghcr.io/tektoncd/plumbing/ko@sha256:987bfc94f101540c71c94062923a5b2fbf145a5784e7efb2782a05f1e66adb04
134134
env:
135135
- name: KO_DOCKER_REPO
136136
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.notags.yaml
200200
201201
- name: koparse
202-
image: ghcr.io/tektoncd/plumbing/koparse@sha256:15b3ef8dc31151b3a527dc842111e78d3eb2dc336d3c959411c945a0ca31e0f4
202+
image: ghcr.io/tektoncd/plumbing/koparse@sha256:2627c0fb7a32509b1b69a04ef7e6d3ad0ff415ce8fc1167f2f2bbcea5d8fdc6e
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:902dacf36fa75f5f871c13a3c71ff4d6019ee7bb417dad5a79fab74009e12406
236+
image: cgr.dev/chainguard/crane:latest-dev@sha256:71d9d1bf5c6871846bd85653adddfb176a8c412016d015bf06f7a1fe1c84a79f
237237
script: |
238238
#!/bin/sh
239239
set -ex

0 commit comments

Comments
 (0)