-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update helm release kube-prometheus-stack to v66 #852
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Helm Diff
@@ -7,7 +7,7 @@
url: https://github.com/prometheus-operator/kube-prometheus
artifacthub.io/operator: "true"
apiVersion: v2
-appVersion: v0.77.2
+appVersion: v0.78.1
dependencies:
- condition: crds.enabled
name: crds
@@ -16,11 +16,11 @@
- condition: kubeStateMetrics.enabled
name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
- version: 5.26.*
+ version: 5.27.*
- condition: nodeExporter.enabled
name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
- version: 4.40.*
+ version: 4.42.*
- condition: grafana.enabled
name: grafana
repository: https://grafana.github.io/helm-charts
@@ -62,4 +62,4 @@
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
-version: 65.5.0
+version: 66.1.1
@@ -429,6 +429,42 @@
# hosts:
# - alertmanager.example.com
+ # -- BETA: Configure the gateway routes for the chart here.
+ # More routes can be added by adding a dictionary key like the 'main' route.
+ # Be aware that this is an early beta of this feature,
+ # kube-prometheus-stack does not guarantee this works and is subject to change.
+ # Being BETA this can/will change in the future without notice, do not use unless you want to take that risk
+ # [[ref]](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io%2fv1alpha2)
+ route:
+ main:
+ # -- Enables or disables the route
+ enabled: false
+
+ # -- Set the route apiVersion, e.g. gateway.networking.k8s.io/v1 or gateway.networking.k8s.io/v1alpha2
+ apiVersion: gateway.networking.k8s.io/v1
+ # -- Set the route kind
+ # Valid options are GRPCRoute, HTTPRoute, TCPRoute, TLSRoute, UDPRoute
+ kind: HTTPRoute
+
+ annotations: {}
+ labels: {}
+
+ hostnames: []
+ # - my-filter.example.com
+ parentRefs: []
+ # - name: acme-gw
+
+ matches:
+ - path:
+ type: PathPrefix
+ value: /
+
+ ## Filters define the filters that are applied to requests that match this rule.
+ filters: []
+
+ ## Additional custom rules that can be added to the route
+ additionalRules: []
+
## Configuration for Alertmanager secret
##
secret:
@@ -807,7 +843,7 @@
## The value "hard" means that the scheduler is *required* to not schedule two replica pods onto the same node.
## The value "" will disable pod anti-affinity so that no anti-affinity rules will be configured.
##
- podAntiAffinity: ""
+ podAntiAffinity: "soft"
## If anti-affinity is enabled sets the topologyKey to use for anti-affinity.
## This can be changed to, for example, failure-domain.beta.kubernetes.io/zone
@@ -1258,6 +1294,10 @@
additionalLabels: {}
# foo: bar
+ ## defines the labels which are transferred from the associated Kubernetes Service object onto the ingested metrics.
+ ## https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitor
+ targetLabels: []
+
## Component scraping the kubelet and kubelet-hosted cAdvisor
##
kubelet:
@@ -1464,6 +1504,10 @@
additionalLabels: {}
# foo: bar
+ ## defines the labels which are transferred from the associated Kubernetes Service object onto the ingested metrics.
+ ## https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitor
+ targetLabels: []
+
## Component scraping the kube controller manager
##
kubeControllerManager:
@@ -1567,6 +1611,10 @@
additionalLabels: {}
# foo: bar
+ ## defines the labels which are transferred from the associated Kubernetes Service object onto the ingested metrics.
+ ## https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitor
+ targetLabels: []
+
## Component scraping coreDns. Use either this or kubeDns
##
coreDns:
@@ -1645,6 +1693,10 @@
additionalLabels: {}
# foo: bar
+ ## defines the labels which are transferred from the associated Kubernetes Service object onto the ingested metrics.
+ ## https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitor
+ targetLabels: []
+
## Component scraping kubeDns. Use either this or coreDns
##
kubeDns:
@@ -1739,6 +1791,10 @@
additionalLabels: {}
# foo: bar
+ ## defines the labels which are transferred from the associated Kubernetes Service object onto the ingested metrics.
+ ## https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitor
+ targetLabels: []
+
## Component scraping etcd
##
kubeEtcd:
@@ -1844,6 +1900,10 @@
additionalLabels: {}
# foo: bar
+ ## defines the labels which are transferred from the associated Kubernetes Service object onto the ingested metrics.
+ ## https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitor
+ targetLabels: []
+
## Component scraping kube scheduler
##
kubeScheduler:
@@ -1946,6 +2006,10 @@
additionalLabels: {}
# foo: bar
+ ## defines the labels which are transferred from the associated Kubernetes Service object onto the ingested metrics.
+ ## https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitor
+ targetLabels: []
+
## Component scraping kube proxy
##
kubeProxy:
@@ -2034,6 +2098,10 @@
additionalLabels: {}
# foo: bar
+ ## defines the labels which are transferred from the associated Kubernetes Service object onto the ingested metrics.
+ ## https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitor
+ targetLabels: []
+
## Component scraping kube state metrics
##
kubeStateMetrics:
@@ -2706,6 +2774,11 @@
## Create EndpointSlice objects for kubelet targets.
kubeletEndpointSliceEnabled: false
+ ## Extra arguments to pass to prometheusOperator
+ # https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/operator.md
+ extraArgs: []
+ # - --labels="cluster=talos-cluster"
+
## Create a servicemonitor for the operator
##
serviceMonitor:
@@ -3303,6 +3376,42 @@
# hosts:
# - prometheus.example.com
+ # -- BETA: Configure the gateway routes for the chart here.
+ # More routes can be added by adding a dictionary key like the 'main' route.
+ # Be aware that this is an early beta of this feature,
+ # kube-prometheus-stack does not guarantee this works and is subject to change.
+ # Being BETA this can/will change in the future without notice, do not use unless you want to take that risk
+ # [[ref]](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io%2fv1alpha2)
+ route:
+ main:
+ # -- Enables or disables the route
+ enabled: false
+
+ # -- Set the route apiVersion, e.g. gateway.networking.k8s.io/v1 or gateway.networking.k8s.io/v1alpha2
+ apiVersion: gateway.networking.k8s.io/v1
+ # -- Set the route kind
+ # Valid options are GRPCRoute, HTTPRoute, TCPRoute, TLSRoute, UDPRoute
+ kind: HTTPRoute
+
+ annotations: {}
+ labels: {}
+
+ hostnames: []
+ # - my-filter.example.com
+ parentRefs: []
+ # - name: acme-gw
+
+ matches:
+ - path:
+ type: PathPrefix
+ value: /
+
+ ## Filters define the filters that are applied to requests that match this rule.
+ filters: []
+
+ ## Additional custom rules that can be added to the route
+ additionalRules: []
+
## Configuration for creating an Ingress that will map to each Prometheus replica service
## prometheus.servicePerReplica must be enabled
##
@@ -3510,7 +3619,7 @@
image:
registry: quay.io
repository: prometheus/prometheus
- tag: v2.55.0
+ tag: v2.55.1
sha: ""
## Tolerations for use with node taints
@@ -3783,7 +3892,7 @@
## The default value "soft" means that the scheduler should *prefer* to not schedule two replica pods onto the same node but no guarantee is provided.
## The value "hard" means that the scheduler is *required* to not schedule two replica pods onto the same node.
## The value "" will disable pod anti-affinity so that no anti-affinity rules will be configured.
- podAntiAffinity: ""
+ podAntiAffinity: "soft"
## If anti-affinity is enabled sets the topologyKey to use for anti-affinity.
## This can be changed to, for example, failure-domain.beta.kubernetes.io/zone
@@ -4192,6 +4301,18 @@
## Label selector for services to which this ServiceMonitor applies
##
# selector: {}
+ ## Example which selects all services to be monitored
+ ## with label "monitoredby" with values any of "example-service-1" or "example-service-2"
+ # matchExpressions:
+ # - key: "monitoredby"
+ # operator: In
+ # values:
+ # - example-service-1
+ # - example-service-2
+
+ ## label selector for services
+ ##
+ # matchLabels: {}
## Namespaces from which services are selected
##
@@ -4292,6 +4413,18 @@
## Label selector for pods to which this PodMonitor applies
##
# selector: {}
+ ## Example which selects all Pods to be monitored
+ ## with label "monitoredby" with values any of "example-pod-1" or "example-pod-2"
+ # matchExpressions:
+ # - key: "monitoredby"
+ # operator: In
+ # values:
+ # - example-pod-1
+ # - example-pod-2
+
+ ## label selector for pods
+ ##
+ # matchLabels: {}
## PodTargetLabels transfers labels on the Kubernetes Pod onto the target.
##
@@ -4379,6 +4512,42 @@
# hosts:
# - thanosruler.example.com
+ # -- BETA: Configure the gateway routes for the chart here.
+ # More routes can be added by adding a dictionary key like the 'main' route.
+ # Be aware that this is an early beta of this feature,
+ # kube-prometheus-stack does not guarantee this works and is subject to change.
+ # Being BETA this can/will change in the future without notice, do not use unless you want to take that risk
+ # [[ref]](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io%2fv1alpha2)
+ route:
+ main:
+ # -- Enables or disables the route
+ enabled: false
+
+ # -- Set the route apiVersion, e.g. gateway.networking.k8s.io/v1 or gateway.networking.k8s.io/v1alpha2
+ apiVersion: gateway.networking.k8s.io/v1
+ # -- Set the route kind
+ # Valid options are GRPCRoute, HTTPRoute, TCPRoute, TLSRoute, UDPRoute
+ kind: HTTPRoute
+
+ annotations: {}
+ labels: {}
+
+ hostnames: []
+ # - my-filter.example.com
+ parentRefs: []
+ # - name: acme-gw
+
+ matches:
+ - path:
+ type: PathPrefix
+ value: /
+
+ ## Filters define the filters that are applied to requests that match this rule.
+ filters: []
+
+ ## Additional custom rules that can be added to the route
+ additionalRules: []
+
## Configuration for ThanosRuler service
##
service:
@@ -4693,7 +4862,7 @@
## The value "hard" means that the scheduler is *required* to not schedule two replica pods onto the same node.
## The value "" will disable pod anti-affinity so that no anti-affinity rules will be configured.
##
- podAntiAffinity: ""
+ podAntiAffinity: "soft"
## If anti-affinity is enabled sets the topologyKey to use for anti-affinity.
## This can be changed to, for example, failure-domain.beta.kubernetes.io/zone |
renovate
bot
force-pushed
the
renovate/kube-prometheus-stack-66.x
branch
from
November 10, 2024 00:50
4928d60
to
24d34a5
Compare
renovate
bot
force-pushed
the
renovate/kube-prometheus-stack-66.x
branch
from
November 12, 2024 11:34
24d34a5
to
94a5007
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
65.5.0
->66.1.1
Release Notes
prometheus-community/helm-charts (kube-prometheus-stack)
v66.1.1
Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@prometheus-25.30.0...kube-prometheus-stack-66.1.1
v66.1.0
Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-state-metrics-5.27.0...kube-prometheus-stack-66.1.0
v66.0.0
Compare Source
v65.8.1
Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-65.8.0...kube-prometheus-stack-65.8.1
v65.8.0
Compare Source
v65.7.0
Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: prometheus-community/helm-charts@prometheus-node-exporter-4.42.0...kube-prometheus-stack-65.7.0
v65.6.0
Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: prometheus-community/helm-charts@prometheus-25.29.0...kube-prometheus-stack-65.6.0
v65.5.1
Compare Source
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.