Skip to content

Preview v3.3.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 25 Nov 15:25
· 5 commits to main since this release
18fdd13

Monitoring Core Module Release 3.3.0

Welcome to the latest release of the monitoring core module of the Kubernetes Fury Distribution, maintained by team SIGHUP.

This release updates components across all packages bringing the latest features and bug fixes from upstream, and deprecates the Thanos package.

Component Images 🚢

Component Supported Version Previous Version
alertmanager v0.26.0 No Update
blackbox-exporter v0.25.0 v0.24.0
grafana v11.3.0 v9.5.5
kube-rbac-proxy v0.18.1 v0.14.0
kube-state-metrics v2.13.0 v2.9.2
node-exporter v1.8.2 v1.6.1
prometheus-adapter v0.12.0 v0.11.1
prometheus-operator v0.76.2 v0.67.1
prometheus v2.54.1 v0.46.0
thanos v0.34.0 DEPRECATED: see below. No Update
x509-exporter v3.17.0 v3.12.0
karma v0.113 No Update
mimir v2.14.0 v2.11.0
minio-ha RELEASE.2024-10-13T13-34-11Z RELEASE.2024-02-09T21-25-16Z

Please refer the individual release notes to get a detailed info on the releases.

Features 💥

HAProxy Alerting

  • Removed HaproxyHttpSlowingDown alert rule, it caused false positives adding only noise.

prometheus-operated

  • Introduced scrapeConfigNamespaceSelector: {} and scrapeConfigSelector: {} allowing to read all the scrapeconfig resources defined in the cluster without any specific annotation.

Deprecation Notice ⚠️

The Thanos package has been deprecated and will be removed in the next release.

Refer to the Mimir package as a Thanos replacement for HA Prometheus deployments and long-term storage for metrics.

Update Guide 🦮

Process

To upgrade this core module from v3.2.0 to v3.3.0, execute the following:

kustomize build <your-project-path> | kubectl apply -f - --server-side