From 3a6e36bde1b19ebdc81ec89c040c9048cdd86dfb Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Tue, 5 Nov 2024 13:19:22 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc117e2..843aadea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.12.0] - 2024-11-05 +### Added + +- Add multi-tenancy support via a header for mimir support. +- Allow setting alertmanager url through helm values. + ### Changed - Change CronJob ImagePullPolicy from Always to IfNotPresent to reduce image network traffic.