Skip to content

Commit

Permalink
chore(deps): update all dependencies (#216)
Browse files Browse the repository at this point in the history
| datasource  | package                                  | from    | to      |
| ----------- | ---------------------------------------- | ------- | ------- |
| github-tags | defenseunicorns/uds-core                 | v0.27.0 | v0.27.2 |
| github-tags | defenseunicorns/uds-k3d                  | v0.8.0  | v0.9.0  |
| docker      | ghcr.io/defenseunicorns/packages/uds-k3d | 0.8.0   | 0.9.0   |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 2a84810 commit e6e060e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundles/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages:
- name: uds-k3d-dev
repository: ghcr.io/defenseunicorns/packages/uds-k3d
# renovate: datasource=github-tags depName=defenseunicorns/uds-k3d versioning=semver
ref: 0.8.0
ref: 0.9.0

- name: init
repository: ghcr.io/zarf-dev/packages/init
Expand All @@ -22,7 +22,7 @@ packages:
- name: core-slim-dev
path: ../uds-core/build/
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
ref: 0.27.0
ref: 0.27.2
overrides:
keycloak:
keycloak:
Expand Down
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.27.0"
default: "v0.27.2"

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

0 comments on commit e6e060e

Please sign in to comment.