From d1c42cf462144e47a1ff6b592bcfbfd0e40759a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:26:05 +0000 Subject: [PATCH] chore(deps): update all dependencies | datasource | package | from | to | | ----------- | ------------------------------------------------------------------ | -------- | -------- | | npm | @commitlint/cli | 18.6.0 | 18.6.1 | | npm | @commitlint/config-conventional | 18.6.0 | 18.6.2 | | github-tags | actions/setup-node | v4.0.0 | v4.0.2 | | github-tags | actions/upload-artifact | v4.0.0 | v4.3.1 | | github-tags | actions/upload-artifact | v3.1.3 | v4.3.1 | | github-tags | defenseunicorns/uds-cli | 0.5.3 | v0.9.0 | | github-tags | defenseunicorns/uds-cli | v0.8.1 | v0.9.0 | | github-tags | defenseunicorns/uds-common-tasks | v0.1.2 | v0.2.0 | | github-tags | defenseunicorns/zarf | v0.32.1 | v0.32.3 | | github-tags | defenseunicorns/zarf | v0.32.2 | v0.32.3 | | github-tags | defenseunicorns/zarf | v0.29.1 | v0.32.3 | | docker | docker.io/redhat/ubi8 | 8.8 | 8.9 | | docker | ghcr.io/defenseunicorns/packages/uds/dev-minio | 0.0.1 | 0.0.2 | | docker | ghcr.io/defenseunicorns/packages/uds/dev-postgres | 0.0.1 | 0.0.2 | | docker | ghcr.io/defenseunicorns/packages/uds/dev-redis | 0.0.1 | 0.0.2 | | github-tags | github/codeql-action | v3.22.12 | v3.24.1 | | github-tags | golangci/golangci-lint | v1.52.3 | v1.56.1 | | github-tags | google-github-actions/release-please-action | v4.0.1 | v4.0.2 | | github-tags | pre-commit/pre-commit-hooks | v4.4.0 | v4.5.0 | | github-tags | python-jsonschema/check-jsonschema | 0.24.0 | 0.28.0 | | docker | registry.gitlab.com/gitlab-org/build/cng/certificates | v16.8.1 | v16.8.2 | | docker | registry.gitlab.com/gitlab-org/build/cng/cfssl-self-sign | 1.6.1 | v16.8.2 | | docker | registry.gitlab.com/gitlab-org/build/cng/gitaly | v16.8.1 | v16.8.2 | | docker | registry.gitlab.com/gitlab-org/build/cng/gitlab-container-registry | v16.8.1 | v16.8.2 | | docker | registry.gitlab.com/gitlab-org/build/cng/gitlab-exporter | v16.8.1 | v16.8.2 | | docker | registry.gitlab.com/gitlab-org/build/cng/gitlab-pages | v16.8.1 | v16.8.2 | | docker | registry.gitlab.com/gitlab-org/build/cng/gitlab-shell | v16.8.1 | v16.8.2 | | docker | registry.gitlab.com/gitlab-org/build/cng/gitlab-sidekiq-ee | v16.8.1 | v16.8.2 | | docker | registry.gitlab.com/gitlab-org/build/cng/gitlab-toolbox-ee | v16.8.1 | v16.8.2 | | docker | registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ee | v16.8.1 | v16.8.2 | | docker | registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ee | v16.8.1 | v16.8.2 | | docker | registry.gitlab.com/gitlab-org/build/cng/kubectl | v16.8.1 | v16.8.2 | | github-tags | renovatebot/pre-commit-hooks | 36.40.0 | 37.189.1 | --- .github/actions/save-logs/action.yaml | 2 +- .github/actions/setup/action.yaml | 6 +++--- .github/workflows/commitlint.yaml | 6 +++--- .github/workflows/scorecard.yaml | 4 ++-- .github/workflows/tag-and-release.yaml | 2 +- .pre-commit-config.yaml | 10 ++++----- .vscode/settings.json | 6 +++--- bundle/uds-bundle.yaml | 6 +++--- tasks.yaml | 4 ++-- tasks/publish.yaml | 2 +- values/upstream-values.yaml | 28 +++++++++++++------------- zarf.yaml | 26 ++++++++++++------------ 12 files changed, 51 insertions(+), 51 deletions(-) diff --git a/.github/actions/save-logs/action.yaml b/.github/actions/save-logs/action.yaml index fbb3bfce..963bb79f 100644 --- a/.github/actions/save-logs/action.yaml +++ b/.github/actions/save-logs/action.yaml @@ -10,7 +10,7 @@ runs: sudo chown $USER /tmp/uds-*.log || echo "" shell: bash - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: debug-log path: | diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index ecead890..417abbd2 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -9,11 +9,11 @@ runs: uses: defenseunicorns/setup-zarf@main with: # renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver - version: v0.32.1 + version: v0.32.3 download-init-package: true - name: Use Node.js latest - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 20 @@ -27,4 +27,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.5.3 + run: brew install defenseunicorns/tap/uds@v0.9.0 diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 762f2277..24493d9d 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -19,12 +19,12 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 - name: Install commitlint run: | - npm install --save-dev @commitlint/config-conventional@18.6.0 - npm install --save-dev @commitlint/cli@18.6.0 + npm install --save-dev @commitlint/config-conventional@18.6.2 + npm install --save-dev @commitlint/cli@18.6.1 - name: Lint PR title run: echo "${{ github.event.pull_request.title }}" | npx commitlint diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index f9307bf7..83635740 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -37,7 +37,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: SARIF file path: results.sarif @@ -45,6 +45,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12 + uses: github/codeql-action/upload-sarif@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1 with: sarif_file: results.sarif diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 6e953264..6af825b7 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Create release tag id: tag - uses: google-github-actions/release-please-action@v4.0.1 + uses: google-github-actions/release-please-action@v4.0.2 - id: release-flag run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5d233cd..f1113a88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files args: ["--maxkb=1024"] @@ -31,7 +31,7 @@ repos: hooks: - id: fix-smartquotes - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.24.0 + rev: 0.28.0 hooks: - id: check-jsonschema name: "Validate Zarf Configs Against Schema" @@ -40,14 +40,14 @@ repos: args: [ "--schemafile", - "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.29.1/zarf.schema.json", + "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.3/zarf.schema.json", "--no-cache" ] - repo: https://github.com/golangci/golangci-lint - rev: v1.52.3 + rev: v1.56.1 hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 36.40.0 + rev: 37.189.1 hooks: - id: renovate-config-validator diff --git a/.vscode/settings.json b/.vscode/settings.json index a6bd88ad..0b063bf0 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.8.1/uds.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.9.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.8.1/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.9.0/tasks.schema.json": [ "tasks.yaml", "tasks/**/*.yaml", "src/**/validate.yaml" ], // renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.2/zarf.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.3/zarf.schema.json": [ "zarf.yaml" ] }, diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index aa31af37..b02985d6 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -9,15 +9,15 @@ metadata: packages: - name: dev-minio repository: ghcr.io/defenseunicorns/packages/uds/dev-minio - ref: 0.0.1 + ref: 0.0.2 - name: dev-postgres repository: ghcr.io/defenseunicorns/packages/uds/dev-postgres - ref: 0.0.1 + ref: 0.0.2 - name: dev-redis repository: ghcr.io/defenseunicorns/packages/uds/dev-redis - ref: 0.0.1 + ref: 0.0.2 - name: dev-secrets path: ../ diff --git a/tasks.yaml b/tasks.yaml index d5a3714f..45a57bb5 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -1,8 +1,8 @@ includes: - cleanup: ./tasks/cleanup.yaml - create: ./tasks/create.yaml - - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.2/tasks/deploy.yaml - - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.2/tasks/setup.yaml + - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.0/tasks/deploy.yaml + - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.0/tasks/setup.yaml - test: ./tasks/test.yaml tasks: diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 70a78000..400910a0 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -1,5 +1,5 @@ includes: - - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.2/tasks/publish.yaml + - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.0/tasks/publish.yaml variables: - name: TARGET_REPO diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 01e6cecb..ea548838 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -2,61 +2,61 @@ gitlab: webservice: image: repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ee - tag: v16.8.1 + tag: v16.8.2 workhorse: image: registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ee tag: v16.8.1 sidekiq: image: repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-sidekiq-ee - tag: v16.8.1 + tag: v16.8.2 migrations: image: repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-toolbox-ee - tag: v16.8.1 + tag: v16.8.2 gitaly: image: repository: registry.gitlab.com/gitlab-org/build/cng/gitaly - tag: v16.8.1 + tag: v16.8.2 gitlab-exporter: image: repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-exporter - tag: v16.8.1 + tag: v16.8.2 gitlab-pages: image: repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-pages - tag: v16.8.1 + tag: v16.8.2 gitlab-shell: image: repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-shell - tag: v16.8.1 + tag: v16.8.2 praefect: image: repository: registry.gitlab.com/gitlab-org/build/cng/gitaly - tag: v16.8.1 + tag: v16.8.2 toolbox: image: repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-toolbox-ee - tag: v16.8.1 + tag: v16.8.2 global: certificates: image: repository: registry.gitlab.com/gitlab-org/build/cng/certificates - tag: v16.8.1 + tag: v16.8.2 gitlabBase: image: repository: docker.io/redhat/ubi8 - tag: "8.8" + tag: "8.9" kubectl: image: repository: registry.gitlab.com/gitlab-org/build/cng/kubectl - tag: v16.8.1 + tag: v16.8.2 registry: image: repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-container-registry - tag: v16.8.1 + tag: v16.8.2 shared-secrets: selfsign: @@ -66,4 +66,4 @@ shared-secrets: upgradeCheck: image: repository: docker.io/redhat/ubi8 - tag: "8.8" + tag: "8.9" diff --git a/zarf.yaml b/zarf.yaml index 87542fd6..b8075ffd 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -73,16 +73,16 @@ components: valuesFiles: - values/upstream-values.yaml images: - - "registry.gitlab.com/gitlab-org/build/cng/certificates:v16.8.1" - - "registry.gitlab.com/gitlab-org/build/cng/cfssl-self-sign:1.6.1" - - "registry.gitlab.com/gitlab-org/build/cng/gitaly:v16.8.1" - - "registry.gitlab.com/gitlab-org/build/cng/gitlab-container-registry:v16.8.1" - - "registry.gitlab.com/gitlab-org/build/cng/gitlab-pages:v16.8.1" - - "registry.gitlab.com/gitlab-org/build/cng/gitlab-shell:v16.8.1" - - "registry.gitlab.com/gitlab-org/build/cng/gitlab-sidekiq-ee:v16.8.1" - - "registry.gitlab.com/gitlab-org/build/cng/gitlab-toolbox-ee:v16.8.1" - - "registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ee:v16.8.1" - - "registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ee:v16.8.1" - - "registry.gitlab.com/gitlab-org/build/cng/kubectl:v16.8.1" - - "docker.io/redhat/ubi8:8.8" - - "registry.gitlab.com/gitlab-org/build/cng/gitlab-exporter:v16.8.1" + - "registry.gitlab.com/gitlab-org/build/cng/certificates:v16.8.2" + - "registry.gitlab.com/gitlab-org/build/cng/cfssl-self-sign:v16.8.2" + - "registry.gitlab.com/gitlab-org/build/cng/gitaly:v16.8.2" + - "registry.gitlab.com/gitlab-org/build/cng/gitlab-container-registry:v16.8.2" + - "registry.gitlab.com/gitlab-org/build/cng/gitlab-pages:v16.8.2" + - "registry.gitlab.com/gitlab-org/build/cng/gitlab-shell:v16.8.2" + - "registry.gitlab.com/gitlab-org/build/cng/gitlab-sidekiq-ee:v16.8.2" + - "registry.gitlab.com/gitlab-org/build/cng/gitlab-toolbox-ee:v16.8.2" + - "registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ee:v16.8.2" + - "registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ee:v16.8.2" + - "registry.gitlab.com/gitlab-org/build/cng/kubectl:v16.8.2" + - "docker.io/redhat/ubi8:8.9" + - "registry.gitlab.com/gitlab-org/build/cng/gitlab-exporter:v16.8.2"