Skip to content

Commit

Permalink
chore(deps): update all dependencies (#258)
Browse files Browse the repository at this point in the history
| datasource  | package                        | from    | to      |
| ----------- | ------------------------------ | ------- | ------- |
| github-tags | defenseunicorns/uds-common     | v1.2.2  | v1.3.0  |
| github-tags | defenseunicorns/uds-core       | v0.31.0 | v0.31.2 |
| docker      | ghcr.io/zarf-dev/packages/init | v0.42.2 | v0.43.1 |
| github-tags | zarf-dev/zarf                  | v0.42.2 | v0.43.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent a6fd674 commit 5ad57fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.42.2
ref: v0.43.1

- 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.31.0
ref: 0.31.2
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.31.0
ref: 0.31.2
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.31.0
ref: 0.31.2
4 changes: 2 additions & 2 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

includes:
- remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/lint.yaml
- remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.3.0/tasks/lint.yaml

variables:
- name: VERSION
Expand All @@ -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.31.0"
default: "v0.31.2"

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

0 comments on commit 5ad57fc

Please sign in to comment.