Skip to content

Commit

Permalink
chore: release 11.0.0 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 8, 2025
1 parent 039abe8 commit 937b86b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.0.0
11.0.0

0 comments on commit 937b86b

Please sign in to comment.