chore(release_1.36): backport ghcr migration and kube-prometheus v0.18.0 - #423
Merged
louiseschmidtgen merged 3 commits intoAug 25, 2026
Conversation
…0.18.0 kube-prometheus v0.18.0 is the only release supporting Kubernetes 1.36 (also supports 1.33-1.35). Regenerate the Grafana dashboards and Prometheus alert rules from the v0.18.0 manifests. Patch refreshes: - dashboard 001/002: the patch files carried stale charms/worker/k8s/src/... paths copied from k8s-operator, so they never applied in this repo. Regenerated against the v0.18.0 output with correct src/... paths; the juju-field cluster filters and the node-exporter job regex are now actually applied to the dashboards. - rules 001_core_alert_rules: upstream v0.18 split the *Down alerts, adding *InstanceUnreachable warning alerts (up == 0) and rewriting KubeletDown to a cluster-level expression that works in charmed environments. The patch now only rewrites the three remaining absent()-based alerts (KubeAPIDown, KubeSchedulerDown, KubeControllerManagerDown) to up == 0, since scrape targets are always present in charm deployments. The new upstream alerts are kept. Also fix update_alert_rules.py wiping the whole src/prometheus_alert_rules directory; it now only replaces the files it manages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
Vsphere test is trying to pull non-existant 1.36/stable release. Tested and validated on main. |
canonicalmateo
approved these changes
Aug 25, 2026
louiseschmidtgen
deleted the
backport/ghcr-and-kube-prometheus-to-release-1.36
branch
August 25, 2026 14:16
This file contains hidden or 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
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.
Cherry-picks two commits from
mainontorelease_1.36required for the 1.36 stable release.Included:
efa215efeat: migrate fromrocks.c.ctoghcr.io(feat: migrate fromrocks.c.ctoghcr.io#421)2b318abchore: update Grafana dashboards and alert rules to kube-prometheus v0.18.0 (chore: update Grafana dashboards and alert rules to kube-prometheus v0.18.0 #422) — v0.18.0 is the only kube-prometheus release that supports Kubernetes 1.36Both cherry-picks applied cleanly with no conflicts.