Skip to content

Commit 3903c29

Browse files
github-actions[bot]lconsuegra
authored andcommitted
chore: release 14.1.0
1 parent 98ce8af commit 3903c29

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [14.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v14.0.0...v14.1.0) (2025-02-19)
4+
5+
6+
### Features
7+
8+
* add distinct to avoid duplicates in ingreses hosts lists ([19a88cd](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/19a88cdecbe01b10ac4899431b63b443dd7cc71e))
9+
310
## [14.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v13.0.1...v14.0.0) (2025-02-19)
411

512

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 = "v14.0.0" # x-release-please-version
43+
default = "v14.1.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-
14.0.0
1+
14.1.0

0 commit comments

Comments
 (0)