diff --git a/.github/actions/lint-check/action.yaml b/.github/actions/lint-check/action.yaml index a39d12a4f..e1c065fd4 100644 --- a/.github/actions/lint-check/action.yaml +++ b/.github/actions/lint-check/action.yaml @@ -15,7 +15,7 @@ runs: uses: defenseunicorns/setup-uds@ab842abcad1f7a3305c2538e3dd1950d0daacfa5 # v1.0.1 with: # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - version: v0.20.0 + version: v0.21.0 - name: Run Formatting Checks run: uds run lint-check --no-progress shell: bash diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 41d49c4b3..f6f4593ca 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -29,13 +29,13 @@ runs: - name: Install k3d shell: bash # renovate: datasource=github-tags depName=k3d-io/k3d versioning=semver - run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.8.1 bash + run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.8.2 bash - name: Install UDS CLI uses: defenseunicorns/setup-uds@ab842abcad1f7a3305c2538e3dd1950d0daacfa5 # v1.0.1 with: # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - version: v0.20.0 + version: v0.21.0 - name: Install Lula uses: defenseunicorns/lula-action/setup@badad8c4b1570095f57e66ffd62664847698a3b9 # v0.0.1 diff --git a/.github/bundles/aks/uds-bundle.yaml b/.github/bundles/aks/uds-bundle.yaml index eb1e99460..60b26cad6 100644 --- a/.github/bundles/aks/uds-bundle.yaml +++ b/.github/bundles/aks/uds-bundle.yaml @@ -12,7 +12,7 @@ metadata: packages: - name: init repository: ghcr.io/zarf-dev/packages/init - ref: v0.48.0 + ref: v0.48.1 - name: core path: ../../../build diff --git a/.github/bundles/eks/uds-bundle.yaml b/.github/bundles/eks/uds-bundle.yaml index acefc76cd..402fa3a2a 100644 --- a/.github/bundles/eks/uds-bundle.yaml +++ b/.github/bundles/eks/uds-bundle.yaml @@ -12,7 +12,7 @@ metadata: packages: - name: init repository: ghcr.io/zarf-dev/packages/init - ref: v0.48.0 + ref: v0.48.1 - name: core path: ../../../build diff --git a/.github/bundles/rke2/uds-bundle.yaml b/.github/bundles/rke2/uds-bundle.yaml index 90bc47b7e..f84a258b7 100644 --- a/.github/bundles/rke2/uds-bundle.yaml +++ b/.github/bundles/rke2/uds-bundle.yaml @@ -16,7 +16,7 @@ packages: - name: init repository: ghcr.io/zarf-dev/packages/init - ref: v0.48.0 + ref: v0.48.1 overrides: zarf-registry: docker-registry: diff --git a/.github/test-infra/aws/rke2/irsa.tf b/.github/test-infra/aws/rke2/irsa.tf index 5010d57fb..a13ad36e9 100644 --- a/.github/test-infra/aws/rke2/irsa.tf +++ b/.github/test-infra/aws/rke2/irsa.tf @@ -36,7 +36,7 @@ resource "aws_secretsmanager_secret_version" "private_key" { # Public bucket to host OIDC files module "oidc_bucket" { source = "terraform-aws-modules/s3-bucket/aws" - version = "4.5.0" + version = "4.6.0" bucket = "${var.environment}-oidc-${random_string.ssm.result}" force_destroy = var.force_destroy diff --git a/.github/test-infra/aws/rke2/versions.tf b/.github/test-infra/aws/rke2/versions.tf index 1bf36fe39..97aa30dee 100644 --- a/.github/test-infra/aws/rke2/versions.tf +++ b/.github/test-infra/aws/rke2/versions.tf @@ -6,7 +6,7 @@ terraform { } required_providers { aws = { - version = "~> 5.85.0" + version = "~> 5.86.0" } random = { version = "~> 3.6.0" diff --git a/.github/test-infra/azure/aks/versions.tf b/.github/test-infra/azure/aks/versions.tf index ce6549a60..b504d7041 100644 --- a/.github/test-infra/azure/aks/versions.tf +++ b/.github/test-infra/azure/aks/versions.tf @@ -11,7 +11,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.17.0" + version = "4.18.0" } } } diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 99859fd0c..adb7b6c5b 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -47,6 +47,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 + uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9 with: sarif_file: results.sarif diff --git a/.vscode/settings.json b/.vscode/settings.json index a4357afbb..d862208be 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,17 +9,17 @@ }, "yaml.schemas": { // renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.20.0/uds.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.21.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.20.0/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.21.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.20.0/zarf.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.21.0/zarf.schema.json": [ "zarf.yaml" ], "https://raw.githubusercontent.com/defenseunicorns/uds-core/refs/heads/main/schemas/package-v1alpha1.schema.json": [ diff --git a/bundles/k3d-slim-dev/uds-bundle.yaml b/bundles/k3d-slim-dev/uds-bundle.yaml index 81ff2648b..a0c91cab2 100644 --- a/bundles/k3d-slim-dev/uds-bundle.yaml +++ b/bundles/k3d-slim-dev/uds-bundle.yaml @@ -33,7 +33,7 @@ packages: - name: init repository: ghcr.io/zarf-dev/packages/init - ref: v0.48.0 + ref: v0.48.1 - name: core-base path: ../../build/ diff --git a/bundles/k3d-standard/uds-bundle.yaml b/bundles/k3d-standard/uds-bundle.yaml index de5e338e9..5635f4a0e 100644 --- a/bundles/k3d-standard/uds-bundle.yaml +++ b/bundles/k3d-standard/uds-bundle.yaml @@ -32,7 +32,7 @@ packages: - name: init repository: ghcr.io/zarf-dev/packages/init - ref: v0.48.0 + ref: v0.48.1 - name: core path: ../../build/ diff --git a/tasks/create.yaml b/tasks/create.yaml index 1c9a20c13..eb3aae212 100644 --- a/tasks/create.yaml +++ b/tasks/create.yaml @@ -3,7 +3,7 @@ includes: - - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.7.4/tasks/create.yaml + - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.8.0/tasks/create.yaml variables: - name: FLAVOR diff --git a/tasks/lint.yaml b/tasks/lint.yaml index 344c4cfa1..c319334f7 100644 --- a/tasks/lint.yaml +++ b/tasks/lint.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial includes: - - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.7.4/tasks/lint.yaml + - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.8.0/tasks/lint.yaml tasks: - name: fix diff --git a/tasks/setup.yaml b/tasks/setup.yaml index 9acf4e8fa..adc13e596 100644 --- a/tasks/setup.yaml +++ b/tasks/setup.yaml @@ -15,4 +15,4 @@ tasks: - description: "Initialize the cluster with Zarf" # renovate: datasource=github-tags depName=zarf-dev/zarf versioning=semver - cmd: "uds zarf package deploy oci://ghcr.io/zarf-dev/packages/init:v0.48.0 --confirm --no-progress" + cmd: "uds zarf package deploy oci://ghcr.io/zarf-dev/packages/init:v0.48.1 --confirm --no-progress" diff --git a/tasks/test.yaml b/tasks/test.yaml index 850d3e313..b8c84add7 100644 --- a/tasks/test.yaml +++ b/tasks/test.yaml @@ -10,7 +10,7 @@ includes: - base-layer: ../packages/base/tasks.yaml - idam-layer: ../packages/identity-authorization/tasks.yaml - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/refs/tags/v0.13.1/tasks/setup.yaml - - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.7.4/tasks/compliance.yaml + - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.8.0/tasks/compliance.yaml tasks: - name: base diff --git a/test/jest/package-lock.json b/test/jest/package-lock.json index 8cd003e1f..304ac7b88 100644 --- a/test/jest/package-lock.json +++ b/test/jest/package-lock.json @@ -3267,9 +3267,9 @@ } }, "node_modules/kubernetes-fluent-client": { - "version": "3.3.8", - "resolved": "https://registry.npmjs.org/kubernetes-fluent-client/-/kubernetes-fluent-client-3.3.8.tgz", - "integrity": "sha512-uuqYZqE4225nvJeKa/qSJfwvvemOCvyjGbURCGkAyHsEfOfTLqpGnt0xtyAroj5T2VYBfFsmWrmaSjB9NVriKg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/kubernetes-fluent-client/-/kubernetes-fluent-client-3.4.0.tgz", + "integrity": "sha512-aDLR2LHm9WQT3fT5Ajg5QchIQunfEhnBtLLWR6ANhtsk27OKHLwmclmM/SLfFaGNTIWZNggUcDVOyExzPF6Zyw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -3277,9 +3277,9 @@ "fast-json-patch": "3.1.1", "http-status-codes": "2.3.0", "node-fetch": "2.7.0", - "quicktype-core": "23.0.170", - "type-fest": "4.32.0", - "undici": "7.2.3", + "quicktype-core": "23.0.171", + "type-fest": "4.33.0", + "undici": "7.3.0", "yargs": "17.7.2" }, "bin": { @@ -3290,9 +3290,9 @@ } }, "node_modules/kubernetes-fluent-client/node_modules/type-fest": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.32.0.tgz", - "integrity": "sha512-rfgpoi08xagF3JSdtJlCwMq9DGNDE0IMh3Mkpc1wUypg9vPi786AiqeBBKcqvIkq42azsBM85N490fyZjeUftw==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.33.0.tgz", + "integrity": "sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g==", "dev": true, "license": "(MIT OR CC0-1.0)", "engines": { @@ -3903,10 +3903,11 @@ "dev": true }, "node_modules/quicktype-core": { - "version": "23.0.170", - "resolved": "https://registry.npmjs.org/quicktype-core/-/quicktype-core-23.0.170.tgz", - "integrity": "sha512-ZsjveG0yJUIijUx4yQshzyQ5EAXKbFSBTQJHnJ+KoSZVxcS+m3GcmDpzrdUIRYMhgLaF11ZGvLSYi5U0xcwemw==", + "version": "23.0.171", + "resolved": "https://registry.npmjs.org/quicktype-core/-/quicktype-core-23.0.171.tgz", + "integrity": "sha512-2kFUFtVdCbc54IBlCG30Yzsb5a1l6lX/8UjKaf2B009WFsqvduidaSOdJ4IKMhMi7DCrq60mnU7HZ1fDazGRlw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@glideapps/ts-necessities": "2.2.3", "browser-or-node": "^3.0.0", @@ -4528,9 +4529,9 @@ } }, "node_modules/undici": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.2.3.tgz", - "integrity": "sha512-2oSLHaDalSt2/O/wHA9M+/ZPAOcU2yrSP/cdBYJ+YxZskiPYDSqHbysLSlD7gq3JMqOoJI5O31RVU3BxX/MnAA==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.3.0.tgz", + "integrity": "sha512-Qy96NND4Dou5jKoSJ2gm8ax8AJM/Ey9o9mz7KN1bb9GP+G0l20Zw8afxTnY2f4b7hmhn/z8aC2kfArVQlAhFBw==", "dev": true, "license": "MIT", "engines": {