From d098150e2f9a04322e474a26d58720fd9dd37807 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:02:39 +0000 Subject: [PATCH] chore(deps): update all dependencies | datasource | package | from | to | | ----------- | ------------------------------------------------------------------ | ------- | ------- | | github-tags | defenseunicorns/uds-cli | 0.11.0 | 0.11.2 | | github-tags | defenseunicorns/uds-cli | v0.11.0 | v0.11.2 | | github-tags | defenseunicorns/uds-identity-config | v0.4.3 | v0.4.5 | | docker | ghcr.io/defenseunicorns/packages/metallb | 0.0.5 | 0.1.0 | | docker | ghcr.io/defenseunicorns/packages/uds/confluence | 1.18.0 | 1.20.0 | | docker | ghcr.io/defenseunicorns/packages/uds/core | 0.22.1 | 0.22.2 | | docker | ghcr.io/defenseunicorns/packages/uds/jira | 1.19.0 | 1.20.0 | | docker | ghcr.io/defenseunicorns/packages/uds/mattermost | 9.7.2 | 9.8.1 | | docker | ghcr.io/defenseunicorns/uds/identity-config | 0.4.3 | 0.4.5 | | docker | gitea/gitea | 1.21.11 | 1.22.0 | | docker | quay.io/karbon/ntnx-csi | v2.6.6 | v2.6.9 | | docker | registry.k8s.io/sig-storage/csi-node-driver-registrar | v2.9.1 | v2.10.1 | | docker | registry.k8s.io/sig-storage/csi-provisioner | v3.6.2 | v5.0.1 | | docker | registry.k8s.io/sig-storage/csi-resizer | v1.9.2 | v1.11.1 | | docker | registry.k8s.io/sig-storage/csi-snapshotter | v6.3.2 | v8.0.1 | | docker | registry.k8s.io/sig-storage/livenessprobe | v2.11.0 | v2.12.0 | | docker | registry.k8s.io/sig-storage/snapshot-controller | v6.3.2 | v8.0.1 | | docker | registry.k8s.io/sig-storage/snapshot-validation-webhook | v6.3.2 | v8.0.1 | | docker | registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi | v0.7.0 | v0.7.1 | --- .github/actions/setup/action.yaml | 2 +- .github/workflows/publish-bundle.yaml | 6 ++-- .github/workflows/tag-and-release.yaml | 2 +- bundles/uds-core-swf/uds-bundle.yaml | 14 ++++---- packages/init/zarf-config.yaml | 2 +- packages/init/zarf.yaml | 36 +++++++++---------- .../keycloak-config-wrapper/init-job.yaml | 2 +- packages/keycloak-config-wrapper/zarf.yaml | 2 +- 8 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index d9299e67..0f5c3032 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -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.11.0 + run: brew install defenseunicorns/tap/uds@0.11.2 diff --git a/.github/workflows/publish-bundle.yaml b/.github/workflows/publish-bundle.yaml index 8974024f..3b9055dd 100644 --- a/.github/workflows/publish-bundle.yaml +++ b/.github/workflows/publish-bundle.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: token: ${{ secrets.PAT }} repository: ${{ github.repository }} @@ -23,7 +23,7 @@ jobs: uses: ./.github/actions/setup - name: Login to Registry1 - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3 with: registry: registry1.dso.mil username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} @@ -46,7 +46,7 @@ jobs: df -h - name: Login to GHCR - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 23ea78b3..79aa7889 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Create Release Tag id: tag - uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4 + uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4 with: command: manifest # use configs in release-please-config.json - id: release-flag diff --git a/bundles/uds-core-swf/uds-bundle.yaml b/bundles/uds-core-swf/uds-bundle.yaml index f57041c7..b94113f5 100644 --- a/bundles/uds-core-swf/uds-bundle.yaml +++ b/bundles/uds-core-swf/uds-bundle.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.0/uds.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.2/uds.schema.json kind: UDSBundle metadata: name: software-factory-nutanix @@ -37,11 +37,11 @@ packages: # MetalLB - name: metallb repository: ghcr.io/defenseunicorns/packages/metallb - ref: 0.0.5-amd64 + ref: 0.1.0-amd64 - name: core repository: ghcr.io/defenseunicorns/packages/uds/core - ref: 0.22.1-registry1 + ref: 0.22.2-registry1 overrides: kube-prometheus-stack: kube-prometheus-stack: @@ -66,7 +66,7 @@ packages: - mountPath: /target name: plugins - name: velero-plugin-for-csi - image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.0 + image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.1 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target @@ -373,7 +373,7 @@ packages: # - name: jira # repository: ghcr.io/defenseunicorns/packages/uds/jira - # ref: 1.19.0-uds.0-registry1 + # ref: 1.20.0-uds.0-registry1 # overrides: # jira: # jira: @@ -397,7 +397,7 @@ packages: # - name: confluence # repository: ghcr.io/defenseunicorns/packages/uds/confluence - # ref: 1.18.0-uds.0-registry1 + # ref: 1.20.0-uds.0-registry1 # overrides: # confluence: # confluence: @@ -417,7 +417,7 @@ packages: # # Mattermost # - name: mattermost # repository: ghcr.io/defenseunicorns/packages/uds/mattermost - # ref: 9.7.2-uds.0-registry1 + # ref: 9.8.1-uds.0-registry1 # overrides: # mattermost: # mattermost-enterprise-edition: diff --git a/packages/init/zarf-config.yaml b/packages/init/zarf-config.yaml index 05022fd9..8e351acb 100644 --- a/packages/init/zarf-config.yaml +++ b/packages/init/zarf-config.yaml @@ -14,4 +14,4 @@ package: registry_image: "library/registry" registry_image_tag: "2.8.3" - gitea_image: "gitea/gitea:1.21.11-rootless" + gitea_image: "gitea/gitea:1.22.0-rootless" diff --git a/packages/init/zarf.yaml b/packages/init/zarf.yaml index 31a7813b..b11a1d11 100644 --- a/packages/init/zarf.yaml +++ b/packages/init/zarf.yaml @@ -63,15 +63,15 @@ components: required: true description: Push nutanix images to the zarf registry images: - - registry.k8s.io/sig-storage/snapshot-controller:v6.3.2 - - registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.3.2 - - quay.io/karbon/ntnx-csi:v2.6.6 - - registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1 - - registry.k8s.io/sig-storage/csi-provisioner:v3.6.2 - - registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2 - - registry.k8s.io/sig-storage/csi-resizer:v1.9.2 - - registry.k8s.io/sig-storage/livenessprobe:v2.11.0 - - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.0 + - registry.k8s.io/sig-storage/snapshot-controller:v8.0.1 + - registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.0.1 + - quay.io/karbon/ntnx-csi:v2.6.9 + - registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1 + - registry.k8s.io/sig-storage/csi-provisioner:v5.0.1 + - registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1 + - registry.k8s.io/sig-storage/csi-resizer:v1.11.1 + - registry.k8s.io/sig-storage/livenessprobe:v2.12.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.9.2 - name: namespaces @@ -125,15 +125,15 @@ components: required: true description: Push nutanix csi images to the zarf registry images: - - registry.k8s.io/sig-storage/snapshot-controller:v6.3.2 - - registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.3.2 - - quay.io/karbon/ntnx-csi:v2.6.6 - - registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1 - - registry.k8s.io/sig-storage/csi-provisioner:v3.6.2 - - registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2 - - registry.k8s.io/sig-storage/csi-resizer:v1.9.2 - - registry.k8s.io/sig-storage/livenessprobe:v2.11.0 - - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.0 + - registry.k8s.io/sig-storage/snapshot-controller:v8.0.1 + - registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.0.1 + - quay.io/karbon/ntnx-csi:v2.6.9 + - registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1 + - registry.k8s.io/sig-storage/csi-provisioner:v5.0.1 + - registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1 + - registry.k8s.io/sig-storage/csi-resizer:v1.11.1 + - registry.k8s.io/sig-storage/livenessprobe:v2.12.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.9.2 - "###ZARF_PKG_TMPL_REGISTRY_IMAGE_DOMAIN######ZARF_PKG_TMPL_REGISTRY_IMAGE###:###ZARF_PKG_TMPL_REGISTRY_IMAGE_TAG###" diff --git a/packages/keycloak-config-wrapper/init-job.yaml b/packages/keycloak-config-wrapper/init-job.yaml index 05a45816..9a9927cd 100644 --- a/packages/keycloak-config-wrapper/init-job.yaml +++ b/packages/keycloak-config-wrapper/init-job.yaml @@ -14,7 +14,7 @@ spec: containers: - name: uds-config-sync # renovate: datasource=github-tags depName=defenseunicorns/uds-identity-config versioning=semver - image: ghcr.io/defenseunicorns/uds/identity-config:0.4.3 + image: ghcr.io/defenseunicorns/uds/identity-config:0.4.5 command: [ "sh", diff --git a/packages/keycloak-config-wrapper/zarf.yaml b/packages/keycloak-config-wrapper/zarf.yaml index 9d801055..12aee07f 100644 --- a/packages/keycloak-config-wrapper/zarf.yaml +++ b/packages/keycloak-config-wrapper/zarf.yaml @@ -18,7 +18,7 @@ components: target: tmp_deploy/zarf.yaml images: # renovate: datasource=github-tags depName=defenseunicorns/uds-identity-config versioning=semver - - "ghcr.io/defenseunicorns/uds/identity-config:0.4.3" + - "ghcr.io/defenseunicorns/uds/identity-config:0.4.5" actions: onDeploy: before: