Skip to content

Commit 097087e

Browse files
chore(deps): update support-deps to v1.6.1 (#89)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [defenseunicorns/uds-common](https://redirect.github.com/defenseunicorns/uds-common) | | minor | `v1.5.1` -> `v1.6.1` | | [defenseunicorns/uds-common](https://redirect.github.com/defenseunicorns/uds-common) | action | minor | `v1.5.1` -> `v1.6.1` | --- ### Release Notes <details> <summary>defenseunicorns/uds-common (defenseunicorns/uds-common)</summary> ### [`v1.6.1`](https://redirect.github.com/defenseunicorns/uds-common/releases/tag/v1.6.1) [Compare Source](https://redirect.github.com/defenseunicorns/uds-common/compare/v1.6.0...v1.6.1) ##### Miscellaneous - add debug output to callable-publish ([#&#8203;369](https://redirect.github.com/defenseunicorns/uds-common/issues/369)) ([6a39c6c](https://redirect.github.com/defenseunicorns/uds-common/commit/6a39c6cb4ca7fbe1f602df8fde43e749ffc04179)) - **deps:** update uds common support dependencies ([#&#8203;368](https://redirect.github.com/defenseunicorns/uds-common/issues/368)) ([ec46da4](https://redirect.github.com/defenseunicorns/uds-common/commit/ec46da45aab596eecd14f0cfee37a52534b00c30)) - **deps:** update uds common support dependencies ([#&#8203;371](https://redirect.github.com/defenseunicorns/uds-common/issues/371)) ([4e4a6bc](https://redirect.github.com/defenseunicorns/uds-common/commit/4e4a6bc5cef83096ad0e6f5cd6083d6d40f02b67)) ### [`v1.6.0`](https://redirect.github.com/defenseunicorns/uds-common/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/defenseunicorns/uds-common/compare/v1.5.1...v1.6.0) ##### Features - move mirror ci to publish step ([#&#8203;367](https://redirect.github.com/defenseunicorns/uds-common/issues/367)) ([f03863c](https://redirect.github.com/defenseunicorns/uds-common/commit/f03863c34294c86534f2694d15c2f195c071f1aa)) ##### Miscellaneous - **deps:** update uds common support dependencies ([#&#8203;358](https://redirect.github.com/defenseunicorns/uds-common/issues/358)) ([a192e5e](https://redirect.github.com/defenseunicorns/uds-common/commit/a192e5e855f68fb13782626bfb562232896d8707)) - **docs:** add uds-package quickstart ([#&#8203;363](https://redirect.github.com/defenseunicorns/uds-common/issues/363)) ([0554d10](https://redirect.github.com/defenseunicorns/uds-common/commit/0554d10cdd46b7c8b856201e4b03da8756025d7f)) - refine how bundles are published to require fewer inputs ([#&#8203;365](https://redirect.github.com/defenseunicorns/uds-common/issues/365)) ([9b9f7c0](https://redirect.github.com/defenseunicorns/uds-common/commit/9b9f7c0098bfeab51dc5decc10c3276218894d35)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-package-postgres-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsic3VwcG9ydC1kZXBzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6311fe5 commit 097087e

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.github/workflows/ci-docs-shim.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
type: [install, upgrade]
2020
flavor: [upstream, registry1]
21-
uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@a94be6798ba20e2d23fe16afc6578e442e55fb0a # v1.5.1
21+
uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@90ea06c9746a21fbff8867b1421ac13072b6a12b # v1.6.1
2222
with:
2323
flavor: ${{ matrix.flavor }}
2424
type: ${{ matrix.type }}

.github/workflows/commitlint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ permissions:
1515

1616
jobs:
1717
validate:
18-
uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@a94be6798ba20e2d23fe16afc6578e442e55fb0a # v1.5.1
18+
uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@90ea06c9746a21fbff8867b1421ac13072b6a12b # v1.6.1

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ permissions:
1515

1616
jobs:
1717
validate:
18-
uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@a94be6798ba20e2d23fe16afc6578e442e55fb0a # v1.5.1
18+
uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@90ea06c9746a21fbff8867b1421ac13072b6a12b # v1.6.1
1919
secrets: inherit

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
exclude:
2828
- flavor: registry1
2929
architecture: arm64
30-
uses: defenseunicorns/uds-common/.github/workflows/callable-publish.yaml@a94be6798ba20e2d23fe16afc6578e442e55fb0a # v1.5.1
30+
uses: defenseunicorns/uds-common/.github/workflows/callable-publish.yaml@90ea06c9746a21fbff8867b1421ac13072b6a12b # v1.6.1
3131
with:
3232
flavor: ${{ matrix.flavor }}
3333
runsOn: ${{ matrix.architecture == 'arm64' && 'uds-swf-ubuntu-arm64-4-core' || 'uds-swf-ubuntu-big-boy-4-core' }}

.github/workflows/scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
security-events: write
3333
# Used to receive a badge.
3434
id-token: write
35-
uses: defenseunicorns/uds-common/.github/workflows/callable-scorecard.yaml@a94be6798ba20e2d23fe16afc6578e442e55fb0a # v1.5.1
35+
uses: defenseunicorns/uds-common/.github/workflows/callable-scorecard.yaml@90ea06c9746a21fbff8867b1421ac13072b6a12b # v1.6.1
3636
secrets: inherit

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444

4545
- name: test-flavor
46-
uses: defenseunicorns/uds-common/.github/actions/test-flavor@a94be6798ba20e2d23fe16afc6578e442e55fb0a # v1.5.1
46+
uses: defenseunicorns/uds-common/.github/actions/test-flavor@90ea06c9746a21fbff8867b1421ac13072b6a12b # v1.6.1
4747
id: test-flavor
4848
outputs:
4949
upgrade-flavors: ${{ steps.test-flavor.outputs.upgrade-flavors }}
@@ -55,7 +55,7 @@ jobs:
5555
matrix:
5656
type: [install, upgrade]
5757
flavor: [upstream, registry1, unicorn]
58-
uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@a94be6798ba20e2d23fe16afc6578e442e55fb0a # v1.5.1
58+
uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@90ea06c9746a21fbff8867b1421ac13072b6a12b # v1.6.1
5959
with:
6060
upgrade-flavors: ${{ needs.check-flavor.outputs.upgrade-flavors }}
6161
flavor: ${{ matrix.flavor }}

tasks.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
includes:
55
- test: ./tasks/test.yaml
6-
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.1/tasks/create.yaml
7-
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.1/tasks/publish.yaml
8-
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.1/tasks/lint.yaml
9-
- pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.1/tasks/pull.yaml
10-
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.1/tasks/deploy.yaml
11-
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.1/tasks/setup.yaml
12-
- actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.1/tasks/actions.yaml
13-
- badge: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.1/tasks/badge.yaml
14-
- upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.1/tasks/upgrade.yaml
15-
- compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.1/tasks/compliance.yaml
6+
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/create.yaml
7+
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/publish.yaml
8+
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/lint.yaml
9+
- pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/pull.yaml
10+
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/deploy.yaml
11+
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/setup.yaml
12+
- actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/actions.yaml
13+
- badge: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/badge.yaml
14+
- upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/upgrade.yaml
15+
- compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/compliance.yaml
1616

1717
tasks:
1818
- name: default

0 commit comments

Comments
 (0)