Skip to content

Commit

Permalink
chore(deps): update swf bundle dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                            | from                  | to                    |
| ----------- | -------------------------------------------------- | --------------------- | --------------------- |
| github-tags | actions/checkout                                   | v4.2.1                | v4.2.2                |
| github-tags | defenseunicorns/uds-common                         | v1.1.2                | v1.2.0                |
| github-tags | defenseunicorns/uds-package-gitlab                 | v17.2.9-uds.0         | v17.3.6-uds.0         |
| github-tags | defenseunicorns/uds-package-gitlab-runner          | v17.2.1-uds.3         | v17.2.1-uds.4         |
| github-tags | defenseunicorns/uds-package-mattermost             | v10.0.0-uds.1         | v10.1.1-uds.0         |
| docker      | ghcr.io/defenseunicorns/packages/uds/gitlab        | 17.2.9-uds.0-upstream | 17.3.6-uds.0-upstream |
| docker      | ghcr.io/defenseunicorns/packages/uds/gitlab-runner | 17.2.1-uds.3-upstream | 17.2.1-uds.4-upstream |
| docker      | ghcr.io/defenseunicorns/packages/uds/mattermost    | 10.0.0-uds.1-upstream | 10.1.1-uds.0-upstream |
| docker      | ghcr.io/defenseunicorns/packages/uds/valkey        | 7.2.6-uds.0-upstream  | 7.2.7-uds.0-upstream  |
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 13c3b6e commit f98f4b0
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs-shim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
type: [install, upgrade]
flavor: [upstream]
uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2
uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@2a5e66fceb5c506008d5f69f42abcf38ccf86b44 # v1.2.0
with:
flavor: ${{ matrix.flavor }}
type: ${{ matrix.type }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ permissions:

jobs:
validate:
uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2
uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@2a5e66fceb5c506008d5f69f42abcf38ccf86b44 # v1.2.0
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ permissions:

jobs:
validate:
uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2
uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@2a5e66fceb5c506008d5f69f42abcf38ccf86b44 # v1.2.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
timeout-minutes: 80

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install UDS CLI
uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
security-events: write
# Used to receive a badge.
id-token: write
uses: defenseunicorns/uds-common/.github/workflows/callable-scorecard.yaml@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2
uses: defenseunicorns/uds-common/.github/workflows/callable-scorecard.yaml@2a5e66fceb5c506008d5f69f42abcf38ccf86b44 # v1.2.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0

Expand Down
10 changes: 5 additions & 5 deletions bundles/dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:

- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.6-uds.0-upstream
ref: 7.2.7-uds.0-upstream
overrides:
valkey:
uds-valkey-config:
Expand Down Expand Up @@ -113,7 +113,7 @@ packages:

- name: gitlab
repository: ghcr.io/defenseunicorns/packages/uds/gitlab
ref: 17.2.9-uds.0-upstream
ref: 17.3.6-uds.0-upstream
overrides:
gitlab:
uds-gitlab-config:
Expand Down Expand Up @@ -230,11 +230,11 @@ packages:

- name: gitlab-runner
repository: ghcr.io/defenseunicorns/packages/uds/gitlab-runner
ref: 17.2.1-uds.3-upstream
ref: 17.2.1-uds.4-upstream

- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.6-uds.0-upstream
ref: 7.2.7-uds.0-upstream
overrides:
valkey:
valkey:
Expand Down Expand Up @@ -289,7 +289,7 @@ packages:

- name: mattermost
repository: ghcr.io/defenseunicorns/packages/uds/mattermost
ref: 10.0.0-uds.1-upstream
ref: 10.1.1-uds.0-upstream
imports:
- name: ACCESS_KEY
package: dev-secrets
Expand Down
10 changes: 5 additions & 5 deletions bundles/k3d-demo/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ packages:

- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.6-uds.0-upstream
ref: 7.2.7-uds.0-upstream
overrides:
valkey:
uds-valkey-config:
Expand Down Expand Up @@ -135,7 +135,7 @@ packages:

- name: gitlab
repository: ghcr.io/defenseunicorns/packages/uds/gitlab
ref: 17.2.9-uds.0-upstream
ref: 17.3.6-uds.0-upstream
overrides:
gitlab:
uds-gitlab-config:
Expand Down Expand Up @@ -252,11 +252,11 @@ packages:

- name: gitlab-runner
repository: ghcr.io/defenseunicorns/packages/uds/gitlab-runner
ref: 17.2.1-uds.3-upstream
ref: 17.2.1-uds.4-upstream

- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.6-uds.0-upstream
ref: 7.2.7-uds.0-upstream
overrides:
valkey:
valkey:
Expand Down Expand Up @@ -311,7 +311,7 @@ packages:

- name: mattermost
repository: ghcr.io/defenseunicorns/packages/uds/mattermost
ref: 10.0.0-uds.1-upstream
ref: 10.1.1-uds.0-upstream
imports:
- name: ACCESS_KEY
package: dev-secrets
Expand Down
18 changes: 9 additions & 9 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
includes:
- dependencies: ./tasks/dependencies.yaml
- test: ./tasks/test.yaml
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/create.yaml
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/publish.yaml
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/lint.yaml
- pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/pull.yaml
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/deploy.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/setup.yaml
- actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/actions.yaml
- badge: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/badge.yaml
- upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/upgrade.yaml
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/create.yaml
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/publish.yaml
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/lint.yaml
- pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/pull.yaml
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/deploy.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/setup.yaml
- actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/actions.yaml
- badge: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/badge.yaml
- upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/upgrade.yaml

variables:
- name: BUNDLE_PATH
Expand Down
6 changes: 3 additions & 3 deletions tasks/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

includes:
- mm: https://raw.githubusercontent.com/defenseunicorns/uds-package-mattermost/v10.0.0-uds.1/tasks/test.yaml
- gl: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab/v17.2.9-uds.0/tasks/test.yaml
- mm: https://raw.githubusercontent.com/defenseunicorns/uds-package-mattermost/v10.1.1-uds.0/tasks/test.yaml
- gl: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab/v17.3.6-uds.0/tasks/test.yaml
- sq: https://raw.githubusercontent.com/defenseunicorns/uds-package-sonarqube/v10.7.0-uds.0/tasks/test.yaml
- glr: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab-runner/v17.2.1-uds.3/tasks/test.yaml
- glr: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab-runner/v17.2.1-uds.4/tasks/test.yaml

tasks:
- name: all
Expand Down

0 comments on commit f98f4b0

Please sign in to comment.