All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.9.0 - 2024-11-18
- Add
alloy
v0.7.0 asalloyEvents
.
- Upgrade
alloy-logs
andalloy-metrics
to chart 0.7.0.- Bumps
alloy
from 1.4.2 to 1.5.0
- Bumps
- upgrade
kube-prometheus-stack
from 65.1.1 to 66.2.1- prometheus-operator CRDs from 0.75.0 to 0.78.1
- prometheus-operator from 0.77.1 to 0.78.1
- prometheus from 2.54.1 to 2.55.1
- kube-state-metrics from 2.13.0 to 2.14.0
- grafana from 8.5.0 to 8.6.0
1.8.0 - 2024-10-30
- Upgrade
prometheus-agent
from v0.6.9 to v0.7.0.- Adds extraArgs to be able to use nice features like wal truncation
- upgrade
kube-prometheus-stack
from 61.0.0 to 65.1.1- prometheus-operator CRDs from 0.73.0 to 0.75.0
- prometheus-operator from 0.75.0 to 0.77.1
- prometheus upgraded from 2.53.0 to 2.54.1
- grafana from 8.2.0 to 8.5.0
- thanos ruler upgraded from 0.35.1 to 0.36.1
- prometheus-node-exporter upgraded from 1.8.1 to 1.8.2
- Add missing depends on annotation on alloy-metrics and alloy-logs to make sure they are deployed after the prometheus-operator-crds.
1.7.0 - 2024-10-09
- Upgrade
alloyLogs
to v0.6.1- Allow passing PodLogs via helm chart values
- Upgrade to Alloy v1.4.2 which fixes a bug with component reload/evaluation and keeping Alloy up-to-date
- Fixes an issue with CiliumNetworkPolicy preventing Alloy to run in clustering mode
1.6.2 - 2024-09-17
- Fixed
alloyMetrics
catalog
1.6.1 - 2024-08-20
- Disable usage reporting to GrafanaLabs by:
- Bumping
alloyLogs
andalloyMetrics
to v0.4.1. - Bumping
grafanaAgent
to v0.4.6.
- Bumping
1.6.0 - 2024-08-20
- Add
alloy
v0.4.0 asalloyMetrics
.
- Bump
alloyLogs
to v0.4.0.
1.5.3 - 2024-08-08
- Rename
alloy-logs
app to camel casealloyLogs
.
1.5.2 - 2024-07-24
- Fix CNP issues (allow traffic from pods in kube-system to nginx-ingress-controller)
- Upgrade
grafana-agent
to 0.4.5. - Upgrade
alloy
to 0.3.1. - Upgrade
promtail
to 1.5.4.
- Upgrade
1.5.1 - 2024-07-19
- Upgrade
prometheus-operator-crd
to 11.0.1.
1.5.0 - 2024-07-18
- Add
alloy
v0.3.0 asalloy-logs
- prometheus-operator will not check promql syntax for prometheusRules that are labelled
application.giantswarm.io/prometheus-rule-kind: loki
1.4.0 - 2024-07-03
- Upgrade
kube-prometheus-stack
to 11.0.0 andprometheus-operator-crd
to 11.0.0. This upgrade mainly consists in:- kube-prometheus-stack dependency chart upgraded from 56.21.2 to 61.0.0
- prometheus upgrade from 2.50.1 to 2.53.0
- thanos ruler upgrade from 0.34.1 to 0.35.1
- kube-state-metrics from 2.10.0 to 2.12.0
- prometheus-operator from 0.71.2 0.75.0 - adding remoteWrite.proxyFromEnvironment and Scrape Class support
- prometheus-node-exporter upgraded from 1.8.0 to 1.8.1
- Upgrade
grafana-agent
from 0.4.3 to 0.4.4- This version enables the override the grafana agent
CiliumNetworkPolicy
egress and ingress sections.
- This version enables the override the grafana agent
1.3.4 - 2024-04-04
- Upgrade
kube-prometheus-stack
to 9.1.2.
1.3.3 - 2024-04-03
- Upgrade
grafana-agent
to 0.4.3.- This version upgrade consists in internal changes
- Upgrade
kube-prometheus-stack
to 9.1.1
1.3.2 - 2024-03-13
- Upgrade
promtail
to 1.5.3.- Set RAM limit to 2x requests
1.3.1 - 2024-03-12
- Upgrade
promtail
to 1.5.2.- Adjust CPU settings
1.3.0 - 2024-03-06
- Upgrade
kube-prometheus-stack
to 9.1.0.
1.2.4 - 2024-03-06
- upgrade
prometheus-agent
to 0.6.9.
1.2.3 - 2024-02-19
- upgrade
prometheus-agent
to 0.6.8.
1.2.2 - 2024-02-13
- Upgrade
promtail
to 1.5.1. - Upgrade
grafana-agent
to 0.4.1.
1.2.1 - 2024-02-07
- Add dependency on
prometheus-operator-crd
to all apps.
1.2.0 - 2024-02-07
- Upgrade
kube-prometheus-stack
andprometheus-operator-crd
to 9.0.0. - Add the
global.podSecurityStandards.enforced
value back to be able to work on CAPI WCs.
1.1.1 - 2024-01-30
- Upgrade
kube-prometheus-stack
to 8.1.3 (gsoci registry).
1.1.0 - 2024-01-22
- Upgrade
promtail
to 1.5.0. - Upgrade
kube-prometheus-stack
to 8.1.2. - Upgrade
grafana-agent
to 0.4.0. - Upgrade
prometheus-agent
to 0.6.7.
1.0.0 - 2024-01-08
- !Breaking change: Simplify configuration for the bundled apps. See our upgrade guide
- Move all user configs from under
apps.<appName>.userConfig
from string to regular helm values touserConfig.<appName>
- Rename
prometheus-operator-app
tokube-prometheus-stack
- Rename
promtail-app
topromtail
- Move all user configs from under
- Enforce
Cilium Network Policy
by default. - Enforce
Pod Security Standard
by default. - Upgrade
kube-prometheus-stack
to 8.1.1 andprometheus-operator-crd
to 8.0.0 - Upgrade
grafana-agent
to 0.3.2.
0.10.1 - 2023-11-15
- Extend
prometheus-operator-app
timeout to avoid race condition with VPA causing the app to be stuck inpending-install
state.
0.10.0 - 2023-11-08
- Upgrade
grafana-agent
to 0.3.0.
0.9.1 - 2023-11-02
- Upgrade
prometheus-agent
to 0.6.6.
0.9.0 - 2023-10-26
- Add
grafana-agent-app
toobservability-bundle
.
0.8.9 - 2023-10-18
- Disable
kube-state-metrics
psp whenpod security policies
are enforced.
0.8.8 - 2023-10-11
- Upgrade
prometheus-operator-app
to 6.2.1. - Upgrade
prometheus-agent
to 0.6.5.
0.8.7 - 2023-10-04
- Upgrade
prometheus-agent
to 0.6.4.
0.8.6 - 2023-10-03
- Fix missing external labels on the prometheus agent when global.podSecurityStandards.enforced is set to false.
0.8.5 - 2023-10-03
- Add condition for PSP installation in helm chart.
0.8.4 - 2023-09-21
- Upgrade
prometheus-agent
to 0.6.3.
0.8.3 - 2023-09-21
- Enable the
kube-proxy
servicemonitor.
0.8.2 - 2023-09-13
- Upgrade
promtail
to 1.4.0.
0.8.1 - 2023-09-12
- Upgrade
prometheus-agent
to 0.6.2.- Upgrade
prometheus
to 2.47.0.
- Upgrade
- Upgrade
prometheus-operator-app
andprometheus-operator-crd
to 6.1.0.
0.8.0 - 2023-09-04
- Upgrade
prometheus-agent
to 0.6.0. - Upgrade
prometheus-operator-app
andprometheus-operator-crd
to 6.0.0.
0.7.5 - 2023-08-29
- Add extraConfig priority support.
0.7.4 - 2023-08-29
- Upgrade
prometheus-operator-app
to 5.2.0.
0.7.3 - 2023-08-24
- Add extra config for
prometheus-operator-app
to be able to enable cilium. - Upgrade
prometheus-operator-app
andprometheus-operator-crd
to 5.1.0.
0.7.2 - 2023-07-13
- Upgrade
prometheus-operator-app
to 5.0.7.
0.7.1 - 2023-06-29
- Upgrade
promtail-app
to 1.1.1. - Upgrade
prometheus-operator-app
to 5.0.6.
0.7.0 - 2023-06-12
- Upgrade
prometheus-operator-app
to 5.0.5. - Upgrade
prometheus-operator-crd
to 5.0.0.
0.6.0 - 2023-05-22
- Upgrade
prometheus-agent-app
to 0.5.3. - Upgrade
prometheus-operator-app
to 4.4.0.
0.5.1 - 2023-05-11
- Remove cluster prefix to app name in _helpers.tpl
0.5.0 - 2023-05-10
- Remove custom config in favor of proper extra-config.
- Upgrade
prometheus-agent-app
to 0.5.2 to allow sharding capabilities. - Upgrade
prometheus-operator-app
to 4.2.4.
0.4.3 - 2023-04-26
- Upgrade
prometheus-operator-app
to 4.2.3.
0.4.2 - 2023-04-21
- Upgrade
prometheus-agent-app
to 0.4.1.
0.4.1 - 2023-04-20
- Upgrade
prometheus-agent-app
to 0.4.0.
0.4.0 - 2023-04-13
- Add extra configmap and secret to
promtail-app
.
- Upgrade
prometheus-operator-app
to 4.2.1.
- Moving prometheus-operator-app user-configs to the prometheus-operator-app giantswarm/kube-prometheus-stack-app#249
0.3.0 - 2023-03-22
- Add new app dependency mechanism (
app-operator.giantswarm.io/depends-on
) to the prometheus-operator-app and agent so they are not installed until the CRD app is deployed. - prometheus-operator: drop
apiserver_request_slo_duration_seconds_bucket
metrics from apiserver - upgrade
prometheus-operator-app
to 4.0.1 andprometheus-operator-crd
to 4.0.0 - upgrade
prometheus-agent
to 0.3.0 to support chinese registry
- Add
promtail-app
v1.0.1 disabled by default.
0.2.0 - 2023-02-21
- Upgrade
prometheus-agent
from to 0.1.7 to 0.2.0.
0.1.9 - 2023-01-16
- Upgrade
prometheus-operator-app
to 3.0.0. - Upgrade
prometheus-operator-crd
to 3.0.0.
0.1.8 - 2022-12-19
- Upgrade
prometheus-agent
from 0.1.6 to 0.1.7.
0.1.7 - 2022-12-19
- Tuned default helm timeouts
0.1.6 - 2022-12-14
- Push to
control-plane-catalog
.
0.1.5 - 2022-12-14
- Enable
app-build-suite
. - Push to
aws
andazure
app collections.
- Fix
kube-scheduler
port. - Fix
org-
namespace detection.
0.1.4 - 2022-12-06
- Change
ServiceMonitor
andPodMonitor
discovery label selector. - Enable renovate and bump dependencies.
0.1.3 - 2022-11-25
- Change controller-manager and scheduler ServiceMonitor selector.
0.1.2 - 2022-11-08
- Bump prometheus-agent to 0.1.5
- Add selectors for prometheus-agent ServiceMonitors
0.1.1 - 2022-10-26
- Fix target relabellings.
0.1.0 - 2022-10-24
- First release.
- Add a way of wiring extra config in the apps.
app.giantswarm.io
label group was changed toapplication.giantswarm.io