Skip to content

Commit c736a49

Browse files
github-actions[bot]lconsuegra
authored andcommitted
chore: release 14.0.0
1 parent edaf38e commit c736a49

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+
## [14.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v13.0.1...v14.0.0) (2025-02-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **chart:** major update of dependencies on kube-prometheus-stack chart
9+
10+
### Features
11+
12+
* **chart:** major update of dependencies on kube-prometheus-stack chart ([edaf38e](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/edaf38e2001101ac0360776c2bd0e5a968915b29))
13+
314
## [13.0.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v13.0.0...v13.0.1) (2024-10-31)
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 = "v13.0.1" # x-release-please-version
43+
default = "v14.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-
13.0.1
1+
14.0.0

0 commit comments

Comments
 (0)