From 47b6bdc2fc34a903aa162cf4d08139c40368b9a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:20:55 -0600 Subject: [PATCH] chore(deps): update sonarqube support dependencies (#93) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | patch | `v4.3.3` -> `v4.3.4` | | [defenseunicorns/uds-common](https://togithub.com/defenseunicorns/uds-common) | | minor | `v0.6.0` -> `v0.7.1` | | [defenseunicorns/uds-common](https://togithub.com/defenseunicorns/uds-common) | action | minor | `v0.6.0` -> `v0.7.1` | | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v3.25.10` -> `v3.25.11` | | [python-jsonschema/check-jsonschema](https://togithub.com/python-jsonschema/check-jsonschema) | repository | minor | `0.28.5` -> `0.29.0` | | [renovatebot/pre-commit-hooks](https://togithub.com/renovatebot/pre-commit-hooks) | repository | minor | `37.413.2` -> `37.426.4` | | ghcr.io/defenseunicorns/packages/uds/postgres-operator | | minor | `1.11.0-uds.1-upstream` -> `1.12.2-uds.1-upstream` --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://togithub.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes
actions/upload-artifact (actions/upload-artifact) ### [`v4.3.4`](https://togithub.com/actions/upload-artifact/releases/tag/v4.3.4) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.3.3...v4.3.4) ##### What's Changed - Update [@​actions/artifact](https://togithub.com/actions/artifact) version, bump dependencies by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/upload-artifact/pull/584](https://togithub.com/actions/upload-artifact/pull/584) **Full Changelog**: https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4
defenseunicorns/uds-common (defenseunicorns/uds-common) ### [`v0.7.1`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.7.1) [Compare Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.7.0...v0.7.1) ##### Miscellaneous - fix commitlint workflow permissions ([#​166](https://togithub.com/defenseunicorns/uds-common/issues/166)) ([d701196](https://togithub.com/defenseunicorns/uds-common/commit/d701196ed2b7b1507f6b7ad946e4a3e030fa3ca5)) ### [`v0.7.0`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.7.0) [Compare Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.6.1...v0.7.0) ##### Features - add an image override to the renovate config ([#​160](https://togithub.com/defenseunicorns/uds-common/issues/160)) ([ea2fcf1](https://togithub.com/defenseunicorns/uds-common/commit/ea2fcf105bb7bf6a560042191ee8b7f33757c785)) - **compliance:** lula validate and evaluate capability definitions ([#​157](https://togithub.com/defenseunicorns/uds-common/issues/157)) ([b615d90](https://togithub.com/defenseunicorns/uds-common/commit/b615d90389523763d08b03f793abe5cdeeee55fc)) ##### Miscellaneous - add dockerfile `ADD` support ([#​162](https://togithub.com/defenseunicorns/uds-common/issues/162)) ([6854284](https://togithub.com/defenseunicorns/uds-common/commit/685428477abea23a2a20c311a135acc517558fc3)) - **deps:** update uds common package dependencies to v6.7.0 ([#​158](https://togithub.com/defenseunicorns/uds-common/issues/158)) ([ef9c567](https://togithub.com/defenseunicorns/uds-common/commit/ef9c567a5aea13ba2dbf22b2790b78cacb113ab1)) ### [`v0.6.1`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.6.1) [Compare Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.6.0...v0.6.1) ##### Miscellaneous - add a playwright setup action ([#​155](https://togithub.com/defenseunicorns/uds-common/issues/155)) ([93720d9](https://togithub.com/defenseunicorns/uds-common/commit/93720d91189fc54c5f5302bb6af769621bc21b27)) - add the second raw URL and releases URL for GitHub to renovate config ([#​154](https://togithub.com/defenseunicorns/uds-common/issues/154)) ([bdda4dc](https://togithub.com/defenseunicorns/uds-common/commit/bdda4dcbd201e279b83361d72ea448114af26522))
github/codeql-action (github/codeql-action) ### [`v3.25.11`](https://togithub.com/github/codeql-action/compare/v3.25.10...v3.25.11) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.10...v3.25.11)
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema) ### [`v0.29.0`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0290) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.6...0.29.0) - Update vendored schemas: github-workflows, renovate, woodpecker-ci (2024-07-07) - Improve caching to include caching of remote `$ref` downloads. This should improve performance in cases where a schema has many remote refs and is used in repeat invocations. The `$ref` cache can be disabled via the same `--no-cache` flag which disables use of the pre-existing cache. Thanks :user:`alex1701c`! (:issue:`452`, :pr:`454`) - Fix an ordering bug which caused caching to be ineffective, resulting in repeated downloads of remote schemas even when the cache was populated. Thanks :user:`alex1701c` for reporting! (:issue:`453`) ### [`v0.28.6`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0286) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.5...0.28.6) - Update vendored schemas: bitbucket-pipelines, circle-ci, readthedocs, renovate (2024-06-23) - Add CircleCI schema and pre-commit hook. Thanks :user:`jrdnbradford`! (:pr:`444`)
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks) ### [`v37.426.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.426.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.2...37.426.4) See https://github.com/renovatebot/renovate/releases/tag/37.426.4 for more changes ### [`v37.426.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.426.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.1...37.426.2) See https://github.com/renovatebot/renovate/releases/tag/37.426.2 for more changes ### [`v37.426.1`](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.0...37.426.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.0...37.426.1) ### [`v37.426.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.426.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.425.3...37.426.0) See https://github.com/renovatebot/renovate/releases/tag/37.426.0 for more changes ### [`v37.425.3`](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.425.1...37.425.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.425.1...37.425.3) ### [`v37.425.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.425.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.4...37.425.1) See https://github.com/renovatebot/renovate/releases/tag/37.425.1 for more changes ### [`v37.424.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.3...37.424.4) See https://github.com/renovatebot/renovate/releases/tag/37.424.4 for more changes ### [`v37.424.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.2...37.424.3) See https://github.com/renovatebot/renovate/releases/tag/37.424.3 for more changes ### [`v37.424.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.1...37.424.2) See https://github.com/renovatebot/renovate/releases/tag/37.424.2 for more changes ### [`v37.424.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.0...37.424.1) See https://github.com/renovatebot/renovate/releases/tag/37.424.1 for more changes ### [`v37.424.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.423.1...37.424.0) See https://github.com/renovatebot/renovate/releases/tag/37.424.0 for more changes ### [`v37.423.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.423.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.423.0...37.423.1) See https://github.com/renovatebot/renovate/releases/tag/37.423.1 for more changes ### [`v37.423.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.423.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.422.4...37.423.0) See https://github.com/renovatebot/renovate/releases/tag/37.423.0 for more changes ### [`v37.422.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.422.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.6...37.422.4) See https://github.com/renovatebot/renovate/releases/tag/37.422.4 for more changes ### [`v37.421.6`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.6) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.5...37.421.6) See https://github.com/renovatebot/renovate/releases/tag/37.421.6 for more changes ### [`v37.421.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.4...37.421.5) See https://github.com/renovatebot/renovate/releases/tag/37.421.5 for more changes ### [`v37.421.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.3...37.421.4) See https://github.com/renovatebot/renovate/releases/tag/37.421.4 for more changes ### [`v37.421.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.2...37.421.3) See https://github.com/renovatebot/renovate/releases/tag/37.421.3 for more changes ### [`v37.421.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.1...37.421.2) See https://github.com/renovatebot/renovate/releases/tag/37.421.2 for more changes ### [`v37.421.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.0...37.421.1) See https://github.com/renovatebot/renovate/releases/tag/37.421.1 for more changes ### [`v37.421.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.420.1...37.421.0) See https://github.com/renovatebot/renovate/releases/tag/37.421.0 for more changes ### [`v37.420.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.420.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.420.0...37.420.1) See https://github.com/renovatebot/renovate/releases/tag/37.420.1 for more changes ### [`v37.420.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.420.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.419.1...37.420.0) See https://github.com/renovatebot/renovate/releases/tag/37.420.0 for more changes ### [`v37.419.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.419.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.418.2...37.419.1) See https://github.com/renovatebot/renovate/releases/tag/37.419.1 for more changes ### [`v37.418.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.418.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.418.1...37.418.2) See https://github.com/renovatebot/renovate/releases/tag/37.418.2 for more changes ### [`v37.418.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.418.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.417.1...37.418.1) See https://github.com/renovatebot/renovate/releases/tag/37.418.1 for more changes ### [`v37.417.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.417.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.417.0...37.417.1) See https://github.com/renovatebot/renovate/releases/tag/37.417.1 for more changes ### [`v37.417.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.417.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.416.0...37.417.0) See https://github.com/renovatebot/renovate/releases/tag/37.417.0 for more changes ### [`v37.416.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.416.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.415.0...37.416.0) See https://github.com/renovatebot/renovate/releases/tag/37.416.0 for more changes ### [`v37.415.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.415.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.414.1...37.415.0) See https://github.com/renovatebot/renovate/releases/tag/37.415.0 for more changes ### [`v37.414.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.414.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.414.0...37.414.1) See https://github.com/renovatebot/renovate/releases/tag/37.414.1 for more changes ### [`v37.414.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.414.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.4...37.414.0) See https://github.com/renovatebot/renovate/releases/tag/37.414.0 for more changes ### [`v37.413.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.3...37.413.4) See https://github.com/renovatebot/renovate/releases/tag/37.413.4 for more changes ### [`v37.413.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.413.2...37.413.3) See https://github.com/renovatebot/renovate/releases/tag/37.413.3 for more changes
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/defenseunicorns/uds-package-sonarqube). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Wayne Starr --- .github/workflows/commitlint.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/scorecard.yaml | 4 ++-- .github/workflows/tag-and-release.yaml | 10 +++++----- .github/workflows/test.yaml | 10 +++++----- .pre-commit-config.yaml | 4 ++-- bundle/uds-bundle.yaml | 21 ++++++++++++++++----- bundle/uds-config.yaml | 15 --------------- tasks.yaml | 10 +++++----- tasks/publish.yaml | 8 ++++---- 10 files changed, 41 insertions(+), 45 deletions(-) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 40c6f4b..07157a4 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@61450a210fd16cf14157ee417f9682a4664c05e5 # v0.6.0 + uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@772b3337950b7c8e0882c527263684306bba7ce4 # v0.7.1 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index fa06c8a..5dfa891 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@61450a210fd16cf14157ee417f9682a4664c05e5 # v0.6.0 + uses: defenseunicorns/uds-common/.github/actions/setup@772b3337950b7c8e0882c527263684306bba7ce4 # v0.7.1 with: registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }} diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 463dd91..4610e8d 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 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@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 + uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 with: sarif_file: results.sarif diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index f5dbc8f..35a23dd 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -22,7 +22,7 @@ jobs: publish-package: needs: tag-new-version if: ${{ needs.tag-new-version.outputs.release_created == 'true' }} - runs-on: ${{ matrix.architecture == 'arm64' && 'uds-ubuntu-arm64-4-core' || 'ubuntu-latest' }} + runs-on: ${{ matrix.architecture == 'arm64' && 'uds-swf-ubuntu-arm64-4-core' || 'ubuntu-latest' }} strategy: matrix: flavor: [upstream, registry1] @@ -40,21 +40,21 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@61450a210fd16cf14157ee417f9682a4664c05e5 # v0.6.0 + uses: defenseunicorns/uds-common/.github/actions/setup@772b3337950b7c8e0882c527263684306bba7ce4 # v0.7.1 with: registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }} ghToken: ${{ secrets.GITHUB_TOKEN }} - name: Publish Package - run: uds run -f tasks/publish.yaml package --set FLAVOR=${{ matrix.flavor }} + run: uds run -f tasks/publish.yaml package --set FLAVOR=${{ matrix.flavor }} --no-progress - name: Debug Output if: ${{ always() }} - uses: defenseunicorns/uds-common/.github/actions/debug-output@61450a210fd16cf14157ee417f9682a4664c05e5 # v0.6.0 + uses: defenseunicorns/uds-common/.github/actions/debug-output@772b3337950b7c8e0882c527263684306bba7ce4 # v0.7.1 - name: Save logs if: always() - uses: defenseunicorns/uds-common/.github/actions/save-logs@61450a210fd16cf14157ee417f9682a4664c05e5 # v0.6.0 + uses: defenseunicorns/uds-common/.github/actions/save-logs@772b3337950b7c8e0882c527263684306bba7ce4 # v0.7.1 with: suffix: ${{ matrix.flavor }}-${{ matrix.architecture }}-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 68b1538..a6c5aae 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -45,29 +45,29 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@61450a210fd16cf14157ee417f9682a4664c05e5 # v0.6.0 + uses: defenseunicorns/uds-common/.github/actions/setup@772b3337950b7c8e0882c527263684306bba7ce4 # v0.7.1 with: registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }} ghToken: ${{ secrets.GITHUB_TOKEN }} - name: Test - uses: defenseunicorns/uds-common/.github/actions/test@61450a210fd16cf14157ee417f9682a4664c05e5 # v0.6.0 + uses: defenseunicorns/uds-common/.github/actions/test@772b3337950b7c8e0882c527263684306bba7ce4 # v0.7.1 with: flavor: ${{ matrix.flavor }} type: ${{ matrix.type }} - name: Debug Output if: ${{ always() }} - uses: defenseunicorns/uds-common/.github/actions/debug-output@61450a210fd16cf14157ee417f9682a4664c05e5 # v0.6.0 + uses: defenseunicorns/uds-common/.github/actions/debug-output@772b3337950b7c8e0882c527263684306bba7ce4 # v0.7.1 - name: Save logs if: always() - uses: defenseunicorns/uds-common/.github/actions/save-logs@61450a210fd16cf14157ee417f9682a4664c05e5 # v0.6.0 + uses: defenseunicorns/uds-common/.github/actions/save-logs@772b3337950b7c8e0882c527263684306bba7ce4 # v0.7.1 with: suffix: ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }} - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 if: always() with: name: playwright-report-${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4938ef9..1b6efea 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.28.5 + rev: 0.29.0 hooks: - id: check-jsonschema name: "Validate Zarf Configs Against Schema" @@ -48,6 +48,6 @@ repos: hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.413.2 + rev: 37.426.4 hooks: - id: renovate-config-validator diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index ab6fd54..c16645c 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -13,14 +13,25 @@ packages: - name: postgres-operator repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator - ref: 1.11.0-uds.1-upstream + ref: 1.12.2-uds.1-upstream overrides: postgres-operator: uds-postgres-config: - variables: - - name: POSTGRESQL - description: "Configure postgres using CRs via the uds-postgres-config chart" - path: postgresql + values: + - path: postgresql + value: + enabled: true # Set to false to not create the PostgreSQL resource + teamId: "uds" + volume: + size: "10Gi" + numberOfInstances: 2 + users: + sonarqube.sonarqube: [] # database owner + databases: + sonarqubedb: sonarqube.sonarqube + version: "14" + ingress: + - remoteNamespace: sonarqube - name: sonarqube path: ../ diff --git a/bundle/uds-config.yaml b/bundle/uds-config.yaml index 6d95e70..e69de29 100644 --- a/bundle/uds-config.yaml +++ b/bundle/uds-config.yaml @@ -1,15 +0,0 @@ -variables: - postgres-operator: - postgresql: - enabled: true # Set to false to not create the PostgreSQL resource - teamId: "uds" - volume: - size: "10Gi" - numberOfInstances: 2 - users: - sonarqube.sonarqube: [] # database owner - databases: - sonarqubedb: sonarqube.sonarqube - version: "13" - ingress: - remoteGenerated: Anywhere diff --git a/tasks.yaml b/tasks.yaml index 9bdbbfa..267a613 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -2,11 +2,11 @@ includes: - cleanup: ./tasks/cleanup.yaml - dependencies: ./tasks/dependencies.yaml - test: ./tasks/test.yaml - - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.6.0/tasks/create.yaml - - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.6.0/tasks/lint.yaml - - pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.6.0/tasks/pull.yaml - - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.6.0/tasks/deploy.yaml - - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.6.0/tasks/setup.yaml + - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.7.1/tasks/create.yaml + - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.7.1/tasks/lint.yaml + - pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.7.1/tasks/pull.yaml + - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.7.1/tasks/deploy.yaml + - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.7.1/tasks/setup.yaml tasks: - name: default diff --git a/tasks/publish.yaml b/tasks/publish.yaml index e96f368..318623a 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -1,8 +1,8 @@ includes: - - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.6.0/tasks/create.yaml - - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.6.0/tasks/publish.yaml - - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.6.0/tasks/setup.yaml - - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.6.0/tasks/deploy.yaml + - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.7.1/tasks/create.yaml + - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.7.1/tasks/publish.yaml + - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.7.1/tasks/setup.yaml + - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.7.1/tasks/deploy.yaml - dependencies: ./dependencies.yaml - test: ./test.yaml