From d1bbc46d7a8508ddc3ad3cee5ae09472352b5d78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:40:06 -0700 Subject: [PATCH 1/2] chore(deps): update velero (#1183) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cgr.dev/du-uds-defenseunicorns/kubectl-fips](https://images.chainguard.dev/directory/image/kubectl-fips/overview) ([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/kubectl-fips)) | patch | `1.32.0-dev` -> `1.32.1-dev` | | [cgr.dev/du-uds-defenseunicorns/velero-fips](https://images.chainguard.dev/directory/image/velero-fips/overview) ([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/velero-fips)) | patch | `1.15.1-dev` -> `1.15.2-dev` | | [docker.io/bitnami/kubectl](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/kubectl)) | patch | `1.32.0` -> `1.32.1` | | [registry1.dso.mil/ironbank/opensource/velero/velero](https://velero.io) ([source](https://repo1.dso.mil/dsop/opensource/velero/velero)) | patch | `v1.15.1` -> `v1.15.2` | | [velero](https://redirect.github.com/vmware-tanzu/velero) ([source](https://redirect.github.com/vmware-tanzu/helm-charts)) | minor | `8.2.0` -> `8.3.0` | | velero/velero | patch | `v1.15.1` -> `v1.15.2` | --- ### Release Notes
vmware-tanzu/helm-charts (velero) ### [`v8.3.0`](https://redirect.github.com/vmware-tanzu/helm-charts/releases/tag/velero-8.3.0) [Compare Source](https://redirect.github.com/vmware-tanzu/helm-charts/compare/velero-8.2.0...velero-8.3.0) A Helm chart for velero
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-core). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com> --- src/velero/common/zarf.yaml | 2 +- src/velero/values/registry1-values.yaml | 2 +- src/velero/values/unicorn-values.yaml | 4 ++-- src/velero/values/upstream-values.yaml | 4 ++-- src/velero/zarf.yaml | 10 +++++----- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/velero/common/zarf.yaml b/src/velero/common/zarf.yaml index fd880dc55..fe6b1536f 100644 --- a/src/velero/common/zarf.yaml +++ b/src/velero/common/zarf.yaml @@ -40,7 +40,7 @@ components: - name: velero namespace: velero url: https://vmware-tanzu.github.io/helm-charts - version: 8.2.0 + version: 8.3.0 repoName: velero releaseName: velero valuesFiles: diff --git a/src/velero/values/registry1-values.yaml b/src/velero/values/registry1-values.yaml index db0058731..d15d04aa8 100644 --- a/src/velero/values/registry1-values.yaml +++ b/src/velero/values/registry1-values.yaml @@ -3,7 +3,7 @@ image: repository: registry1.dso.mil/ironbank/opensource/velero/velero - tag: v1.15.1 + tag: v1.15.2 kubectl: image: diff --git a/src/velero/values/unicorn-values.yaml b/src/velero/values/unicorn-values.yaml index 3952666b4..4ff7b89de 100644 --- a/src/velero/values/unicorn-values.yaml +++ b/src/velero/values/unicorn-values.yaml @@ -3,12 +3,12 @@ image: repository: cgr.dev/du-uds-defenseunicorns/velero-fips - tag: 1.15.1-dev + tag: 1.15.2-dev kubectl: image: repository: cgr.dev/du-uds-defenseunicorns/kubectl-fips - tag: 1.32.0-dev + tag: 1.32.1-dev initContainers: - name: velero-plugin-for-aws diff --git a/src/velero/values/upstream-values.yaml b/src/velero/values/upstream-values.yaml index bef1d24d8..f486e4dd8 100644 --- a/src/velero/values/upstream-values.yaml +++ b/src/velero/values/upstream-values.yaml @@ -3,12 +3,12 @@ image: repository: velero/velero - tag: v1.15.1 + tag: v1.15.2 kubectl: image: repository: docker.io/bitnami/kubectl - tag: 1.32.0 + tag: 1.32.1 initContainers: - name: velero-plugin-for-aws diff --git a/src/velero/zarf.yaml b/src/velero/zarf.yaml index befe71c1c..79a1bad80 100644 --- a/src/velero/zarf.yaml +++ b/src/velero/zarf.yaml @@ -19,9 +19,9 @@ components: valuesFiles: - values/upstream-values.yaml images: - - velero/velero:v1.15.1 + - velero/velero:v1.15.2 - velero/velero-plugin-for-aws:v1.11.1 - - docker.io/bitnami/kubectl:1.32.0 + - docker.io/bitnami/kubectl:1.32.1 - velero/velero-plugin-for-microsoft-azure:v1.11.1 - name: velero @@ -35,7 +35,7 @@ components: valuesFiles: - values/registry1-values.yaml images: - - registry1.dso.mil/ironbank/opensource/velero/velero:v1.15.1 + - registry1.dso.mil/ironbank/opensource/velero/velero:v1.15.2 - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.11.1 - registry1.dso.mil/ironbank/big-bang/base:2.1.0 - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.11.1 @@ -51,7 +51,7 @@ components: valuesFiles: - values/unicorn-values.yaml images: - - cgr.dev/du-uds-defenseunicorns/velero-fips:1.15.1-dev + - cgr.dev/du-uds-defenseunicorns/velero-fips:1.15.2-dev - cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.11.1 - - cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.32.0-dev + - cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.32.1-dev - velero/velero-plugin-for-microsoft-azure:v1.11.1 From 00e89fff586f1eb007d5c75b38d090f52b4410ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:21:37 -0500 Subject: [PATCH 2/2] chore(deps): update grafana to v8.8.4 (#1206) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grafana](https://grafana.com) ([source](https://redirect.github.com/grafana/helm-charts)) | patch | `8.8.3` -> `8.8.4` | --- ### Release Notes
grafana/helm-charts (grafana) ### [`v8.8.4`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-8.8.4) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-8.8.3...grafana-8.8.4) The leading tool for querying and visualizing time series and metrics. #### What's Changed - \[grafana] Fix session affinity bug by [@​Aza1250](https://redirect.github.com/Aza1250) in [https://github.com/grafana/helm-charts/pull/3529](https://redirect.github.com/grafana/helm-charts/pull/3529) #### New Contributors - [@​Aza1250](https://redirect.github.com/Aza1250) made their first contribution in [https://github.com/grafana/helm-charts/pull/3529](https://redirect.github.com/grafana/helm-charts/pull/3529) **Full Changelog**: https://github.com/grafana/helm-charts/compare/helm-loki-6.24.1...grafana-8.8.4
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-core). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/grafana/common/zarf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grafana/common/zarf.yaml b/src/grafana/common/zarf.yaml index 22372491c..9f538054c 100644 --- a/src/grafana/common/zarf.yaml +++ b/src/grafana/common/zarf.yaml @@ -19,7 +19,7 @@ components: - ../chart/values.yaml - name: grafana url: https://grafana.github.io/helm-charts/ - version: 8.8.3 + version: 8.8.4 namespace: grafana valuesFiles: - ../values/values.yaml