diff --git a/.github/actions/lint-check/action.yaml b/.github/actions/lint-check/action.yaml index e82113c7b4..299949e938 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.26.1 + version: v0.26.2 - 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 278f6fd02c..da5af510c4 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -35,7 +35,7 @@ runs: uses: defenseunicorns/setup-uds@ab842abcad1f7a3305c2538e3dd1950d0daacfa5 # v1.0.1 with: # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - version: v0.26.1 + version: v0.26.2 - name: Install Lula uses: defenseunicorns/lula-action/setup@badad8c4b1570095f57e66ffd62664847698a3b9 # v0.0.1 diff --git a/.vscode/settings.json b/.vscode/settings.json index e89723245a..05cec06dd5 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.26.1/uds.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.26.2/uds.schema.json": [ "uds-bundle.yaml" ], // renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.26.1/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.26.2/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.26.1/zarf.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.26.2/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 38d753209b..52ff472123 100644 --- a/bundles/k3d-slim-dev/uds-bundle.yaml +++ b/bundles/k3d-slim-dev/uds-bundle.yaml @@ -13,7 +13,7 @@ metadata: packages: - name: uds-k3d-dev repository: ghcr.io/defenseunicorns/packages/uds-k3d - ref: 0.12.2 + ref: 0.12.3 overrides: uds-dev-stack: minio: diff --git a/bundles/k3d-standard/uds-bundle.yaml b/bundles/k3d-standard/uds-bundle.yaml index 3e93b6cb70..5cd16ef746 100644 --- a/bundles/k3d-standard/uds-bundle.yaml +++ b/bundles/k3d-standard/uds-bundle.yaml @@ -12,7 +12,7 @@ metadata: packages: - name: uds-k3d-dev repository: ghcr.io/defenseunicorns/packages/uds-k3d - ref: 0.12.2 + ref: 0.12.3 overrides: uds-dev-stack: minio: diff --git a/src/grafana/tasks.yaml b/src/grafana/tasks.yaml index c5869a2b5c..6a8ff2916e 100644 --- a/src/grafana/tasks.yaml +++ b/src/grafana/tasks.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial includes: - - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.0/tasks/setup.yaml + - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.1/tasks/setup.yaml tasks: - name: validate diff --git a/src/neuvector/tasks.yaml b/src/neuvector/tasks.yaml index 1d9b2c974d..5fbf7da526 100644 --- a/src/neuvector/tasks.yaml +++ b/src/neuvector/tasks.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial includes: - - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.0/tasks/setup.yaml + - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.1/tasks/setup.yaml tasks: - name: validate diff --git a/tasks/create.yaml b/tasks/create.yaml index 3f50d5faef..899367d17e 100644 --- a/tasks/create.yaml +++ b/tasks/create.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial includes: - - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.0/tasks/create.yaml + - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.1/tasks/create.yaml variables: - name: FLAVOR diff --git a/tasks/lint.yaml b/tasks/lint.yaml index 35d4b13541..f629945565 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.14.0/tasks/lint.yaml + - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.1/tasks/lint.yaml tasks: - name: fix diff --git a/tasks/setup.yaml b/tasks/setup.yaml index 865b6abc8a..761ca8a16f 100644 --- a/tasks/setup.yaml +++ b/tasks/setup.yaml @@ -7,7 +7,7 @@ tasks: actions: - description: "Create the K3d cluster" # renovate: datasource=github-tags depName=defenseunicorns/uds-k3d versioning=semver - cmd: "uds zarf package deploy oci://defenseunicorns/uds-k3d:0.12.2 --confirm --no-progress" + cmd: "uds zarf package deploy oci://defenseunicorns/uds-k3d:0.12.3 --confirm --no-progress" - name: k3d-test-cluster actions: diff --git a/tasks/test.yaml b/tasks/test.yaml index e4dfe463c5..90dd4ae6cc 100644 --- a/tasks/test.yaml +++ b/tasks/test.yaml @@ -14,8 +14,8 @@ includes: - test-resources: ../src/test/tasks.yaml - base-layer: ../packages/base/tasks.yaml - idam-layer: ../packages/identity-authorization/tasks.yaml - - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.0/tasks/setup.yaml - - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.0/tasks/compliance.yaml + - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.1/tasks/setup.yaml + - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.1/tasks/compliance.yaml tasks: - name: base diff --git a/test/jest/package-lock.json b/test/jest/package-lock.json index 28f13a771f..5b073b6b30 100644 --- a/test/jest/package-lock.json +++ b/test/jest/package-lock.json @@ -3267,9 +3267,9 @@ } }, "node_modules/kubernetes-fluent-client": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/kubernetes-fluent-client/-/kubernetes-fluent-client-3.4.10.tgz", - "integrity": "sha512-wWDGinWke9THuQoy2hOYOxXJpoOm0zbBLOdel2sX97wzYEvYpZ2ZTQCkpCTVbwuSmFjiRHWObcmNIoZ5RegzfA==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/kubernetes-fluent-client/-/kubernetes-fluent-client-3.5.1.tgz", + "integrity": "sha512-g9PwJ4FnZtzFs3j8bnCFrEjJmeYtN4QOoEbE+kN8LSHw9+aUAHdLs1ZSPLhdRM/6QuK9VA77Od7j11xf9ZhaXg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -3290,9 +3290,9 @@ } }, "node_modules/kubernetes-fluent-client/node_modules/type-fest": { - "version": "4.39.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.39.1.tgz", - "integrity": "sha512-uW9qzd66uyHYxwyVBYiwS4Oi0qZyUqwjU+Oevr6ZogYiXt99EOYtwvzMSLw1c3lYo2HzJsep/NB23iEVEgjG/w==", + "version": "4.40.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz", + "integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==", "dev": true, "license": "(MIT OR CC0-1.0)", "engines": {