Skip to content

Commit

Permalink
chore: release 12.0.0 (#130)
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 Aug 22, 2024
1 parent 17f42a7 commit 9ac04fc
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

## [12.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v11.1.1...v12.0.0) (2024-08-22)


### ⚠ BREAKING CHANGES

* **chart:** major update of dependencies on kube-prometheus-stack chart ([#126](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/126))

### Features

* **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))

## [11.1.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v11.1.0...v11.1.1) (2024-06-07)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ variable "destination_cluster" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v11.1.1" # x-release-please-version
default = "v12.0.0" # x-release-please-version
}

variable "cluster_issuer" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.1.1
12.0.0

0 comments on commit 9ac04fc

Please sign in to comment.