Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update swf bundle dependencies #115

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ To easily create a K3d cluster with [UDS Core Base](https://github.com/defenseun
> You can install this bundle on nearly any Kubernetes cluster as long as you install the Base and Identity and Authorization layers from UDS Core. You may need to make some changes to your node configuration which you can see in the [development documentation](./docs/development.md#linux-users).

```bash
uds deploy k3d-core-slim-dev:0.29.1
uds deploy k3d-core-slim-dev:0.30.0
```

Run the below command to deploy the `swf-dev` bundle on top of the dev cluster:
Expand Down
12 changes: 6 additions & 6 deletions bundles/dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.13.0-uds.2-upstream
ref: 1.13.0-uds.3-upstream
overrides:
postgres-operator:
uds-postgres-config:
Expand Down Expand Up @@ -73,7 +73,7 @@ packages:

- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.7-uds.0-upstream
ref: 8.0.1-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.3.6-uds.0-upstream
ref: 17.3.6-uds.1-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.4-upstream
ref: 17.2.1-uds.5-upstream

- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.7-uds.0-upstream
ref: 8.0.1-uds.0-upstream
overrides:
valkey:
valkey:
Expand All @@ -261,7 +261,7 @@ packages:

- name: renovate
repository: ghcr.io/defenseunicorns/packages/uds/renovate
ref: 38.107.0-uds.1-upstream
ref: 38.133.0-uds.0-upstream

- name: sonarqube
repository: ghcr.io/defenseunicorns/packages/uds/sonarqube
Expand Down
14 changes: 7 additions & 7 deletions bundles/k3d-demo/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages:

- name: uds-core
repository: ghcr.io/defenseunicorns/packages/uds/core
ref: "0.29.1-upstream"
ref: "0.30.0-upstream"
optionalComponents:
- metrics-server
- uds-runtime
Expand Down Expand Up @@ -65,7 +65,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.13.0-uds.2-upstream
ref: 1.13.0-uds.3-upstream
overrides:
postgres-operator:
uds-postgres-config:
Expand Down Expand Up @@ -95,7 +95,7 @@ packages:

- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.7-uds.0-upstream
ref: 8.0.1-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.3.6-uds.0-upstream
ref: 17.3.6-uds.1-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.4-upstream
ref: 17.2.1-uds.5-upstream

- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.7-uds.0-upstream
ref: 8.0.1-uds.0-upstream
overrides:
valkey:
valkey:
Expand All @@ -283,7 +283,7 @@ packages:

- name: renovate
repository: ghcr.io/defenseunicorns/packages/uds/renovate
ref: 38.107.0-uds.1-upstream
ref: 38.133.0-uds.0-upstream

- name: sonarqube
repository: ghcr.io/defenseunicorns/packages/uds/sonarqube
Expand Down
4 changes: 2 additions & 2 deletions tasks/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

includes:
- 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
- gl: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab/v17.3.6-uds.1/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.4/tasks/test.yaml
- glr: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab-runner/v17.2.1-uds.5/tasks/test.yaml

tasks:
- name: all
Expand Down