Skip to content

Commit

Permalink
chore(deps): update support-deps
Browse files Browse the repository at this point in the history
| datasource         | package                                  | from    | to      |
| ------------------ | ---------------------------------------- | ------- | ------- |
| terraform-provider | hashicorp/aws                            | 5.81.0  | 5.82.1  |
| github-tags        | defenseunicorns/uds-k3d                  | v0.10.1 | v0.11.0 |
| docker             | ghcr.io/defenseunicorns/packages/uds-k3d | 0.10.1  | 0.11.0  |
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 033338b commit d1e61c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/test-infra/aws/rke2/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
required_providers {
aws = {
version = "~> 5.81.0"
version = "~> 5.82.0"
}
random = {
version = "~> 3.6.0"
Expand Down
2 changes: 1 addition & 1 deletion bundles/k3d-slim-dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
packages:
- name: uds-k3d-dev
repository: ghcr.io/defenseunicorns/packages/uds-k3d
ref: 0.10.1
ref: 0.11.0
overrides:
uds-dev-stack:
minio:
Expand Down
2 changes: 1 addition & 1 deletion bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
packages:
- name: uds-k3d-dev
repository: ghcr.io/defenseunicorns/packages/uds-k3d
ref: 0.10.1
ref: 0.11.0
overrides:
uds-dev-stack:
minio:
Expand Down
2 changes: 1 addition & 1 deletion tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tasks:
actions:
- description: "Create the K3d cluster"
# renovate: datasource=github-tags depName=defenseunicorns/uds-k3d versioning=semver
cmd: "uds zarf package deploy oci://defenseunicorns/uds-k3d:0.10.1 --confirm --no-progress"
cmd: "uds zarf package deploy oci://defenseunicorns/uds-k3d:0.11.0 --confirm --no-progress"

- name: k3d-test-cluster
actions:
Expand Down

0 comments on commit d1e61c6

Please sign in to comment.