Skip to content

Commit

Permalink
chore: release 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 9, 2024
1 parent f69deb2 commit 4d60c99
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

## [13.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v12.0.0...v13.0.0) (2024-10-09)


### ⚠ BREAKING CHANGES

* point the Argo CD provider to the new repository ([#133](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/133))

### Features

* point the Argo CD provider to the new repository ([#133](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/133)) ([f69deb2](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/f69deb2a68ff31972ce186970f28971e1d403179))

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


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 = "v12.0.0" # x-release-please-version
default = "v13.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 @@
12.0.0
13.0.0

0 comments on commit 4d60c99

Please sign in to comment.