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                            | 0.17.0                 | 0.18.0                 |
| github-tags | defenseunicorns/uds-cli                            | v0.17.0                | v0.18.0                |
| github-tags | defenseunicorns/uds-cli                            | v0.16.0                | v0.18.0                |
| github-tags | defenseunicorns/uds-common                         | v1.1.0                 | v1.1.1                 |
| docker      | ghcr.io/defenseunicorns/packages/metallb           | 0.0.5-amd64            | 0.1.1-amd64            |
| docker      | ghcr.io/defenseunicorns/packages/uds/core          | 0.29.0-registry1       | 0.29.1-registry1       |
| docker      | ghcr.io/defenseunicorns/packages/uds/gitlab-runner | 17.1.0-uds.1-registry1 | 17.2.1-uds.2-registry1 |
| docker      | ghcr.io/zarf-dev/packages/init                     | v0.39.0                | v0.42.0                |
| github-tags | gitleaks/gitleaks                                  | v8.18.0                | v8.21.1                |
| github-tags | pre-commit/pre-commit-hooks                        | v4.0.1                 | v5.0.0                 |
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 6872031 commit 8c19edc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ runs:
- name: Install UDS CLI
shell: bash
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
run: brew install defenseunicorns/tap/uds@0.17.0
run: brew install defenseunicorns/tap/uds@0.18.0
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
# GENERAL CHECKS
################
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v5.0.0
hooks:
- id: check-added-large-files
name: Large Files Check
Expand All @@ -26,7 +26,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.0
rev: v8.21.1
hooks:
- id: gitleaks
name: GitLeaks Checks
Expand Down
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
},
"yaml.schemas": {
// renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.16.0/uds.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.18.0/uds.schema.json": [
"uds-bundle.yaml"
],

// renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.16.0/tasks.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.18.0/tasks.schema.json": [
"tasks.yaml",
"tasks/**/*.yaml",
"src/**/validate.yaml"
],
// renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.16.0/zarf.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.18.0/zarf.schema.json": [
"zarf.yaml"
]
},
Expand Down
10 changes: 5 additions & 5 deletions bundles/eksd/uds-bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.17.0/uds.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.18.0/uds.schema.json
kind: UDSBundle
metadata:
name: software-factory-nutanix-eksd
Expand Down Expand Up @@ -33,7 +33,7 @@ packages:
# Zarf init
- name: init
repository: ghcr.io/zarf-dev/packages/init
ref: v0.39.0
ref: v0.42.0
overrides:
zarf-seed-registry:
docker-registry:
Expand Down Expand Up @@ -83,11 +83,11 @@ packages:
# MetalLB
- name: metallb
repository: ghcr.io/defenseunicorns/packages/metallb
ref: 0.0.5-amd64
ref: 0.1.1-amd64

- name: core
repository: ghcr.io/defenseunicorns/packages/uds/core
ref: 0.29.0-registry1
ref: 0.29.1-registry1
optionalComponents:
- metrics-server
overrides:
Expand Down Expand Up @@ -537,7 +537,7 @@ packages:
# Gitlab Runner
- name: gitlab-runner
repository: ghcr.io/defenseunicorns/packages/uds/gitlab-runner
ref: 17.1.0-uds.1-registry1
ref: 17.2.1-uds.2-registry1
overrides:
gitlab-runner:
gitlab-runner:
Expand Down
10 changes: 5 additions & 5 deletions bundles/rke2/uds-bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.17.0/uds.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.18.0/uds.schema.json
kind: UDSBundle
metadata:
name: software-factory-nutanix-rke2
Expand Down Expand Up @@ -33,7 +33,7 @@ packages:
# Zarf init
- name: init
repository: ghcr.io/zarf-dev/packages/init
ref: v0.39.0
ref: v0.42.0
overrides:
zarf-seed-registry:
docker-registry:
Expand Down Expand Up @@ -81,11 +81,11 @@ packages:
# MetalLB
- name: metallb
repository: ghcr.io/defenseunicorns/packages/metallb
ref: 0.0.5-amd64
ref: 0.1.1-amd64

- name: core
repository: ghcr.io/defenseunicorns/packages/uds/core
ref: 0.29.0-registry1
ref: 0.29.1-registry1
optionalComponents:
- metrics-server
overrides:
Expand Down Expand Up @@ -538,7 +538,7 @@ packages:
# Gitlab Runner
- name: gitlab-runner
repository: ghcr.io/defenseunicorns/packages/uds/gitlab-runner
ref: 17.1.0-uds.1-registry1
ref: 17.2.1-uds.2-registry1
overrides:
gitlab-runner:
gitlab-runner:
Expand Down
6 changes: 3 additions & 3 deletions tasks.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
includes:
- create: ./tasks/create.yaml
- deploy: ./tasks/deploy.yaml
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.0/tasks/lint.yaml
- actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.0/tasks/actions.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.0/tasks/setup.yaml
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.1/tasks/lint.yaml
- actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.1/tasks/actions.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.1/tasks/setup.yaml

tasks:
- name: dev-eksd
Expand Down

0 comments on commit 8c19edc

Please sign in to comment.