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.2                  |
| 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/confluence                    | 1.20.0-uds.4-registry1 | 8.5.16-uds.0-registry1  |
| docker      | ghcr.io/defenseunicorns/packages/uds/core                          | 0.29.0-registry1       | 0.30.0-registry1        |
| docker      | ghcr.io/defenseunicorns/packages/uds/gitlab                        | 17.2.9-uds.0-registry1 | 17.5.1-uds.0-registry1  |
| docker      | ghcr.io/defenseunicorns/packages/uds/gitlab-runner                 | 17.1.0-uds.1-registry1 | 17.2.1-uds.5-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.2-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.1                 |
| github-tags | gitleaks/gitleaks                                                  | v8.18.0                | v8.21.2                 |
| github-tags | pre-commit/pre-commit-hooks                                        | v4.0.1                 | v5.0.0                  |
| docker      | quay.io/jetstack/trust-manager                                     | v0.12.0                | v0.13.0                 |
| docker      | registry.gitlab.com/gitlab-org/build/cng/gitaly-init-cgroups       | v17.2.9                | v17.5.1                 |
| docker      | registry1.dso.mil/ironbank/opensource/kubernetes/kubectl           | v1.29.4                | v1.30.6                 |
| docker      | registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws | v1.10.1                | v1.11.0                 |
| helm        | trust-manager                                                      | v0.12.0                | v0.13.0                 |
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 63f4989 commit 9aed7b8
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 32 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
20 changes: 10 additions & 10 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.1
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.30.0-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.5.1-uds.0-registry1
overrides:
gitlab:
uds-gitlab-config:
Expand Down Expand Up @@ -568,7 +568,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.5-registry1
overrides:
gitlab-runner:
gitlab-runner:
Expand Down Expand Up @@ -604,7 +604,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 @@ -653,7 +653,7 @@ packages:

- name: confluence
repository: ghcr.io/defenseunicorns/packages/uds/confluence
ref: 1.20.0-uds.4-registry1
ref: 8.5.16-uds.0-registry1
overrides:
confluence:
uds-confluence-config:
Expand Down Expand Up @@ -706,7 +706,7 @@ packages:
# Mattermost
- name: mattermost
repository: ghcr.io/defenseunicorns/packages/uds/mattermost
ref: 10.0.0-uds.1-registry1
ref: 10.1.2-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
4 changes: 2 additions & 2 deletions packages/additional-manifests/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ components:
- gitlab/envoy-filter.yaml
- gitlab/gitaly-priority-class.yaml
images:
- registry.gitlab.com/gitlab-org/build/cng/gitaly-init-cgroups:v17.2.9 # Remember to redeploy this package if changing stuff around this image in the gitlab package
- registry.gitlab.com/gitlab-org/build/cng/gitaly-init-cgroups:v17.5.1 # Remember to redeploy this package if changing stuff around this image in the gitlab package

- name: pepr-policy-exemptions
required: true
Expand All @@ -38,4 +38,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
6 changes: 3 additions & 3 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 All @@ -46,7 +46,7 @@ components:
- registry.k8s.io/sig-storage/livenessprobe:v2.14.0
- registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.13.0
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.1
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.10.1
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.11.0

- name: nutanix-csi-snapshot
required: false
Expand Down
4 changes: 2 additions & 2 deletions packages/trust-manager/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ components:
- name: trust-manager-images
required: true
images:
- quay.io/jetstack/trust-manager:v0.12.0
- quay.io/jetstack/trust-manager:v0.13.0
- quay.io/jetstack/cert-manager-package-debian:20210119.0
- quay.io/jetstack/cert-manager-controller:v1.16.1
- quay.io/jetstack/cert-manager-webhook:v1.16.1
Expand All @@ -21,7 +21,7 @@ components:
required: true
charts:
- name: trust-manager
version: v0.12.0
version: v0.13.0
namespace: trust-manager
url: https://charts.jetstack.io/
valuesFiles:
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.2/tasks/lint.yaml
- actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/actions.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/setup.yaml

tasks:
- name: dev-rke2
Expand Down

0 comments on commit 9aed7b8

Please sign in to comment.