Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                        | from    | to      |
| ----------- | ------------------------------ | ------- | ------- |
| npm         | cypress                        | 13.16.0 | 13.16.1 |
| github-tags | defenseunicorns/uds-core       | v0.32.0 | v0.32.1 |
| docker      | ghcr.io/zarf-dev/packages/init | v0.43.1 | v0.44.0 |
| github-tags | zarf-dev/zarf                  | v0.43.1 | v0.44.0 |
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 4254754 commit 6ced6f4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions bundles/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packages:
- name: init
repository: ghcr.io/zarf-dev/packages/init
# renovate: datasource=github-tags depName=zarf-dev/zarf versioning=semver
ref: v0.43.1
ref: v0.44.0

- name: keycloak-identity-config
path: ../
Expand All @@ -25,7 +25,7 @@ packages:
- name: core-base
path: ../uds-core/build/
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
ref: 0.32.0
ref: 0.32.1
overrides:
istio-admin-gateway:
uds-istio-config:
Expand All @@ -43,7 +43,7 @@ packages:
- name: core-identity-authorization
path: ../uds-core/build/
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
ref: 0.32.0
ref: 0.32.1
overrides:
keycloak:
keycloak:
Expand All @@ -65,4 +65,4 @@ packages:
- name: core-monitoring
path: ../uds-core/build/
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
ref: 0.32.0
ref: 0.32.1
38 changes: 19 additions & 19 deletions src/test/cypress/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ variables:
- name: CORE_VERSION
description: UDS Core Version for Releases and Clone
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
default: "v0.32.0"
default: "v0.32.1"

tasks:
- name: build-and-publish
Expand Down

0 comments on commit 6ced6f4

Please sign in to comment.