Skip to content

Commit

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


Updates `cypress/factory` from `4650534` to `f327ccb`

Updates `wolfi-dev/git` from `dd46270` to `3448a48`

Updates `wolfi-dev/git` from `dd46270` to `3448a48`

Updates `google.com/cloudsdktool/cloud-sdk` from 506.0.0 to 507.0.0

---
updated-dependencies:
- dependency-name: cypress/factory
  dependency-type: direct:production
  dependency-group: all
- 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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent c956683 commit e723f0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/e2e/base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ARG CHROME_VERSION='130.0.6723.69-1'
ARG NODE_VERSION='20.18.0'

FROM cypress/factory@sha256:4650534d1b2ecb6b8eef1f96f5c490f12ea816ca9e98da554fa829df21ce5f4b
FROM cypress/factory@sha256:f327ccbefec63619d30df64dc9500586297d2608b0621b07507bccc8801b75a5

LABEL maintainer "Tekton Authors <[email protected]>"
LABEL org.opencontainers.image.source=https://github.com/tektoncd/dashboard
Expand Down
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:dd462709b30b86fdc56287e16f7c2bcfb29f0fd9a44676bfe1ac0d2fce78090b
image: ghcr.io/wolfi-dev/git:alpine@sha256:3448a48e6774a4f25684a7365f162aac48efa173426fbfbb064cde0266c71397
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 @@ -31,7 +31,7 @@ spec:
description: The workspace where the repo has been cloned
steps:
- name: check-git-tag
image: ghcr.io/wolfi-dev/git:alpine@sha256:dd462709b30b86fdc56287e16f7c2bcfb29f0fd9a44676bfe1ac0d2fce78090b
image: ghcr.io/wolfi-dev/git:alpine@sha256:3448a48e6774a4f25684a7365f162aac48efa173426fbfbb064cde0266c71397
script: |
echo "Checking git tag"
# Look for the tag in the list of tags
Expand All @@ -41,7 +41,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:506.0.0@sha256:a71bb1233f086706c1bf70f091d82067349ebff7f054a6c14f50c02c0f2a1a35
image: gcr.io/google.com/cloudsdktool/cloud-sdk:507.0.0@sha256:7ad5616cf9abbbb7525e38ea83671f5f1389cedcec0c7244cca68e005717bb7f
script: |
echo "Checking release file"
# Check if the release file already exists
Expand Down

0 comments on commit e723f0f

Please sign in to comment.