Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/kube-prometheus] Release 10.1.1 #30773

Merged
merged 3 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion bitnami/kube-prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 10.1.1 (2024-12-04)

* [bitnami/kube-prometheus] Release 10.1.1 ([#30773](https://github.com/bitnami/charts/pull/30773))

## 10.1.0 (2024-11-26)

* [bitnami/kube-prometheus] Add support for scrapeClasses ([#30579](https://github.com/bitnami/charts/pull/30579))
* [bitnami/kube-prometheus] Add support for scrapeClasses (#30579) ([0e5573b](https://github.com/bitnami/charts/commit/0e5573b5dc58b3832a544646e4d4debfa8b0db7b)), closes [#30579](https://github.com/bitnami/charts/issues/30579)

## <small>10.0.5 (2024-11-25)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/kube-prometheus/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 4.2.16
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.27.0
version: 2.27.2
- name: kube-prometheus-crds
repository: file://./charts/kube-prometheus-crds
version: 0.1.0
digest: sha256:5fd9585c87105cd5730476f01651dfd67c7a06e1a22317f607f4038c01f9b10a
generated: "2024-11-21T15:36:41.402324834Z"
digest: sha256:d93646b514e7ea806e1cf75f4f00d3aa473d08e4ec070f6115be1de10ff7580a
generated: "2024-12-04T03:08:23.050503504Z"
10 changes: 5 additions & 5 deletions bitnami/kube-prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ annotations:
- name: alertmanager
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r26
- name: blackbox-exporter
image: docker.io/bitnami/blackbox-exporter:0.25.0-debian-12-r20
image: docker.io/bitnami/blackbox-exporter:0.25.0-debian-12-r21
- name: prometheus
image: docker.io/bitnami/prometheus:2.55.1-debian-12-r3
image: docker.io/bitnami/prometheus:2.55.1-debian-12-r4
- name: prometheus-operator
image: docker.io/bitnami/prometheus-operator:0.78.2-debian-12-r0
image: docker.io/bitnami/prometheus-operator:0.78.2-debian-12-r1
- name: thanos
image: docker.io/bitnami/thanos:0.36.1-debian-12-r5
image: docker.io/bitnami/thanos:0.37.0-debian-12-r0
apiVersion: v2
appVersion: 0.78.2
dependencies:
Expand Down Expand Up @@ -49,4 +49,4 @@ maintainers:
name: kube-prometheus
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kube-prometheus
version: 10.1.0
version: 10.1.1
8 changes: 4 additions & 4 deletions bitnami/kube-prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ operator:
image:
registry: docker.io
repository: bitnami/prometheus-operator
tag: 0.78.2-debian-12-r0
tag: 0.78.2-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -633,7 +633,7 @@ prometheus:
image:
registry: docker.io
repository: bitnami/prometheus
tag: 2.55.1-debian-12-r3
tag: 2.55.1-debian-12-r4
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -1392,7 +1392,7 @@ prometheus:
image:
registry: docker.io
repository: bitnami/thanos
tag: 0.36.1-debian-12-r5
tag: 0.37.0-debian-12-r0
digest: ""
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
##
Expand Down Expand Up @@ -2510,7 +2510,7 @@ blackboxExporter:
image:
registry: docker.io
repository: bitnami/blackbox-exporter
tag: 0.25.0-debian-12-r20
tag: 0.25.0-debian-12-r21
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down
Loading