From 14d51d0f6726919ef3190cd708a501b8695a24b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= <33546359+lentidas@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:51:14 +0100 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a5174d..2b93af61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,18 @@ ### ⚠ BREAKING CHANGES * **chart:** major update of dependencies on thanos chart + + The breaking change on the Thanos chart is the activation of the NetworkPolicies by default and now the configuration is per component instead of globally. + + See official information [here](https://github.com/bitnami/charts/blob/main/bitnami/thanos/README.md#to-1300). + + On my tests, I found out that the official NetworkPolicies were blocking the access through Traefik. Since the work of activating the NetworkPolicies on the DevOps Stack modules is already on the horizon, I decided to deactivate them and keep the current behaviour of the module for the time being. + * remove specific var and use the ServiceMonitor boolean + The variable `enable_monitoring_dashboard` introduced on the last release was removed, because on the other modules we've decided to simply deploy the dashboards automatically as long as the `serviceMonitor` for the metrics is activated. So we've reverted this addition to keep the behavior of the modules consistent. + + ### Features * **chart:** major update of dependencies on thanos chart ([bbd5e67](https://github.com/camptocamp/devops-stack-module-thanos/commit/bbd5e67d68d83528d6f6eb33d2b5eb2e1c5ed7f5))