Skip to content

Commit

Permalink
chore: release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 14, 2024
1 parent 25b4634 commit 0616eba
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

## [6.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v5.0.0...v6.0.0) (2024-08-14)


### ⚠ BREAKING CHANGES

* remove the cluster_id variable

### Features

* remove the cluster_id variable ([6d7b628](https://github.com/camptocamp/devops-stack-module-thanos/commit/6d7b6280c67373d65f04f069b35a58f64174dd3a))

## [5.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v4.1.0...v5.0.0) (2024-04-23)


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 = "v5.0.0" # x-release-please-version
default = "v6.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 @@
5.0.0
6.0.0

0 comments on commit 0616eba

Please sign in to comment.