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/checkout                                         | v4.2.1                 | v4.2.2                  |
| 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.2.1                  |
| docker      | docker.io/nutanix/ntnx-csi                               | 3.0.0                  | 3.1.0                   |
| docker      | docker.io/nutanix/ntnx-csi-precheck                      | 3.0.0                  | 3.1.0                   |
| 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              | 17.2.9-uds.0-registry1 | 17.3.6-uds.0-registry1  |
| docker      | ghcr.io/defenseunicorns/packages/uds/gitlab-runner       | 17.1.0-uds.1-registry1 | 17.2.1-uds.4-registry1  |
| docker      | ghcr.io/defenseunicorns/packages/uds/jira                | 1.22.0-uds.0-registry1 | 9.12.13-uds.0-registry1 |
| docker      | ghcr.io/defenseunicorns/packages/uds/mattermost          | 10.0.0-uds.1-registry1 | 10.1.1-uds.0-registry1  |
| docker      | ghcr.io/defenseunicorns/packages/uds/valkey              | 7.2.6-uds.0-upstream   | 8.0.1-uds.0-upstream    |
| docker      | ghcr.io/zarf-dev/packages/init                           | v0.39.0                | v0.42.0                 |
| github-tags | gitleaks/gitleaks                                        | v8.18.0                | v8.21.2                 |
| github-tags | pre-commit/pre-commit-hooks                              | v4.0.1                 | v5.0.0                  |
| docker      | registry1.dso.mil/ironbank/opensource/kubernetes/kubectl | v1.29.4                | v1.30.6                 |
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent f395b47 commit 6a1a6b5
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 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
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-bundle-rke2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
Expand All @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}

- name: Init zarf cache
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
with:
path: "~/.zarf-cache"
key: zarf-cache
Expand Down
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.2
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
18 changes: 9 additions & 9 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 @@ -395,7 +395,7 @@ packages:
# Gitlab
- name: gitlab-valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.6-uds.0-upstream
ref: 8.0.1-uds.0-upstream
overrides:
valkey:
uds-valkey-config:
Expand Down Expand Up @@ -425,7 +425,7 @@ packages:

- name: gitlab
repository: ghcr.io/defenseunicorns/packages/uds/gitlab
ref: 17.2.9-uds.0-registry1
ref: 17.3.6-uds.0-registry1
overrides:
gitlab:
uds-gitlab-config:
Expand Down Expand Up @@ -543,7 +543,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.4-registry1
overrides:
gitlab-runner:
gitlab-runner:
Expand Down Expand Up @@ -579,7 +579,7 @@ packages:

- name: jira
repository: ghcr.io/defenseunicorns/packages/uds/jira
ref: 1.22.0-uds.0-registry1
ref: 9.12.13-uds.0-registry1
overrides:
jira:
uds-jira-config:
Expand Down Expand Up @@ -681,7 +681,7 @@ packages:
# Mattermost
- name: mattermost
repository: ghcr.io/defenseunicorns/packages/uds/mattermost
ref: 10.0.0-uds.1-registry1
ref: 10.1.1-uds.0-registry1
overrides:
mattermost:
mattermost-enterprise-edition:
Expand Down
4 changes: 2 additions & 2 deletions packages/additional-manifests/jobs/pepr-restart-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ spec:
restartPolicy: OnFailure
containers:
- name: kubectl-container
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.4
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.6
args:
- rollout
- restart
- deployment/pepr-uds-core-watcher
- -n
- pepr-system
- name: kubectl-container2
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.4
image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.6
args:
- rollout
- restart
Expand Down
2 changes: 1 addition & 1 deletion packages/additional-manifests/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ components:
files:
- jobs/pepr-restart-job.yaml
images:
- registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.4
- registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.6
2 changes: 1 addition & 1 deletion packages/nutanix-csi/values/nutanix-storage-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ node:
memory: 200Mi

precheck:
image: docker.io/nutanix/ntnx-csi-precheck:3.0.0
image: docker.io/nutanix/ntnx-csi-precheck:3.1.0

sidecars:
registrar:
Expand Down
4 changes: 2 additions & 2 deletions packages/nutanix-csi/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ components:
images:
- registry.k8s.io/sig-storage/snapshot-controller:v8.1.0
- registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.1.0
- docker.io/nutanix/ntnx-csi:3.0.0
- docker.io/nutanix/ntnx-csi-precheck:3.0.0
- docker.io/nutanix/ntnx-csi:3.1.0
- docker.io/nutanix/ntnx-csi-precheck:3.1.0
- registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
- registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
- registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
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.2.1/tasks/lint.yaml
- actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.1/tasks/actions.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.1/tasks/setup.yaml

tasks:
- name: dev-rke2
Expand Down

0 comments on commit 6a1a6b5

Please sign in to comment.