diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index cedb8bb5..ab844bad 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.18.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17838d62..2add4eac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: # GENERAL CHECKS ################ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v5.0.0 hooks: - id: check-added-large-files name: Large Files Check @@ -26,7 +26,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.0 + rev: v8.21.1 hooks: - id: gitleaks name: GitLeaks Checks diff --git a/.vscode/settings.json b/.vscode/settings.json index 11c8576a..479bb32c 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.18.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.18.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.18.0/zarf.schema.json": [ "zarf.yaml" ] }, diff --git a/bundles/eksd/uds-bundle.yaml b/bundles/eksd/uds-bundle.yaml index baa4d186..86d592b3 100644 --- a/bundles/eksd/uds-bundle.yaml +++ b/bundles/eksd/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.18.0/uds.schema.json kind: UDSBundle metadata: name: software-factory-nutanix-eksd @@ -33,7 +33,7 @@ packages: # Zarf init - name: init repository: ghcr.io/zarf-dev/packages/init - ref: v0.39.0 + ref: v0.42.0 overrides: zarf-seed-registry: docker-registry: @@ -83,11 +83,11 @@ packages: # MetalLB - name: metallb repository: ghcr.io/defenseunicorns/packages/metallb - ref: 0.0.5-amd64 + ref: 0.1.1-amd64 - name: core repository: ghcr.io/defenseunicorns/packages/uds/core - ref: 0.29.0-registry1 + ref: 0.29.1-registry1 optionalComponents: - metrics-server overrides: @@ -537,7 +537,7 @@ packages: # Gitlab Runner - name: gitlab-runner repository: ghcr.io/defenseunicorns/packages/uds/gitlab-runner - ref: 17.1.0-uds.1-registry1 + ref: 17.2.1-uds.2-registry1 overrides: gitlab-runner: gitlab-runner: diff --git a/bundles/rke2/uds-bundle.yaml b/bundles/rke2/uds-bundle.yaml index 6eafedbf..b36640e9 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.18.0/uds.schema.json kind: UDSBundle metadata: name: software-factory-nutanix-rke2 @@ -33,7 +33,7 @@ packages: # Zarf init - name: init repository: ghcr.io/zarf-dev/packages/init - ref: v0.39.0 + ref: v0.42.0 overrides: zarf-seed-registry: docker-registry: @@ -81,11 +81,11 @@ packages: # MetalLB - name: metallb repository: ghcr.io/defenseunicorns/packages/metallb - ref: 0.0.5-amd64 + ref: 0.1.1-amd64 - name: core repository: ghcr.io/defenseunicorns/packages/uds/core - ref: 0.29.0-registry1 + ref: 0.29.1-registry1 optionalComponents: - metrics-server overrides: @@ -538,7 +538,7 @@ packages: # Gitlab Runner - name: gitlab-runner repository: ghcr.io/defenseunicorns/packages/uds/gitlab-runner - ref: 17.1.0-uds.1-registry1 + ref: 17.2.1-uds.2-registry1 overrides: gitlab-runner: gitlab-runner: diff --git a/tasks.yaml b/tasks.yaml index f9dac41f..99dda431 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -1,9 +1,9 @@ includes: - create: ./tasks/create.yaml - deploy: ./tasks/deploy.yaml - - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.0/tasks/lint.yaml - - actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.0/tasks/actions.yaml - - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.0/tasks/setup.yaml + - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.1/tasks/lint.yaml + - actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.1/tasks/actions.yaml + - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.1/tasks/setup.yaml tasks: - name: dev-eksd