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

chore(deps): update helm release kube-prometheus-stack to 40.1.2 #1499

Merged
merged 5 commits into from
Sep 24, 2022

Conversation

jarvis-plus-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) major 39.11.0 -> 40.1.2

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

prometheus-community/helm-charts

v40.1.2

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.

v40.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.

v40.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.

v40.0.2

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.

v40.0.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.

v40.0.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.

v39.13.3

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.

v39.13.2

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.

v39.13.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.

v39.13.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.

v39.12.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.

v39.12.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.


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 this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

| datasource | package               | from    | to     |
| ---------- | --------------------- | ------- | ------ |
| helm       | kube-prometheus-stack | 39.11.0 | 40.1.2 |

Signed-off-by: Jarvis Plus Bot <112913195+jarvis-plus-bot[bot]@users.noreply.github.com>
@jarvis-plus-bot jarvis-plus-bot bot requested a review from xunholy as a code owner September 24, 2022 10:02
@jarvis-plus-bot
Copy link
Contributor Author

jarvis-plus-bot bot commented Sep 24, 2022

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ ACTION actionlint 1 3 0.02s
✅ KUBERNETES kubeconform 1 0 0.21s
⚠️ REPOSITORY checkov yes 334 19.04s
✅ REPOSITORY dustilock yes no 0.2s
❌ REPOSITORY git_diff yes 1 0.01s
✅ REPOSITORY secretlint yes no 1.95s
⚠️ REPOSITORY trivy yes 1 21.19s
✅ SPELL misspell 2 0 0.05s
✅ YAML prettier 2 0 0.51s
✅ YAML yamllint 2 0 0.28s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@jarvis-plus-bot
Copy link
Contributor Author

jarvis-plus-bot bot commented Sep 24, 2022

Helm Release Diff Report 🔧

Show Report "Path: `k8s/namespaces/base/observability/kube-prometheus-stack/helmrelease.yaml` Version: `39.11.0` -> `40.1.2`
@@ -21,9 +21,13 @@
 name: node-exporter
 namespace: default
 labels:
- app: prometheus-node-exporter
- release: "kube-prometheus-stack"
- heritage: "Helm"
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/component: metrics
+ app.kubernetes.io/part-of: prometheus-node-exporter
+ app.kubernetes.io/instance: kube-prometheus-stack
+ app.kubernetes.io/name: prometheus-node-exporter
+ jobLabel: node-exporter
+ release: kube-prometheus-stack
 annotations: {}
 imagePullSecrets: []
 ---
@@ -424,13 +428,16 @@
 metadata:
 name: node-exporter
 namespace: default
- annotations:
- prometheus.io/scrape: "true"
 labels:
- app: prometheus-node-exporter
- heritage: Helm
- release: kube-prometheus-stack
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/component: metrics
+ app.kubernetes.io/part-of: prometheus-node-exporter
+ app.kubernetes.io/instance: kube-prometheus-stack
+ app.kubernetes.io/name: prometheus-node-exporter
 jobLabel: node-exporter
+ release: kube-prometheus-stack
+ annotations:
+ prometheus.io/scrape: "true"
 spec:
 type: ClusterIP
 ports:
@@ -439,8 +446,8 @@
 protocol: TCP
 name: http-metrics
 selector:
- app: prometheus-node-exporter
- release: kube-prometheus-stack
+ app.kubernetes.io/instance: kube-prometheus-stack
+ app.kubernetes.io/name: prometheus-node-exporter
 ---
 # Source: kube-prometheus-stack/templates/alertmanager/service.yaml
 apiVersion: v1
@@ -534,9 +541,9 @@
 clusterIP: None
 ports:
 - name: http-metrics
- port: 2379
+ port: 2381
 protocol: TCP
- targetPort: 2379
+ targetPort: 2381
 selector:
 component: etcd
 type: ClusterIP
@@ -648,15 +655,18 @@
 name: node-exporter
 namespace: default
 labels:
- app: prometheus-node-exporter
- heritage: Helm
- release: kube-prometheus-stack
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/component: metrics
+ app.kubernetes.io/part-of: prometheus-node-exporter
+ app.kubernetes.io/instance: kube-prometheus-stack
+ app.kubernetes.io/name: prometheus-node-exporter
 jobLabel: node-exporter
+ release: kube-prometheus-stack
 spec:
 selector:
 matchLabels:
- app: prometheus-node-exporter
- release: kube-prometheus-stack
+ app.kubernetes.io/instance: kube-prometheus-stack
+ app.kubernetes.io/name: prometheus-node-exporter
 updateStrategy:
 rollingUpdate:
 maxUnavailable: 1
@@ -664,10 +674,13 @@
 template:
 metadata:
 labels:
- app: prometheus-node-exporter
- heritage: Helm
- release: kube-prometheus-stack
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/component: metrics
+ app.kubernetes.io/part-of: prometheus-node-exporter
+ app.kubernetes.io/instance: kube-prometheus-stack
+ app.kubernetes.io/name: prometheus-node-exporter
 jobLabel: node-exporter
+ release: kube-prometheus-stack
 annotations:
 cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
 spec:
@@ -786,9 +799,8 @@
 args:
 - --port=8080
 - --resources=certificatesigningrequests,configmaps,cronjobs,daemonsets,deployments,endpoints,horizontalpodautoscalers,ingresses,jobs,limitranges,mutatingwebhookconfigurations,namespaces,networkpolicies,nodes,persistentvolumeclaims,persistentvolumes,poddisruptionbudgets,pods,replicasets,replicationcontrollers,resourcequotas,secrets,services,statefulsets,storageclasses,validatingwebhookconfigurations,volumeattachments
- - --telemetry-port=8081
 imagePullPolicy: IfNotPresent
- image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.5.0"
+ image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.6.0"
 ports:
 - containerPort: 8080
 name: "http"
@@ -836,17 +848,17 @@
 spec:
 containers:
 - name: kube-prometheus-stack
- image: "quay.io/prometheus-operator/prometheus-operator:v0.58.0"
+ image: "quay.io/prometheus-operator/prometheus-operator:v0.59.1"
 imagePullPolicy: "IfNotPresent"
 args:
 - --kubelet-service=kube-system/x-kubelet
 - --localhost=127.0.0.1
- - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.58.0
+ - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.59.1
 - --config-reloader-cpu-request=200m
 - --config-reloader-cpu-limit=400m
 - --config-reloader-memory-request=50Mi
 - --config-reloader-memory-limit=100Mi
- - --thanos-default-base-image=quay.io/thanos/thanos:v0.27.0
+ - --thanos-default-base-image=quay.io/thanos/thanos:v0.28.0
 - --web.enable-tls=true
 - --web.cert-file=/cert/cert
 - --web.key-file=/cert/key
@@ -964,8 +976,8 @@
 port: http-web
 pathPrefix: "/"
 apiVersion: v2
- image: "quay.io/prometheus/prometheus:v2.37.0"
- version: v2.37.0
+ image: "quay.io/prometheus/prometheus:v2.38.0"
+ version: v2.38.0
 externalUrl: "https://prometheus.${CLUSTER_DOMAIN}"
 paused: false
 replicas: 1
@@ -983,6 +995,7 @@
 cpu: 1
 memory: 1Gi
 retention: "2h"
+ walCompression: true
 routePrefix: "/"
 secrets:
 - etcd-client-cert
@@ -2540,7 +2553,7 @@
 annotations:
 description: HPA {{ $labels.namespace }}/{{ $labels.horizontalpodautoscaler }} has not matched the desired number of replicas for longer than 15 minutes.
 runbook_url: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubehpareplicasmismatch
- summary: HPA has not matched descired number of replicas.
+ summary: HPA has not matched desired number of replicas.
 expr: |-
 (kube_horizontalpodautoscaler_status_desired_replicas{job="kube-state-metrics", namespace=~".*"}
 !=
@@ -3881,16 +3894,19 @@
 name: node-exporter
 namespace: default
 labels:
- app: prometheus-node-exporter
- heritage: Helm
- release: kube-prometheus-stack
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/component: metrics
+ app.kubernetes.io/part-of: prometheus-node-exporter
+ app.kubernetes.io/instance: kube-prometheus-stack
+ app.kubernetes.io/name: prometheus-node-exporter
 jobLabel: node-exporter
+ release: kube-prometheus-stack
 spec:
 jobLabel: jobLabel
 selector:
 matchLabels:
- app: prometheus-node-exporter
- release: kube-prometheus-stack
+ app.kubernetes.io/instance: kube-prometheus-stack
+ app.kubernetes.io/name: prometheus-node-exporter
 endpoints:
 - port: http-metrics
 scheme: http
@@ -4418,7 +4434,7 @@
 spec:
 containers:
 - name: create
- image: k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.2.0
+ image: k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.3.0
 imagePullPolicy: IfNotPresent
 args:
 - create
@@ -4464,7 +4480,7 @@
 spec:
 containers:
 - name: patch
- image: k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.2.0
+ image: k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.3.0
 imagePullPolicy: IfNotPresent
 args:
 - patch
```"

Signed-off-by: Michael Fornaro <[email protected]>
Signed-off-by: Michael Fornaro <[email protected]>
Signed-off-by: Michael Fornaro <[email protected]>
@xunholy xunholy merged commit 4fec801 into main Sep 24, 2022
@xunholy xunholy deleted the renovate/kube-prometheus-stack-40.x branch September 24, 2022 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant