Skip to content

Commit 9ac04fc

Browse files
chore: release 12.0.0 (#130)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17f42a7 commit 9ac04fc

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [12.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v11.1.1...v12.0.0) (2024-08-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **chart:** major update of dependencies on kube-prometheus-stack chart ([#126](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/126))
9+
10+
### Features
11+
12+
* **chart:** major update of dependencies on kube-prometheus-stack chart ([#126](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/126)) ([17f42a7](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/17f42a7b6dd7876eef4b7ef424ce212bb3572816))
13+
314
## [11.1.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v11.1.0...v11.1.1) (2024-06-07)
415

516

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ variable "destination_cluster" {
4040
variable "target_revision" {
4141
description = "Override of target revision of the application chart."
4242
type = string
43-
default = "v11.1.1" # x-release-please-version
43+
default = "v12.0.0" # x-release-please-version
4444
}
4545

4646
variable "cluster_issuer" {

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.1.1
1+
12.0.0

0 commit comments

Comments
 (0)