From 0cdb0207d2295bd1680c384625945e4077de7662 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:28:03 +0000 Subject: [PATCH] chore(deps): update grafana curl image to v8.10.0 (#751) 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/curl-fips](https://images.chainguard.dev/directory/image/curl-fips/overview) ([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/curl-fips)) | minor | `8.9.1` -> `8.10.0` | | [docker.io/curlimages/curl](https://redirect.github.com/curl/curl-container) | minor | `8.9.1` -> `8.10.0` | --- ### Release Notes
curl/curl-container (docker.io/curlimages/curl) ### [`v8.10.0`](https://redirect.github.com/curl/curl-container/blob/HEAD/CHANGELOG.md#8100---2024-09-11) [Compare Source](https://redirect.github.com/curl/curl-container/compare/8.9.1...8.10.0) ##### Changed - bump to curl 8.10.0 - bump to alpine:3.20.3
--- ### 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 these updates 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> Co-authored-by: Micah Nagel --- src/grafana/values/unicorn-values.yaml | 2 +- src/grafana/values/upstream-values.yaml | 2 +- src/grafana/zarf.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/grafana/values/unicorn-values.yaml b/src/grafana/values/unicorn-values.yaml index bfec85312..0f8d1d8bf 100644 --- a/src/grafana/values/unicorn-values.yaml +++ b/src/grafana/values/unicorn-values.yaml @@ -12,7 +12,7 @@ initChownData: downloadDashboardsImage: registry: cgr.dev repository: du-uds-defenseunicorns/curl-fips - tag: 8.9.1 + tag: 8.10.0 sidecar: image: diff --git a/src/grafana/values/upstream-values.yaml b/src/grafana/values/upstream-values.yaml index d80a7b0bf..615c19514 100644 --- a/src/grafana/values/upstream-values.yaml +++ b/src/grafana/values/upstream-values.yaml @@ -19,4 +19,4 @@ initChownData: downloadDashboardsImage: registry: docker.io repository: curlimages/curl - tag: 8.9.1 + tag: 8.10.0 diff --git a/src/grafana/zarf.yaml b/src/grafana/zarf.yaml index f58b38bbf..a3396d3d1 100644 --- a/src/grafana/zarf.yaml +++ b/src/grafana/zarf.yaml @@ -22,7 +22,7 @@ components: - values/upstream-values.yaml images: - docker.io/grafana/grafana:11.2.0 - - docker.io/curlimages/curl:8.9.1 + - docker.io/curlimages/curl:8.10.0 - docker.io/library/busybox:1.36.1 - ghcr.io/kiwigrid/k8s-sidecar:1.27.6 @@ -54,5 +54,5 @@ components: images: - cgr.dev/du-uds-defenseunicorns/grafana-fips:11.2.0 - cgr.dev/du-uds-defenseunicorns/busybox-fips:1.36.1 - - cgr.dev/du-uds-defenseunicorns/curl-fips:8.9.1 + - cgr.dev/du-uds-defenseunicorns/curl-fips:8.10.0 - cgr.dev/du-uds-defenseunicorns/k8s-sidecar-fips:1.27.6