Skip to content

Commit 6290de2

Browse files
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 `5b17768` to `2064ca6` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `0edd7d6` to `40adfd7` - [Commits](https://github.com/chainguard-images/images/commits) Updates `tektoncd/plumbing/ko` from `75c153b` to `12b5c42` - [Commits](https://github.com/tektoncd/plumbing/commits) Updates `tektoncd/plumbing/koparse` from `f962490` to `0929403` - [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: 12b5c42d2fa413fe391016d59fb52bb90e504aee641b0221de24310c3db1404c dependency-type: direct:production dependency-group: all - dependency-name: tektoncd/plumbing/koparse dependency-version: '0929403e98fbd0565d815d8761033b045f14b9f974adb6703d26607e9603da61' dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89cedab commit 6290de2

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:5b17768fd921a652a2f5e83d35af6a05f572742aa90051bc7a165b8293bf49c0
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:2064ca67a9708e77a50d028a61419a1d58c4333d5d00065e7ed58b2f434e0c8d
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:0edd7d66039addf79f3fc5bee89f8be2da115cc0a439597b754bdb785b8ac72e
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:40adfd7d81dc61e05c632ba4967cd82105ebd137775649e07cd47aad86d16ceb
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:75c153b2be45cda8c16e73f06ee988e94ff4dea3e82928c473736081e999bcef
133+
image: ghcr.io/tektoncd/plumbing/ko@sha256:12b5c42d2fa413fe391016d59fb52bb90e504aee641b0221de24310c3db1404c
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:f962490c7ef3c6496047ea95537ef59940ff6433286782096130b2a477db6fd9
200+
image: ghcr.io/tektoncd/plumbing/koparse@sha256:0929403e98fbd0565d815d8761033b045f14b9f974adb6703d26607e9603da61
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:5b17768fd921a652a2f5e83d35af6a05f572742aa90051bc7a165b8293bf49c0
234+
image: cgr.dev/chainguard/crane:latest-dev@sha256:2064ca67a9708e77a50d028a61419a1d58c4333d5d00065e7ed58b2f434e0c8d
235235
script: |
236236
#!/bin/sh
237237
set -ex

0 commit comments

Comments
 (0)