Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update uds to v0.8.1 (#141)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [defenseunicorns/uds-cli](https://togithub.com/defenseunicorns/uds-cli) | minor | `0.6.2` -> `0.8.1` | --- ### Release Notes <details> <summary>defenseunicorns/uds-cli (defenseunicorns/uds-cli)</summary> ### [`v0.8.1`](https://togithub.com/defenseunicorns/uds-cli/releases/tag/v0.8.1) [Compare Source](https://togithub.com/defenseunicorns/uds-cli/compare/v0.8.0...v0.8.1) #### What's Changed - chore(deps): update actions/upload-artifact action to v4.3.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/395](https://togithub.com/defenseunicorns/uds-cli/pull/395) - chore(deps): update actions/download-artifact action to v4.1.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/394](https://togithub.com/defenseunicorns/uds-cli/pull/394) - fix(deps): update golang.org/x/exp digest to [`2c58cdc`](https://togithub.com/defenseunicorns/uds-cli/commit/2c58cdc) by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/392](https://togithub.com/defenseunicorns/uds-cli/pull/392) - chore(deps): update github/codeql-action action to v3.24.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/388](https://togithub.com/defenseunicorns/uds-cli/pull/388) - fix: false positive task loop by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/uds-cli/pull/396](https://togithub.com/defenseunicorns/uds-cli/pull/396) - fix: don't error out when a cluster isn't available by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/398](https://togithub.com/defenseunicorns/uds-cli/pull/398) **Full Changelog**: defenseunicorns/uds-cli@v0.8.0...v0.8.1 ### [`v0.8.0`](https://togithub.com/defenseunicorns/uds-cli/releases/tag/v0.8.0) [Compare Source](https://togithub.com/defenseunicorns/uds-cli/compare/v0.7.0...v0.8.0) #### What's Changed - fix(deps): update module github.com/goccy/go-yaml to v1.11.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/356](https://togithub.com/defenseunicorns/uds-cli/pull/356) - fix(deps): update module oras.land/oras-go/v2 to v2.4.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/366](https://togithub.com/defenseunicorns/uds-cli/pull/366) - chore: clean up load variables function by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/uds-cli/pull/365](https://togithub.com/defenseunicorns/uds-cli/pull/365) - chore(deps): update anchore/sbom-action action to v0.15.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/371](https://togithub.com/defenseunicorns/uds-cli/pull/371) - feat: set flag for specific package vars by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/uds-cli/pull/373](https://togithub.com/defenseunicorns/uds-cli/pull/373) - fix(deps): update module helm.sh/helm/v3 to v3.14.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/327](https://togithub.com/defenseunicorns/uds-cli/pull/327) - feat: actionable tasks by [@​Noxsios](https://togithub.com/Noxsios) in [https://github.com/defenseunicorns/uds-cli/pull/347](https://togithub.com/defenseunicorns/uds-cli/pull/347) - chore(deps): update sigstore/cosign-installer action to v3.4.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/377](https://togithub.com/defenseunicorns/uds-cli/pull/377) - chore(deps): update anchore/sbom-action action to v0.15.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/376](https://togithub.com/defenseunicorns/uds-cli/pull/376) - chore: task runner error handling and messaging by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/uds-cli/pull/381](https://togithub.com/defenseunicorns/uds-cli/pull/381) - feat: add default task behavior to uds run by [@​zachariahmiller](https://togithub.com/zachariahmiller) in [https://github.com/defenseunicorns/uds-cli/pull/383](https://togithub.com/defenseunicorns/uds-cli/pull/383) - chore: adds more runner docs by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/385](https://togithub.com/defenseunicorns/uds-cli/pull/385) - feat: add envPath key to runner by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/386](https://togithub.com/defenseunicorns/uds-cli/pull/386) - chore: only use camelCase in yaml by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/387](https://togithub.com/defenseunicorns/uds-cli/pull/387) - chore: golangci linting by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/uds-cli/pull/389](https://togithub.com/defenseunicorns/uds-cli/pull/389) #### New Contributors - [@​Noxsios](https://togithub.com/Noxsios) made their first contribution in [https://github.com/defenseunicorns/uds-cli/pull/347](https://togithub.com/defenseunicorns/uds-cli/pull/347) **Full Changelog**: defenseunicorns/uds-cli@v0.7.0...v0.8.0 ### [`v0.7.0`](https://togithub.com/defenseunicorns/uds-cli/releases/tag/v0.7.0) [Compare Source](https://togithub.com/defenseunicorns/uds-cli/compare/v0.6.2...v0.7.0) #### What's Changed - chore: refactor Annotations and SBOM logic by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/329](https://togithub.com/defenseunicorns/uds-cli/pull/329) - chore: removes dead code related to pulling local bundles by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/337](https://togithub.com/defenseunicorns/uds-cli/pull/337) - feat: allow custom zarf package names for remote package refs by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/uds-cli/pull/342](https://togithub.com/defenseunicorns/uds-cli/pull/342) - chore: ensure remote bundles have an index.json by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/341](https://togithub.com/defenseunicorns/uds-cli/pull/341) - chore(deps): update actions/upload-artifact action to v4.3.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/335](https://togithub.com/defenseunicorns/uds-cli/pull/335) - fix(deps): update golang.org/x/exp digest to [`1b97071`](https://togithub.com/defenseunicorns/uds-cli/commit/1b97071) by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/336](https://togithub.com/defenseunicorns/uds-cli/pull/336) - chore(deps): update anchore/sbom-action action to v0.15.5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/333](https://togithub.com/defenseunicorns/uds-cli/pull/333) - fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/334](https://togithub.com/defenseunicorns/uds-cli/pull/334) - fix: includes task loops by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/uds-cli/pull/353](https://togithub.com/defenseunicorns/uds-cli/pull/353) - chore(deps): update github/codeql-action action to v3.23.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/358](https://togithub.com/defenseunicorns/uds-cli/pull/358) - feat: support multi-arch, refactor ref by [@​UncleGedd](https://togithub.com/UncleGedd) in [https://github.com/defenseunicorns/uds-cli/pull/352](https://togithub.com/defenseunicorns/uds-cli/pull/352) - fix: allow comma separated string values for helm overrides by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/uds-cli/pull/349](https://togithub.com/defenseunicorns/uds-cli/pull/349) - feat: uds deploy --set flag for package variables by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/uds-cli/pull/354](https://togithub.com/defenseunicorns/uds-cli/pull/354) - chore(deps): update anchore/sbom-action action to v0.15.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/361](https://togithub.com/defenseunicorns/uds-cli/pull/361) - chore(deps): update zarf to v0.32.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/355](https://togithub.com/defenseunicorns/uds-cli/pull/355) **Full Changelog**: defenseunicorns/uds-cli@v0.6.2...v0.7.0 </details> --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/defenseunicorns/uds-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Micah Nagel <[email protected]> Co-authored-by: Micah Nagel <[email protected]>
- Loading branch information