From 6fbbc2474ff29901faa7be5ecbaba7ff1a666279 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:08:59 -0500 Subject: [PATCH] chore(deps): update dependency defenseunicorns/uds-cli to v0.19.0 (#250) * chore(deps): update dependency defenseunicorns/uds-cli to v0.19.0 | datasource | package | from | to | | ----------- | ----------------------- | ------- | ------- | | github-tags | defenseunicorns/uds-cli | 0.17.0 | 0.19.0 | | github-tags | defenseunicorns/uds-cli | v0.17.0 | v0.19.0 | | github-tags | defenseunicorns/uds-cli | v0.16.0 | v0.19.0 | * Bump build harness to latest version which has uds CLI 0.19.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joe Richardson --- .github/actions/setup/action.yaml | 2 +- .vscode/settings.json | 6 +++--- bundles/rke2/uds-bundle.yaml | 2 +- tasks/deploy.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index cedb8bb5..57bac581 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -12,4 +12,4 @@ runs: - name: Install UDS CLI shell: bash # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.17.0 + run: brew install defenseunicorns/tap/uds@0.19.0 diff --git a/.vscode/settings.json b/.vscode/settings.json index b31c0276..af2f481b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,18 +9,18 @@ }, "yaml.schemas": { // renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.16.0/uds.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.19.0/uds.schema.json": [ "uds-bundle.yaml" ], // renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.16.0/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.19.0/tasks.schema.json": [ "tasks.yaml", "tasks/**/*.yaml", "src/**/validate.yaml" ], // renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.16.0/zarf.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.19.0/zarf.schema.json": [ "zarf.yaml" ] }, diff --git a/bundles/rke2/uds-bundle.yaml b/bundles/rke2/uds-bundle.yaml index d0ba107f..c7aff343 100644 --- a/bundles/rke2/uds-bundle.yaml +++ b/bundles/rke2/uds-bundle.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.17.0/uds.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.19.0/uds.schema.json kind: UDSBundle metadata: name: software-factory-nutanix-rke2 diff --git a/tasks/deploy.yaml b/tasks/deploy.yaml index 52b350fa..22a1e3aa 100644 --- a/tasks/deploy.yaml +++ b/tasks/deploy.yaml @@ -4,7 +4,7 @@ variables: default: "amd64" - name: DEPLOY_IMAGE description: "Container image to use to run uds deploy in" - default: "ghcr.io/defenseunicorns/build-harness/build-harness:2.0.42" + default: "ghcr.io/defenseunicorns/build-harness/build-harness:2.0.46" - name: BUNDLE_VERSION description: "Version of the bundle to deploy" # x-release-please-start-version