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 `ff0b631`
- [Commits](https://github.com/chainguard-images/images/commits)

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

Updates `tekton-releases/dogfooding/ko` from `b6abd55` to `f25f3f3`

Updates `tekton-releases/dogfooding/koparse` from `f4774b2` to `264e3f5`

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent c2dc17a commit 6b44d83
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:ff0b6317f47e938e8e05cb087727072f4f05aef5c8f3231a8836ca7937509ff6
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:37e102dcc3b3b2704b40ce771e8becc001d91253d14e1191d10d991f6042809e
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:f25f3f37e828b9fdbc6975da04cfe44f6113208df76f187096511a93781d6fe9
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:264e3f53c7041f1f65e2253fdaa4f97d542c9a835c7537837b25822dd51796c3
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:ff0b6317f47e938e8e05cb087727072f4f05aef5c8f3231a8836ca7937509ff6
script: |
#!/bin/sh
set -ex
Expand Down

0 comments on commit 6b44d83

Please sign in to comment.