From 87c07ab27de9703cb6bd8cb15cc076dbdb870956 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 12 Jun 2024 15:07:31 -0600
Subject: [PATCH] chore(deps): update postgres support dependencies (#36)
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 |
|---|---|---|---|
|
[defenseunicorns/uds-cli](https://togithub.com/defenseunicorns/uds-cli)
| | patch | `v0.11.0` -> `v0.11.1` |
|
[defenseunicorns/uds-common](https://togithub.com/defenseunicorns/uds-common)
| | minor | `v0.4.5` -> `v0.5.0` |
|
[defenseunicorns/uds-common](https://togithub.com/defenseunicorns/uds-common)
| action | minor | `v0.4.5` -> `v0.5.0` |
| [github/codeql-action](https://togithub.com/github/codeql-action) |
action | patch | `v3.25.8` -> `v3.25.9` |
---
### Release Notes
defenseunicorns/uds-cli (defenseunicorns/uds-cli)
###
[`v0.11.1`](https://togithub.com/defenseunicorns/uds-cli/releases/tag/v0.11.1)
[Compare
Source](https://togithub.com/defenseunicorns/uds-cli/compare/v0.11.0...v0.11.1)
##### What's Changed
- chore: run CI tests in parallel, remove alpha status by
[@UncleGedd](https://togithub.com/UncleGedd) in
[https://github.com/defenseunicorns/uds-cli/pull/645](https://togithub.com/defenseunicorns/uds-cli/pull/645)
- fix(deps): update module github.com/defenseunicorns/pkg/helpers to v2
by [@renovate](https://togithub.com/renovate) in
[https://github.com/defenseunicorns/uds-cli/pull/635](https://togithub.com/defenseunicorns/uds-cli/pull/635)
- chore: update codeowners by
[@TristanHoladay](https://togithub.com/TristanHoladay) in
[https://github.com/defenseunicorns/uds-cli/pull/647](https://togithub.com/defenseunicorns/uds-cli/pull/647)
- docs: add note about UDS_ARCH by
[@UncleGedd](https://togithub.com/UncleGedd) in
[https://github.com/defenseunicorns/uds-cli/pull/652](https://togithub.com/defenseunicorns/uds-cli/pull/652)
- feat: add file type variables to bundles by
[@TristanHoladay](https://togithub.com/TristanHoladay) in
[https://github.com/defenseunicorns/uds-cli/pull/631](https://togithub.com/defenseunicorns/uds-cli/pull/631)
- fix: arch check in PreDeployValidation by
[@TristanHoladay](https://togithub.com/TristanHoladay) in
[https://github.com/defenseunicorns/uds-cli/pull/657](https://togithub.com/defenseunicorns/uds-cli/pull/657)
- fix(deps): update module github.com/spf13/viper to v1.19.0 by
[@renovate](https://togithub.com/renovate) in
[https://github.com/defenseunicorns/uds-cli/pull/651](https://togithub.com/defenseunicorns/uds-cli/pull/651)
- chore(deps): update homebrew/actions digest to
[`24e4659`](https://togithub.com/defenseunicorns/uds-cli/commit/24e4659)
by [@renovate](https://togithub.com/renovate) in
[https://github.com/defenseunicorns/uds-cli/pull/650](https://togithub.com/defenseunicorns/uds-cli/pull/650)
- fix(deps): update module golang.org/x/mod to v0.18.0 by
[@renovate](https://togithub.com/renovate) in
[https://github.com/defenseunicorns/uds-cli/pull/659](https://togithub.com/defenseunicorns/uds-cli/pull/659)
- feat: uds security hub integration by
[@naveensrinivasan](https://togithub.com/naveensrinivasan) in
[https://github.com/defenseunicorns/uds-cli/pull/662](https://togithub.com/defenseunicorns/uds-cli/pull/662)
- feat: adds --list-images arg to inspect by
[@eFAILution](https://togithub.com/eFAILution) in
[https://github.com/defenseunicorns/uds-cli/pull/599](https://togithub.com/defenseunicorns/uds-cli/pull/599)
- chore: small refactors and docs updates by
[@UncleGedd](https://togithub.com/UncleGedd) in
[https://github.com/defenseunicorns/uds-cli/pull/671](https://togithub.com/defenseunicorns/uds-cli/pull/671)
- feat: dev deploy --ref and --flavor flags by
[@decleaver](https://togithub.com/decleaver) in
[https://github.com/defenseunicorns/uds-cli/pull/638](https://togithub.com/defenseunicorns/uds-cli/pull/638)
- fix(deps): update module github.com/defenseunicorns/uds-security-hub
to v0.0.7 by [@renovate](https://togithub.com/renovate) in
[https://github.com/defenseunicorns/uds-cli/pull/673](https://togithub.com/defenseunicorns/uds-cli/pull/673)
- chore: fix typos by
[@beholdenkey](https://togithub.com/beholdenkey) in
[https://github.com/defenseunicorns/uds-cli/pull/676](https://togithub.com/defenseunicorns/uds-cli/pull/676)
- chore: cleans up lang file and docs, use PRs for brew releases by
[@UncleGedd](https://togithub.com/UncleGedd) in
[https://github.com/defenseunicorns/uds-cli/pull/675](https://togithub.com/defenseunicorns/uds-cli/pull/675)
- chore(deps): update goreleaser/goreleaser-action action to v6 by
[@renovate](https://togithub.com/renovate) in
[https://github.com/defenseunicorns/uds-cli/pull/661](https://togithub.com/defenseunicorns/uds-cli/pull/661)
- feat: integrated docs between uds and uds-cli by
[@UnicornChance](https://togithub.com/UnicornChance) in
[https://github.com/defenseunicorns/uds-cli/pull/646](https://togithub.com/defenseunicorns/uds-cli/pull/646)
- chore: shorten readme before docs site roll out by
[@UncleGedd](https://togithub.com/UncleGedd) in
[https://github.com/defenseunicorns/uds-cli/pull/679](https://togithub.com/defenseunicorns/uds-cli/pull/679)
- fix: install trivy for security hub and parallelize release by
[@UncleGedd](https://togithub.com/UncleGedd) in
[https://github.com/defenseunicorns/uds-cli/pull/680](https://togithub.com/defenseunicorns/uds-cli/pull/680)
- fix: release workflow typos by
[@UncleGedd](https://togithub.com/UncleGedd) in
[https://github.com/defenseunicorns/uds-cli/pull/681](https://togithub.com/defenseunicorns/uds-cli/pull/681)
##### New Contributors
- [@eFAILution](https://togithub.com/eFAILution) made their first
contribution in
[https://github.com/defenseunicorns/uds-cli/pull/599](https://togithub.com/defenseunicorns/uds-cli/pull/599)
- [@beholdenkey](https://togithub.com/beholdenkey) made their
first contribution in
[https://github.com/defenseunicorns/uds-cli/pull/676](https://togithub.com/defenseunicorns/uds-cli/pull/676)
- [@UnicornChance](https://togithub.com/UnicornChance) made their
first contribution in
[https://github.com/defenseunicorns/uds-cli/pull/646](https://togithub.com/defenseunicorns/uds-cli/pull/646)
**Full Changelog**:
https://github.com/defenseunicorns/uds-cli/compare/v0.11.0...v0.11.1
defenseunicorns/uds-common
(defenseunicorns/uds-common)
###
[`v0.5.0`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.5.0)
[Compare
Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.4.6...v0.5.0)
##### ⚠ BREAKING CHANGES
- update publish to take architecture as an input
([#143](https://togithub.com/defenseunicorns/uds-common/issues/143))
##### Miscellaneous
- update publish to take architecture as an input
([#143](https://togithub.com/defenseunicorns/uds-common/issues/143))
([62620f5](https://togithub.com/defenseunicorns/uds-common/commit/62620f59c14c773e5f6f07aaafc70ae34cff36bd))
###
[`v0.4.6`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.4.6)
[Compare
Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.4.5...v0.4.6)
##### Bug Fixes
- renovate incorrectly matching oci helm charts for helm datasources
([#141](https://togithub.com/defenseunicorns/uds-common/issues/141))
([2761f2a](https://togithub.com/defenseunicorns/uds-common/commit/2761f2a5f69bae3967bb8a9ff6d392007f90a21b))
##### Miscellaneous
- allow debug logs to continue through failure
([#146](https://togithub.com/defenseunicorns/uds-common/issues/146))
([bec4fc3](https://togithub.com/defenseunicorns/uds-common/commit/bec4fc330d720673f645bda7e56006218ec96aad))
- **deps:** update uds common support dependencies to v0.22.1
([#144](https://togithub.com/defenseunicorns/uds-common/issues/144))
([d618bd2](https://togithub.com/defenseunicorns/uds-common/commit/d618bd2be3f75d62346594cb8d6d8c339b074f93))
github/codeql-action (github/codeql-action)
###
[`v3.25.9`](https://togithub.com/github/codeql-action/compare/v3.25.8...v3.25.9)
[Compare
Source](https://togithub.com/github/codeql-action/compare/v3.25.8...v3.25.9)
---
### 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-postgres-operator).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Release-As: v1.11.0-uds.2
---
.github/workflows/commitlint.yaml | 2 +-
.github/workflows/lint.yaml | 2 +-
.github/workflows/scorecard.yaml | 2 +-
.github/workflows/tag-and-release.yaml | 4 ++--
.github/workflows/test.yaml | 8 ++++----
.vscode/settings.json | 4 ++--
tasks.yaml | 10 +++++-----
tasks/publish.yaml | 4 ++--
8 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml
index 22984ae..bf16150 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@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
+ uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index f3be6a6..df012fa 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@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
+ uses: defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
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 9981c3a..f4487f5 100644
--- a/.github/workflows/scorecard.yaml
+++ b/.github/workflows/scorecard.yaml
@@ -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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
+ uses: github/codeql-action/upload-sarif@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
with:
sarif_file: results.sarif
diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml
index 7289090..d6dbc53 100644
--- a/.github/workflows/tag-and-release.yaml
+++ b/.github/workflows/tag-and-release.yaml
@@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Environment setup
- uses: defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
+ uses: defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
with:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
@@ -51,6 +51,6 @@ jobs:
- name: Save logs
if: always()
- uses: defenseunicorns/uds-common/.github/actions/save-logs@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
+ uses: defenseunicorns/uds-common/.github/actions/save-logs@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
with:
suffix: ${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 7104c16..48f7fda 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -45,24 +45,24 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Environment setup
- uses: defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
+ uses: defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
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@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
+ uses: defenseunicorns/uds-common/.github/actions/test@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
with:
flavor: ${{ matrix.flavor }}
type: ${{ matrix.type }}
- name: Debug Output
if: ${{ always() }}
- uses: defenseunicorns/uds-common/.github/actions/debug-output@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
+ uses: defenseunicorns/uds-common/.github/actions/debug-output@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
- name: Save logs
if: always()
- uses: defenseunicorns/uds-common/.github/actions/save-logs@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
+ uses: defenseunicorns/uds-common/.github/actions/save-logs@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
with:
suffix: ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 6313b87..4380df7 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,10 +1,10 @@
{
"yaml.schemas": {
- "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.0/uds.schema.json": [
+ "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.1/uds.schema.json": [
"uds-bundle.yaml"
],
- "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.0/tasks.schema.json": [
+ "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.1/tasks.schema.json": [
"tasks.yaml",
"tasks/**/*.yaml",
"src/**/validate.yaml"
diff --git a/tasks.yaml b/tasks.yaml
index d3f70d7..7873e6b 100644
--- a/tasks.yaml
+++ b/tasks.yaml
@@ -1,11 +1,11 @@
includes:
- dependencies: ./tasks/dependencies.yaml
- test: ./tasks/test.yaml
- - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/create.yaml
- - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/lint.yaml
- - pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/pull.yaml
- - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/deploy.yaml
- - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/setup.yaml
+ - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/create.yaml
+ - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/lint.yaml
+ - pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/pull.yaml
+ - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/deploy.yaml
+ - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/setup.yaml
tasks:
- name: default
diff --git a/tasks/publish.yaml b/tasks/publish.yaml
index 2dd16ef..2836191 100644
--- a/tasks/publish.yaml
+++ b/tasks/publish.yaml
@@ -1,6 +1,6 @@
includes:
- - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/create.yaml
- - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/publish.yaml
+ - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/create.yaml
+ - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/publish.yaml
tasks:
- name: package