diff --git a/CHANGELOG.md b/CHANGELOG.md index ac10f51..936d672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [11.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v10.0.0...v11.0.0) (2025-01-08) + + +### ⚠ BREAKING CHANGES + +* replace eventHandler by Grafana Alloy ([#123](https://github.com/camptocamp/devops-stack-module-loki-stack/issues/123)) + +### Features + +* replace eventHandler by Grafana Alloy ([#123](https://github.com/camptocamp/devops-stack-module-loki-stack/issues/123)) ([039abe8](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/039abe8a3c9564a573ef16220d5d8fcb58ef6faf)) + ## [10.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v9.0.0...v10.0.0) (2024-10-09) diff --git a/variables.tf b/variables.tf index 737a0f6..7c9de69 100644 --- a/variables.tf +++ b/variables.tf @@ -23,7 +23,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v10.0.0" # x-release-please-version + default = "v11.0.0" # x-release-please-version } variable "enable_service_monitor" { diff --git a/version.txt b/version.txt index a13e7b9..275283a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -10.0.0 +11.0.0