From 57e0e643df18c1b76ec7f8bdb36e4f29becd95af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:34:12 -0600 Subject: [PATCH] chore(deps): update uds to v0.15.0 (#733) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [defenseunicorns/uds-cli](https://redirect.github.com/defenseunicorns/uds-cli) | minor | `0.14.2` -> `0.15.0` | | [defenseunicorns/uds-cli](https://redirect.github.com/defenseunicorns/uds-cli) | minor | `v0.14.2` -> `v0.15.0` | --- ### Release Notes
defenseunicorns/uds-cli (defenseunicorns/uds-cli) ### [`v0.15.0`](https://redirect.github.com/defenseunicorns/uds-cli/releases/tag/v0.15.0) [Compare Source](https://redirect.github.com/defenseunicorns/uds-cli/compare/v0.14.2...v0.15.0) ##### What's Changed - fix: ensure cluster disconnect doesn't break deploy and remove ops by [@​UncleGedd](https://redirect.github.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/908](https://redirect.github.com/defenseunicorns/uds-cli/pull/908) - fix(deps): update zarf to v0.39.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/907](https://redirect.github.com/defenseunicorns/uds-cli/pull/907) - chore(deps): update actions/create-github-app-token action to v1.10.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/895](https://redirect.github.com/defenseunicorns/uds-cli/pull/895) - fix: cleanup color and typo by [@​catsby](https://redirect.github.com/catsby) in [https://github.com/defenseunicorns/uds-cli/pull/906](https://redirect.github.com/defenseunicorns/uds-cli/pull/906) - feat: adds feature flag to state by [@​UncleGedd](https://redirect.github.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/909](https://redirect.github.com/defenseunicorns/uds-cli/pull/909) - fix: remove uds core nightly state checks for now by [@​UncleGedd](https://redirect.github.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/910](https://redirect.github.com/defenseunicorns/uds-cli/pull/910) **Full Changelog**: https://github.com/defenseunicorns/uds-cli/compare/nightly-unstable...v0.15.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-core). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/lint-check/action.yaml | 2 +- .github/actions/setup/action.yaml | 2 +- .vscode/settings.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/lint-check/action.yaml b/.github/actions/lint-check/action.yaml index 99967582d..3840fd3d1 100644 --- a/.github/actions/lint-check/action.yaml +++ b/.github/actions/lint-check/action.yaml @@ -12,7 +12,7 @@ runs: uses: Homebrew/actions/setup-homebrew@master - name: Install UDS CLI # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.14.2 + run: brew install defenseunicorns/tap/uds@0.15.0 shell: bash - name: Run Formatting Checks run: uds run lint-check --no-progress diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 44bd3bf11..970362991 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -33,7 +33,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.14.2 + run: brew install defenseunicorns/tap/uds@0.15.0 - name: Install Lula uses: defenseunicorns/lula-action/setup@badad8c4b1570095f57e66ffd62664847698a3b9 # v0.0.1 diff --git a/.vscode/settings.json b/.vscode/settings.json index ed63700cc..2c44843d0 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.14.2/uds.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.15.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.14.2/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.15.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.14.2/zarf.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.15.0/zarf.schema.json": [ "zarf.yaml" ] },