Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                            | from    | to      |
| ----------- | -------------------------------------------------- | ------- | ------- |
| github-tags | actions/cache                                      | v3      | v4      |
| github-tags | defenseunicorns/uds-identity-config                | v0.4.2  | v0.4.3  |
| docker      | ghcr.io/defenseunicorns/packages/metallb           | 0.0.5   | 0.1.0   |
| docker      | ghcr.io/defenseunicorns/packages/uds/core          | 0.21.0  | 0.21.1  |
| docker      | ghcr.io/defenseunicorns/packages/uds/dev-redis     | 0.0.1   | 0.0.2   |
| docker      | ghcr.io/defenseunicorns/packages/uds/gitlab        | 16.10.2 | 16.11.1 |
| docker      | ghcr.io/defenseunicorns/packages/uds/gitlab-runner | 16.10.0 | 16.11.0 |
| docker      | ghcr.io/defenseunicorns/packages/uds/jira          | 1.17.2  | 1.19.0  |
| docker      | ghcr.io/defenseunicorns/uds/identity-config        | 0.4.2   | 0.4.3   |
| github-tags | google-github-actions/release-please-action        | v3      | v4      |
  • Loading branch information
renovate[bot] authored May 11, 2024
1 parent 263e490 commit 59cf791
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
Expand All @@ -23,14 +23,14 @@ jobs:
uses: ./.github/actions/setup

- name: Login to Registry1
uses: docker/login-action@v3
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
with:
registry: registry1.dso.mil
username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}

- name: Init zarf cache
uses: actions/cache@v3
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: "~/.zarf-cache"
key: zarf-cache
Expand All @@ -46,7 +46,7 @@ jobs:
df -h
- name: Login to GHCR
uses: docker/login-action@v3
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Create Release Tag
id: tag
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4
with:
command: manifest # use configs in release-please-config.json
- id: release-flag
Expand Down
12 changes: 6 additions & 6 deletions bundles/uds-core-swf/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ packages:
# MetalLB
- name: metallb
repository: ghcr.io/defenseunicorns/packages/metallb
ref: 0.0.5-amd64
ref: 0.1.0-amd64

- name: core
repository: ghcr.io/defenseunicorns/packages/uds/core
ref: 0.21.0-registry1
ref: 0.21.1-registry1
overrides:
kube-prometheus-stack:
kube-prometheus-stack:
Expand Down Expand Up @@ -251,7 +251,7 @@ packages:
# Gitlab
- name: gitlab-redis
repository: ghcr.io/defenseunicorns/packages/uds/dev-redis
ref: 0.0.1
ref: 0.0.2

- name: gitlab-redis-secret
path: ../../build
Expand All @@ -267,7 +267,7 @@ packages:

- name: gitlab
repository: ghcr.io/defenseunicorns/packages/uds/gitlab
ref: 16.10.2-uds.0-registry1
ref: 16.11.1-uds.0-registry1
overrides:
gitlab:
gitlab:
Expand Down Expand Up @@ -312,7 +312,7 @@ packages:
# Gitlab Runner
- name: gitlab-runner
repository: ghcr.io/defenseunicorns/packages/uds/gitlab-runner
ref: 16.10.0-uds.0-registry1
ref: 16.11.0-uds.0-registry1

# Sonarqube
- name: sonarqube-database-secret
Expand All @@ -330,7 +330,7 @@ packages:

- name: jira
repository: ghcr.io/defenseunicorns/packages/uds/jira
ref: 1.17.2-uds.0-registry1
ref: 1.19.0-uds.0-registry1
overrides:
jira:
jira:
Expand Down
2 changes: 1 addition & 1 deletion packages/keycloak-config-wrapper/init-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
containers:
- name: uds-config-sync
# renovate: datasource=github-tags depName=defenseunicorns/uds-identity-config versioning=semver
image: ghcr.io/defenseunicorns/uds/identity-config:0.4.2
image: ghcr.io/defenseunicorns/uds/identity-config:0.4.3
command:
[
"sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/keycloak-config-wrapper/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
target: tmp_deploy/zarf.yaml
images:
# renovate: datasource=github-tags depName=defenseunicorns/uds-identity-config versioning=semver
- "ghcr.io/defenseunicorns/uds/identity-config:0.4.2"
- "ghcr.io/defenseunicorns/uds/identity-config:0.4.3"
actions:
onDeploy:
before:
Expand Down

0 comments on commit 59cf791

Please sign in to comment.