From a7c07af3bb06a1880e29fae5f5c62314a9512d40 Mon Sep 17 00:00:00 2001 From: "nicola.bucci" Date: Thu, 31 Oct 2024 15:48:06 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 057ccc6..c70fdca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ---- +### Added + +- Add support for Kubernetes namespace labels in the Drupal projects configuration + +### Changed + +- **BREAKING CHANGE**: We have removed the `lifecycle.ignore_changes` block from the `kubernetes_namespace` resource configuration. External modifications on namespace labels will now cause drift in the configuration. Ensure all necessary labels are defined in Terraform to avoid unexpected updates. ## [0.12.1] - 2024-10-30