Skip to content

Commit 745ffb1

Browse files
DrFaust92zanhsiehzeritti
authored
[prometheus] bump prometheus to 3.0.0 (#5017)
* bump to 3.0.0 Signed-off-by: Ilia <[email protected]> * Add changelog for major version bump Signed-off-by: drfaust92 <[email protected]> --------- Signed-off-by: Ilia <[email protected]> Signed-off-by: drfaust92 <[email protected]> Signed-off-by: zeritti <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: zeritti <[email protected]>
1 parent af068e7 commit 745ffb1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

charts/prometheus/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: prometheus
3-
appVersion: v2.55.1
4-
version: 25.30.2
3+
appVersion: v3.0.0
4+
version: 26.0.0
55
kubeVersion: ">=1.19.0-0"
66
description: Prometheus is a monitoring system and time series database.
77
home: https://prometheus.io/

charts/prometheus/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ helm upgrade [RELEASE_NAME] prometheus-community/prometheus --install
6565

6666
_See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._
6767

68+
### To 26.0
69+
70+
This release changes default version of promethues to v3.0.0, See official [migration guide](https://prometheus.io/docs/prometheus/latest/migration/#prometheus-3-0-migration-guide
71+
) and [release notes](https://github.com/prometheus/prometheus/releases/tag/v3.0.0) for more details.
72+
6873
### To 25.0
6974

7075
The `server.remoteRead[].url` and `server.remoteWrite[].url` fields now support templating. Allowing for `url` values such as `https://{{ .Release.Name }}.example.com`.

charts/prometheus/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ configmapReload:
6060
##
6161
image:
6262
repository: quay.io/prometheus-operator/prometheus-config-reloader
63-
tag: v0.78.1
63+
tag: v0.78.2
6464
# When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value).
6565
digest: ""
6666
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)