Skip to content

Commit

Permalink
chore(deps): update dependency defenseunicorns/uds-cli to v0.19.0 (#250)
Browse files Browse the repository at this point in the history
* 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 <joe@defenseunicorns.com>
  • Loading branch information
renovate[bot] and JoeHCQ1 authored Nov 20, 2024
1 parent 95bf1c3 commit 6fbbc24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bundles/rke2/uds-bundle.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fbbc24

Please sign in to comment.