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 | defenseunicorns/uds-cli                        | v0.9.0  | v0.10.3  |
| docker      | ghcr.io/defenseunicorns/packages/init          | v0.32.3 | v0.32.6  |
| docker      | ghcr.io/defenseunicorns/packages/uds-k3d       | 0.3.1   | 0.6.0    |
| docker      | ghcr.io/defenseunicorns/packages/uds/dev-minio | 0.0.1   | 0.0.2    |
| docker      | ghcr.io/defenseunicorns/packages/uds/dev-redis | 0.0.1   | 0.0.2    |
| github-tags | github/codeql-action                           | v3.24.7 | v3.24.10 |
  • Loading branch information
renovate[bot] committed Apr 6, 2024
1 parent 02bab65 commit b9426c5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
with:
sarif_file: results.sarif
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"yaml.schemas": {
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.9.0/uds.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.3/uds.schema.json": [
"**/uds-bundle.yaml"
],

"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.9.0/tasks.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.3/tasks.schema.json": [
"tasks.yaml",
"tasks/**/*.yaml",
"src/**/validate.yaml"
],
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.9.0/zarf.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.3/zarf.schema.json": [
"**zarf.yaml"
]
},
Expand Down
4 changes: 2 additions & 2 deletions bundles/dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages:

- name: dev-minio
repository: ghcr.io/defenseunicorns/packages/uds/dev-minio
ref: 0.0.1
ref: 0.0.2
overrides:
minio:
minio:
Expand Down Expand Up @@ -69,7 +69,7 @@ packages:

- name: dev-redis
repository: ghcr.io/defenseunicorns/packages/uds/dev-redis
ref: 0.0.1
ref: 0.0.2
overrides:
redis:
redis:
Expand Down
8 changes: 4 additions & 4 deletions bundles/k3d-demo/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ metadata:
packages:
- name: uds-k3d-dev
repository: ghcr.io/defenseunicorns/packages/uds-k3d
ref: 0.3.1
ref: 0.6.0

- name: init
repository: ghcr.io/defenseunicorns/packages/init
ref: v0.32.3
ref: v0.32.6

- name: uds-core #for now
repository: oci://ghcr.io/defenseunicorns/packages/uds/core
ref: "0.18.0-upstream"

- name: dev-minio
repository: ghcr.io/defenseunicorns/packages/uds/dev-minio
ref: 0.0.1
ref: 0.0.2

# Namespaces are deployed prior to the packages to faciliate use of the postgres-operator cross namespace secret creation
- name: dev-namespaces
Expand Down Expand Up @@ -59,7 +59,7 @@ packages:

- name: dev-redis
repository: ghcr.io/defenseunicorns/packages/uds/dev-redis
ref: 0.0.1
ref: 0.0.2
overrides:
redis:
redis:
Expand Down

0 comments on commit b9426c5

Please sign in to comment.