Skip to content

Commit

Permalink
chore(deps): update prometheus operator to v0.77.0 (#783)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[cgr.dev/du-uds-defenseunicorns/prometheus-config-reloader-fips](https://images.chainguard.dev/directory/image/prometheus-config-reloader-fips/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/prometheus-config-reloader-fips))
| minor | `0.76.2` -> `0.77.0` |
|
[cgr.dev/du-uds-defenseunicorns/prometheus-operator-fips](https://images.chainguard.dev/directory/image/prometheus-operator-fips/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/prometheus-operator-fips))
| minor | `0.76.2` -> `0.77.0` |
|
[prometheus-operator/prometheus-operator](https://redirect.github.com/prometheus-operator/prometheus-operator)
| minor | `v0.76.2` -> `v0.77.0` |
| quay.io/prometheus-operator/prometheus-config-reloader | minor |
`v0.76.2` -> `v0.77.0` |
|
[quay.io/prometheus-operator/prometheus-operator](https://prometheus-operator.dev/)
([source](https://redirect.github.com/prometheus-operator/prometheus-operator))
| minor | `v0.76.2` -> `v0.77.0` |
|
[registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader](https://redirect.github.com/prometheus-operator/prometheus-operator)
([source](https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-config-reloader))
| minor | `v0.76.2` -> `v0.77.0` |
|
[registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator](https://redirect.github.com/prometheus-operator/prometheus-operator)
([source](https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-operator))
| minor | `v0.76.2` -> `v0.77.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-operator/prometheus-operator
(prometheus-operator/prometheus-operator)</summary>

###
[`v0.77.0`](https://redirect.github.com/prometheus-operator/prometheus-operator/compare/v0.76.2...v0.77.0)

[Compare
Source](https://redirect.github.com/prometheus-operator/prometheus-operator/compare/v0.76.2...v0.77.0)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
renovate[bot] and mjnagel authored Sep 20, 2024
1 parent db93a7e commit 8f383d8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/prometheus-stack/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ tasks:
# - name: gen-crds
# actions:
# - description: Generate servicemonitor types
# cmd: "npx kubernetes-fluent-client crd https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.76.2/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml src/pepr/operator/crd/generated/prometheus"
# cmd: "npx kubernetes-fluent-client crd https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.77.0/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml src/pepr/operator/crd/generated/prometheus"
# - description: Generate podmonitor types
# cmd: "npx kubernetes-fluent-client crd https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.76.2/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml src/pepr/operator/crd/generated/prometheus"
# cmd: "npx kubernetes-fluent-client crd https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.77.0/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml src/pepr/operator/crd/generated/prometheus"
# - description: Pepr Format
# cmd: "npx pepr format"
4 changes: 2 additions & 2 deletions src/prometheus-stack/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ prometheusOperator:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/prometheus-operator/prometheus-operator
tag: v0.76.2
tag: v0.77.0
prometheusConfigReloader:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/prometheus-operator/prometheus-config-reloader
tag: v0.76.2
tag: v0.77.0
4 changes: 2 additions & 2 deletions src/prometheus-stack/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ prometheusOperator:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/prometheus-operator-fips
tag: 0.76.2
tag: 0.77.0
prometheusConfigReloader:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/prometheus-config-reloader-fips
tag: 0.76.2
tag: 0.77.0
4 changes: 2 additions & 2 deletions src/prometheus-stack/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ prometheusOperator:
image:
registry: quay.io
repository: prometheus-operator/prometheus-operator
tag: v0.76.2
tag: v0.77.0
prometheusConfigReloader:
image:
registry: quay.io
repository: prometheus-operator/prometheus-config-reloader
tag: v0.76.2
tag: v0.77.0
12 changes: 6 additions & 6 deletions src/prometheus-stack/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ components:
- "values/upstream-values.yaml"
images:
- "quay.io/prometheus/node-exporter:v1.8.2"
- "quay.io/prometheus-operator/prometheus-operator:v0.76.2"
- "quay.io/prometheus-operator/prometheus-operator:v0.77.0"
- "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.13.0"
- "quay.io/prometheus/alertmanager:v0.27.0"
- "quay.io/prometheus-operator/prometheus-config-reloader:v0.76.2"
- "quay.io/prometheus-operator/prometheus-config-reloader:v0.77.0"
- "quay.io/prometheus/prometheus:v2.54.1"
- "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3"

Expand All @@ -48,10 +48,10 @@ components:
- "values/registry1-values.yaml"
images:
- "registry1.dso.mil/ironbank/opensource/prometheus/node-exporter:v1.8.2"
- "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator:v0.76.2"
- "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator:v0.77.0"
- "registry1.dso.mil/ironbank/opensource/kubernetes/kube-state-metrics:v2.13.0"
- "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager:v0.27.0"
- "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader:v0.76.2"
- "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader:v0.77.0"
- "registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v2.54.1"
- "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen:v1.4.3"

Expand All @@ -68,9 +68,9 @@ components:
- "values/unicorn-values.yaml"
images:
- "cgr.dev/du-uds-defenseunicorns/prometheus-node-exporter-fips:1.8.2"
- "cgr.dev/du-uds-defenseunicorns/prometheus-operator-fips:0.76.2"
- "cgr.dev/du-uds-defenseunicorns/prometheus-operator-fips:0.77.0"
- "cgr.dev/du-uds-defenseunicorns/kube-state-metrics-fips:2.13.0"
- "cgr.dev/du-uds-defenseunicorns/prometheus-alertmanager-fips:0.27.0"
- "cgr.dev/du-uds-defenseunicorns/prometheus-config-reloader-fips:0.76.2"
- "cgr.dev/du-uds-defenseunicorns/prometheus-config-reloader-fips:0.77.0"
- "cgr.dev/du-uds-defenseunicorns/prometheus-fips:2.54.1"
- "cgr.dev/du-uds-defenseunicorns/kube-webhook-certgen-fips:1.11.2"

0 comments on commit 8f383d8

Please sign in to comment.