Skip to content

Commit e1ee576

Browse files
chore(deps): update prometheus to v3.2.1 (#1321)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cgr.dev/du-uds-defenseunicorns/prometheus-fips](https://images.chainguard.dev/directory/image/prometheus-fips/overview) ([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/prometheus-fips)) | patch | `3.2.0` -> `3.2.1` | | [quay.io/prometheus/prometheus](https://redirect.github.com/prometheus/prometheus) | patch | `v3.2.0` -> `v3.2.1` | | [registry1.dso.mil/ironbank/opensource/prometheus/prometheus](https://prometheus.io/) ([source](https://repo1.dso.mil/dsop/opensource/prometheus/prometheus)) | patch | `v3.2.0` -> `v3.2.1` | --- ### Release Notes <details> <summary>prometheus/prometheus (quay.io/prometheus/prometheus)</summary> ### [`v3.2.1`](https://redirect.github.com/prometheus/prometheus/compare/v3.2.0...v3.2.1) [Compare Source](https://redirect.github.com/prometheus/prometheus/compare/v3.2.0...v3.2.1) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Micah Nagel <[email protected]>
1 parent c280b03 commit e1ee576

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/prometheus-stack/values/registry1-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prometheus:
2323
image:
2424
registry: registry1.dso.mil
2525
repository: ironbank/opensource/prometheus/prometheus
26-
tag: v3.2.0
26+
tag: v3.2.1
2727
prometheus-node-exporter:
2828
image:
2929
registry: registry1.dso.mil

src/prometheus-stack/values/unicorn-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prometheus:
2323
image:
2424
registry: cgr.dev
2525
repository: du-uds-defenseunicorns/prometheus-fips
26-
tag: 3.2.0
26+
tag: 3.2.1
2727
prometheus-node-exporter:
2828
image:
2929
registry: cgr.dev

src/prometheus-stack/values/upstream-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prometheus:
2323
image:
2424
registry: quay.io
2525
repository: prometheus/prometheus
26-
tag: v3.2.0
26+
tag: v3.2.1
2727
prometheus-node-exporter:
2828
image:
2929
registry: quay.io

src/prometheus-stack/zarf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ components:
3535
- "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.15.0"
3636
- "quay.io/prometheus/alertmanager:v0.28.0"
3737
- "quay.io/prometheus-operator/prometheus-config-reloader:v0.80.1"
38-
- "quay.io/prometheus/prometheus:v3.2.0"
38+
- "quay.io/prometheus/prometheus:v3.2.1"
3939
- "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.1"
4040

4141
- name: kube-prometheus-stack
@@ -55,7 +55,7 @@ components:
5555
- "registry1.dso.mil/ironbank/opensource/kubernetes/kube-state-metrics:v2.15.0"
5656
- "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager:v0.28.0"
5757
- "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader:v0.80.1"
58-
- "registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v3.2.0"
58+
- "registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v3.2.1"
5959
- "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen:v1.5.1"
6060

6161
- name: kube-prometheus-stack
@@ -75,5 +75,5 @@ components:
7575
- "cgr.dev/du-uds-defenseunicorns/kube-state-metrics-fips:2.15.0"
7676
- "cgr.dev/du-uds-defenseunicorns/prometheus-alertmanager-fips:0.28.0"
7777
- "cgr.dev/du-uds-defenseunicorns/prometheus-config-reloader-fips:0.80.1"
78-
- "cgr.dev/du-uds-defenseunicorns/prometheus-fips:3.2.0"
78+
- "cgr.dev/du-uds-defenseunicorns/prometheus-fips:3.2.1"
7979
- "cgr.dev/du-uds-defenseunicorns/kube-webhook-certgen-fips:1.12.0"

0 commit comments

Comments
 (0)