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

feat!: update helm chart kube-prometheus-stack to 41.0.0 #1640

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Oct 11, 2022

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) major 40.5.0 -> 41.0.0

⚠ Dependency Lookup Warnings ⚠

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


Release Notes

prometheus-community/helm-charts

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


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.


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

This PR has been generated by Renovate Bot.

@bloopy-boi bloopy-boi bot requested a review from h3mmy as a code owner October 11, 2022 12:59
@bloopy-boi bloopy-boi bot added renovate/helm type/major size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Oct 11, 2022
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Oct 11, 2022

Path: cluster/apps/monitoring/kube-prometheus-stack/helm-release.yaml
Version: 40.5.0 -> 41.4.0

@@ -36164,17 +36164,17 @@
 spec:
 containers:
 - name: kube-prometheus-stack
- image: "quay.io/prometheus-operator/prometheus-operator:v0.59.2"
+ image: "quay.io/prometheus-operator/prometheus-operator:v0.60.1"
 imagePullPolicy: "IfNotPresent"
 args:
 - --kubelet-service=kube-system/prometheus-kubelet
 - --localhost=127.0.0.1
- - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.59.2
+ - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.60.1
 - --config-reloader-cpu-request=200m
 - --config-reloader-cpu-limit=200m
 - --config-reloader-memory-request=50Mi
 - --config-reloader-memory-limit=50Mi
- - --thanos-default-base-image=quay.io/thanos/thanos:v0.28.0
+ - --thanos-default-base-image=quay.io/thanos/thanos:v0.28.1
 - --web.enable-tls=true
 - --web.cert-file=/cert/cert
 - --web.key-file=/cert/key
@@ -36292,8 +36292,8 @@
 port: http-web
 pathPrefix: "/"
 apiVersion: v2
- image: "quay.io/prometheus/prometheus:v2.39.0"
- version: v2.39.0
+ image: "quay.io/prometheus/prometheus:v2.39.1"
+ version: v2.39.1
 externalUrl: http://prometheus-prometheus.default:9090
 paused: false
 replicas: 1
@@ -37622,7 +37622,7 @@
 expr: |-
 sum by (namespace, pod, cluster) (
 max by(namespace, pod, cluster) (
- kube_pod_status_phase{job="kube-state-metrics", namespace=~".*", phase=~"Pending|Unknown"}
+ kube_pod_status_phase{job="kube-state-metrics", namespace=~".*", phase=~"Pending|Unknown|Failed"}
 ) Dockerfiles LICENSE README.md SECURITY.md Taskfile.yml charts cluster configure.sh container_images_in_use.txt container_images_with_arm64.txt container_images_without_arm64.txt default docs fix-crd.sh k8s mkdocs.yaml package.json provision static on(namespace, pod, cluster) group_left(owner_kind) topk by(namespace, pod, cluster) (
 1, max by(namespace, pod, owner_kind, cluster) (kube_pod_owner{owner_kind!="Job"})
 )
@@ -38087,6 +38087,7 @@
 runbook_url: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubeclientcertificateexpiration
 summary: Client certificate is about to expire.
 expr: apiserver_client_certificate_expiration_seconds_count{job="apiserver"} > 0 and on(job) histogram_quantile(0.01, sum by (job, le) (rate(apiserver_client_certificate_expiration_seconds_bucket{job="apiserver"}[5m]))) < 604800
+ for: 5m
 labels:
 severity: warning
 - alert: KubeClientCertificateExpiration
@@ -38095,6 +38096,7 @@
 runbook_url: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubeclientcertificateexpiration
 summary: Client certificate is about to expire.
 expr: apiserver_client_certificate_expiration_seconds_count{job="apiserver"} > 0 and on(job) histogram_quantile(0.01, sum by (job, le) (rate(apiserver_client_certificate_expiration_seconds_bucket{job="apiserver"}[5m]))) < 86400
+ for: 5m
 labels:
 severity: critical
 - alert: KubeAggregatedAPIErrors

@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Oct 11, 2022

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.4s
✅ YAML prettier 2 0 0 0.67s
✅ YAML yamllint 2 0 0.29s

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

@bloopy-boi bloopy-boi bot force-pushed the renovate/kube-prometheus-stack-41.x branch from 1ca0059 to 65be0a0 Compare October 11, 2022 22:30
@renovate renovate bot force-pushed the renovate/kube-prometheus-stack-41.x branch 4 times, most recently from 7a7e8f4 to ae68414 Compare October 12, 2022 20:00
@renovate renovate bot force-pushed the renovate/kube-prometheus-stack-41.x branch from ae68414 to a3867a9 Compare October 13, 2022 19:32
@h3mmy h3mmy merged commit f7dedd2 into main Oct 13, 2022
@h3mmy h3mmy deleted the renovate/kube-prometheus-stack-41.x branch October 13, 2022 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant