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 `acde658` to `4650534`

Updates `wolfi-dev/git` from `c05c1a2` to `dd46270`

Updates `wolfi-dev/git` from `c05c1a2` to `dd46270`

Updates `google.com/cloudsdktool/cloud-sdk` from 505.0.0 to 506.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 and tekton-robot committed Jan 17, 2025
1 parent 4ebd80c commit c45a6b7
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:acde6584f284343028f29eff6045ac1212f8d2f801efe95e9fba05fd91a7b1ec
FROM cypress/factory@sha256:4650534d1b2ecb6b8eef1f96f5c490f12ea816ca9e98da554fa829df21ce5f4b

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:c05c1a23666e4e245a56c70edb325ad5eb75b326c4e95baaed4774f6a3b86f86
image: ghcr.io/wolfi-dev/git:alpine@sha256:dd462709b30b86fdc56287e16f7c2bcfb29f0fd9a44676bfe1ac0d2fce78090b
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:c05c1a23666e4e245a56c70edb325ad5eb75b326c4e95baaed4774f6a3b86f86
image: ghcr.io/wolfi-dev/git:alpine@sha256:dd462709b30b86fdc56287e16f7c2bcfb29f0fd9a44676bfe1ac0d2fce78090b
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:505.0.0@sha256:3a24ff5f089d9ce3627306873ef1e1061488a63ae12c0bd0b5c24ec5ee594798
image: gcr.io/google.com/cloudsdktool/cloud-sdk:506.0.0@sha256:a71bb1233f086706c1bf70f091d82067349ebff7f054a6c14f50c02c0f2a1a35
script: |
echo "Checking release file"
# Check if the release file already exists
Expand Down

0 comments on commit c45a6b7

Please sign in to comment.