From 3720ad4b007b02adc9ad8098e884cf1d67328905 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:42:03 +0000 Subject: [PATCH] chore(deps): update all dependencies | datasource | package | from | to | | ----------- | ----------------------------------------------------------- | -------- | -------- | | github-tags | actions/checkout | v3.6.0 | v4.1.1 | | github-tags | actions/dependency-review-action | v2.5.1 | v4.1.3 | | github-tags | actions/upload-artifact | v4.0.0 | v4.3.1 | | github-tags | defenseunicorns/uds-common-tasks | v0.2.1 | v0.3.0 | | github-tags | defenseunicorns/uds-common-tasks | v0.2.2 | v0.3.0 | | github-tags | defenseunicorns/zarf | v0.29.1 | v0.32.5 | | 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 | | github-tags | github/codeql-action | v3.22.12 | v3.24.7 | | github-tags | github/codeql-action | v2.24.5 | v3.24.7 | | github-tags | golangci/golangci-lint | v1.55.2 | v1.56.2 | | github-tags | google-github-actions/release-please-action | v4.0.2 | v4.1.0 | | docker | mattermost/mattermost-enterprise-edition | 9.4.2 | 9995379 | | docker | mattermost/mattermost-enterprise-edition | 9.4.2 | 9.6.0 | | github-tags | python-jsonschema/check-jsonschema | 0.27.4 | 0.28.0 | | docker | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 9.4.2 | 9.5.2 | | github-tags | renovatebot/pre-commit-hooks | 37.165.5 | 37.252.1 | --- .github/workflows/codeql.yaml | 8 ++++---- .github/workflows/commitlint.yaml | 2 +- .github/workflows/dependencyreview.yaml | 4 ++-- .github/workflows/scorecard.yaml | 4 ++-- .github/workflows/tag-and-release.yaml | 8 ++++---- .github/workflows/test.yaml | 6 +++--- .pre-commit-config.yaml | 8 ++++---- bundle/uds-bundle.yaml | 4 ++-- tasks.yaml | 4 ++-- tasks/create.yaml | 2 +- tasks/publish.yaml | 2 +- values/registry1-values.yaml | 2 +- values/upstream-values.yaml | 2 +- zarf.yaml | 4 ++-- 14 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 64a7cb57..e3110d67 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -29,17 +29,17 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@a56a03b370b87b26fde6d680755f818cfda0372b # v2.24.5 + uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@a56a03b370b87b26fde6d680755f818cfda0372b # v2.24.5 + uses: github/codeql-action/autobuild@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a56a03b370b87b26fde6d680755f818cfda0372b # v2.24.5 + uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 with: category: "/language:${{matrix.language}}" \ No newline at end of file diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 54ef3a69..6d074af0 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -8,4 +8,4 @@ on: jobs: validate: name: Validate - uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@442bae718050ea9a47254851a45632aabeb13b17 + uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@e5347932c20cffe103bf015c2762b345a2ea30bb diff --git a/.github/workflows/dependencyreview.yaml b/.github/workflows/dependencyreview.yaml index a5937a71..a62429a8 100644 --- a/.github/workflows/dependencyreview.yaml +++ b/.github/workflows/dependencyreview.yaml @@ -22,6 +22,6 @@ jobs: egress-policy: audit - name: 'Checkout Repository' - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: 'Dependency Review' - uses: actions/dependency-review-action@0efb1d1d84fc9633afcdaad14c485cbbc90ef46c # v2.5.1 \ No newline at end of file + uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3 \ No newline at end of file diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index f9307bf7..752c1562 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@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 with: sarif_file: results.sarif diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 09fc94b8..c6aaa499 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Create release tag id: tag - uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2 + uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0 - id: release-flag run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT @@ -39,13 +39,13 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@442bae718050ea9a47254851a45632aabeb13b17 + uses: defenseunicorns/uds-common/.github/actions/setup@e5347932c20cffe103bf015c2762b345a2ea30bb with: username: ${{secrets.IRON_BANK_ROBOT_USERNAME}} password: ${{secrets.IRON_BANK_ROBOT_PASSWORD}} - name: Login to GHCR - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 with: registry: ghcr.io username: dummy @@ -56,6 +56,6 @@ jobs: - name: Save logs if: always() - uses: defenseunicorns/uds-common/.github/actions/save-logs@442bae718050ea9a47254851a45632aabeb13b17 + uses: defenseunicorns/uds-common/.github/actions/save-logs@e5347932c20cffe103bf015c2762b345a2ea30bb with: suffix: ${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }} \ No newline at end of file diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7069c096..96f6c535 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -45,18 +45,18 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@442bae718050ea9a47254851a45632aabeb13b17 + uses: defenseunicorns/uds-common/.github/actions/setup@e5347932c20cffe103bf015c2762b345a2ea30bb with: username: ${{secrets.IRON_BANK_ROBOT_USERNAME}} password: ${{secrets.IRON_BANK_ROBOT_PASSWORD}} - name: Test - uses: defenseunicorns/uds-common/.github/actions/test@442bae718050ea9a47254851a45632aabeb13b17 + uses: defenseunicorns/uds-common/.github/actions/test@e5347932c20cffe103bf015c2762b345a2ea30bb with: flavor: ${{ matrix.flavor }} - name: Save logs if: always() - uses: defenseunicorns/uds-common/.github/actions/save-logs@442bae718050ea9a47254851a45632aabeb13b17 + uses: defenseunicorns/uds-common/.github/actions/save-logs@e5347932c20cffe103bf015c2762b345a2ea30bb with: suffix: ${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f22b9a3..3c51b1db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: hooks: - id: fix-smartquotes - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.4 + 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.5/zarf.schema.json", "--no-cache" ] - repo: https://github.com/golangci/golangci-lint - rev: v1.55.2 + rev: v1.56.2 hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.165.5 + rev: 37.252.1 hooks: - id: renovate-config-validator diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index b189a83c..86b59ee9 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -9,11 +9,11 @@ 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-secrets path: ../ diff --git a/tasks.yaml b/tasks.yaml index 017a344d..eb367e8f 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.2.2/tasks/deploy.yaml - - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.2/tasks/setup.yaml + - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.3.0/tasks/deploy.yaml + - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.3.0/tasks/setup.yaml - test: ./tasks/test.yaml tasks: diff --git a/tasks/create.yaml b/tasks/create.yaml index d9dce4e7..e431844f 100644 --- a/tasks/create.yaml +++ b/tasks/create.yaml @@ -1,5 +1,5 @@ includes: - - create: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.1/tasks/create.yaml + - create: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.3.0/tasks/create.yaml tasks: - name: mattermost-test-bundle diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 2c9e9a87..bbc81bde 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -1,5 +1,5 @@ includes: - - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.1/tasks/publish.yaml + - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.3.0/tasks/publish.yaml variables: - name: TARGET_REPO diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index 28e76b2b..b5aceaea 100644 --- a/values/registry1-values.yaml +++ b/values/registry1-values.yaml @@ -1,7 +1,7 @@ mattermostApp: image: repository: registry1.dso.mil/ironbank/opensource/mattermost/mattermost - tag: 9.4.2 + tag: 9.5.2 initContainerImage: repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal tag: 9.3 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 8542b425..718c3211 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -1,4 +1,4 @@ mattermostApp: image: repository: mattermost/mattermost-enterprise-edition - tag: 9.4.2 + tag: 9.6.0 diff --git a/zarf.yaml b/zarf.yaml index 08a59d64..25e2d3b1 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -34,7 +34,7 @@ components: - values/upstream-values.yaml images: - appropriate/curl:latest - - mattermost/mattermost-enterprise-edition:9.4.2 + - mattermost/mattermost-enterprise-edition:9995379 - name: mattermost required: true @@ -51,4 +51,4 @@ components: - values/registry1-values.yaml images: - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3 - - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.4.2 + - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.5.2