From 6d1680eaf630d06873353ad5ca19bed07c8ba07b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:09:09 +0000 Subject: [PATCH] chore(deps): update uds to v0.11.1 | datasource | package | from | to | | ----------- | ----------------------- | ------- | ------- | | github-tags | defenseunicorns/uds-cli | 0.11.0 | 0.11.1 | | github-tags | defenseunicorns/uds-cli | v0.11.0 | v0.11.1 | --- .github/actions/setup/action.yaml | 2 +- .github/workflows/pull-request-conditionals.yaml | 2 +- .vscode/settings.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index c0dff9a4d..6e4792f68 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -30,7 +30,7 @@ runs: - name: Install UDS CLI shell: bash # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.11.0 + run: brew install defenseunicorns/tap/uds@0.11.1 - name: Iron Bank Login if: ${{ inputs.registry1Username != '' }} diff --git a/.github/workflows/pull-request-conditionals.yaml b/.github/workflows/pull-request-conditionals.yaml index 4ac0a6dbe..33bc7997c 100644 --- a/.github/workflows/pull-request-conditionals.yaml +++ b/.github/workflows/pull-request-conditionals.yaml @@ -36,7 +36,7 @@ jobs: - name: Install UDS CLI shell: bash # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.11.0 + run: brew install defenseunicorns/tap/uds@0.11.1 - name: Run Formatting Checks run: uds run lint-check --no-progress diff --git a/.vscode/settings.json b/.vscode/settings.json index f49cde929..19861677c 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.11.0/uds.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.1/uds.schema.json": [ "uds-bundle.yaml" ], // renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.0/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.1/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.11.0/zarf.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.1/zarf.schema.json": [ "zarf.yaml" ] },