Skip to content

Commit

Permalink
Bump the all group across 2 directories with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update in the /src/api/resources directory: wolfi-dev/git.
Bumps the all group with 3 updates in the /tekton directory: wolfi-dev/git, google.com/cloudsdktool/cloud-sdk and go-containerregistry/crane.


Updates `wolfi-dev/git` from `cb1a409` to `2d4aaa8`

Updates `wolfi-dev/git` from `cb1a409` to `2d4aaa8`

Updates `google.com/cloudsdktool/cloud-sdk` from 502.0.0 to 503.0.0

Updates `go-containerregistry/crane` from `ff0e08e` to `94f6195`

---
updated-dependencies:
- dependency-name: wolfi-dev/git
  dependency-type: direct:production
  dependency-group: all
- dependency-name: wolfi-dev/git
  dependency-type: direct:production
  dependency-group: all
- dependency-name: google.com/cloudsdktool/cloud-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: go-containerregistry/crane
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tekton-robot committed Dec 15, 2024
1 parent 9e2186d commit be230bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/api/resources/import-resources-pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- name: repo
steps:
- name: clone
image: ghcr.io/wolfi-dev/git:alpine@sha256:cb1a409ac765dff98d281625b3b0ce63a798f1494f6814a7e3c9515df7a8ab95
image: ghcr.io/wolfi-dev/git:alpine@sha256:2d4aaa8bedc9baa2a48cfd91f5cdc46cc559a068fd8718874f85ca6917672d51
env:
- name: PARAM_URL
value: $(params.repositoryURL)
Expand Down
4 changes: 2 additions & 2 deletions tekton/prerelease-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
description: The workspace where the repo has been cloned
steps:
- name: check-git-tag
image: ghcr.io/wolfi-dev/git:alpine@sha256:cb1a409ac765dff98d281625b3b0ce63a798f1494f6814a7e3c9515df7a8ab95
image: ghcr.io/wolfi-dev/git:alpine@sha256:2d4aaa8bedc9baa2a48cfd91f5cdc46cc559a068fd8718874f85ca6917672d51
script: |
echo "Checking git tag"
# Look for the tag in the list of tags
Expand All @@ -42,7 +42,7 @@ spec:
echo "Version $(params.versionTag) already tagged for $(params.package)"
exit 1
- name: check-release-file
image: gcr.io/google.com/cloudsdktool/cloud-sdk:502.0.0@sha256:86cc09d835c1652ad61fe8312e6a9ee2836cd2627e7a03bbab023c9372dc3773
image: gcr.io/google.com/cloudsdktool/cloud-sdk:503.0.0@sha256:3de00d1ff412222f53cf71e7e20c99c13ec3e8e21dc3056e2d6cedc9408afaee
script: |
echo "Checking release file"
# Check if the release file already exists
Expand Down
4 changes: 2 additions & 2 deletions tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
- name: IMAGES
steps:
- name: container-registry-auth
image: gcr.io/go-containerregistry/crane:debug@sha256:ff0e08eeae8097d28b2381c7f7123bf542757abc68d11bff58fb882b72843785
image: gcr.io/go-containerregistry/crane:debug@sha256:94f61956845714bea3b788445454ae4827f49a90dcd9dac28255c4cccb6220ad
script: |
#!/busybox/sh
set -ex
Expand Down Expand Up @@ -177,7 +177,7 @@ spec:
${PRESERVE_IMPORT_PATH} > /workspace/built_images
- name: tag-images
image: gcr.io/go-containerregistry/crane:debug@sha256:ff0e08eeae8097d28b2381c7f7123bf542757abc68d11bff58fb882b72843785
image: gcr.io/go-containerregistry/crane:debug@sha256:94f61956845714bea3b788445454ae4827f49a90dcd9dac28255c4cccb6220ad
script: |
#!/busybox/sh
set -ex
Expand Down

0 comments on commit be230bd

Please sign in to comment.