Skip to content

Commit

Permalink
Bump the all group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
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), tekton-releases/dogfooding/ko and tekton-releases/dogfooding/koparse.


Updates `chainguard/crane` from `1a92724` to `8b8e5e1`
- [Commits](https://github.com/chainguard-images/images/commits)

Updates `chainguard/go` from `ebeed6e` to `ff187ec`
- [Commits](https://github.com/chainguard-images/images/commits)

Updates `tekton-releases/dogfooding/ko` from `b6abd55` to `724ee5b`

Updates `tekton-releases/dogfooding/koparse` from `f4774b2` to `4e6f8db`

---
updated-dependencies:
- dependency-name: chainguard/crane
  dependency-type: direct:production
  dependency-group: all
- dependency-name: chainguard/go
  dependency-type: direct:production
  dependency-group: all
- dependency-name: tekton-releases/dogfooding/ko
  dependency-type: direct:production
  dependency-group: all
- dependency-name: tekton-releases/dogfooding/koparse
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent c2dc17a commit 34c184c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
steps:

- name: container-registry-auth
image: cgr.dev/chainguard/crane:latest-dev@sha256:1a927240f7540b834580bba77633bcb93012a0e6df04ba8dfb54ab00238b9821
image: cgr.dev/chainguard/crane:latest-dev@sha256:8b8e5e1b14eb34e592eaa78efb2e0021cc1f1a639a98c1a566cd1492c674d960
script: |
#!/bin/sh
set -ex
Expand All @@ -80,7 +80,7 @@ spec:
cp ${DOCKER_CONFIG} /workspace/docker-config.json
- name: create-ko-yaml
image: cgr.dev/chainguard/go:latest-dev@sha256:ebeed6eb6693c533d002642984270b8ed3382233e1e4b8315ffb7f45c5c9b5c1
image: cgr.dev/chainguard/go:latest-dev@sha256:ff187ecd4bb5b45b65d680550eed302545e69ec4ed45f276f385e1b4ff0c6231
script: |
#!/bin/sh
set -ex
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
cat /workspace/.ko.yaml
- name: run-ko
image: gcr.io/tekton-releases/dogfooding/ko@sha256:b6abd5561e53f7e4171c54f293ac0f015111a2fe6361680748911a6d7db48b56
image: gcr.io/tekton-releases/dogfooding/ko@sha256:724ee5b71eed8375ce9f31dc6769f5ead1da017a6cbb7b8736c3597be7ec166e
env:
- name: KO_DOCKER_REPO
value: $(params.imageRegistry)/$(params.imageRegistryPath)
Expand Down Expand Up @@ -169,7 +169,7 @@ spec:
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
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
- name: koparse
image: gcr.io/tekton-releases/dogfooding/koparse@sha256:f4774b2666eb142b3ee258c5dd2792172f285fc23454f7a7665753375e75e18c
image: gcr.io/tekton-releases/dogfooding/koparse@sha256:4e6f8dba1fdecd8f6eed5a12d2a5b76069546ad4920722c2f18b79c1a13cb55e
script: |
set -ex
Expand All @@ -187,7 +187,7 @@ spec:
- name: tag-images
image: cgr.dev/chainguard/crane:latest-dev@sha256:1a927240f7540b834580bba77633bcb93012a0e6df04ba8dfb54ab00238b9821
image: cgr.dev/chainguard/crane:latest-dev@sha256:8b8e5e1b14eb34e592eaa78efb2e0021cc1f1a639a98c1a566cd1492c674d960
script: |
#!/bin/sh
set -ex
Expand Down

0 comments on commit 34c184c

Please sign in to comment.