Skip to content

Commit b0e6896

Browse files
github-actions[bot]jbarascut
authored andcommitted
chore: release 14.2.0
1 parent 705411f commit b0e6896

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.2.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v14.1.0...v14.2.0) (2025-03-13)
4+
5+
6+
### Features
7+
8+
* add pvc for alertmanager data ([#146](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/146)) ([705411f](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/705411f20cada5092cf4070b0e510c8066cb94cc))
9+
310
## [14.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v14.0.0...v14.1.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.1.0" # x-release-please-version
43+
default = "v14.2.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.1.0
1+
14.2.0

0 commit comments

Comments
 (0)