Skip to content

Commit

Permalink
chore: release 2.0.1 (#44)
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 9, 2023
1 parent 90e6972 commit 70b6873
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/camptocamp/devops-stack-module-thanos/compare/v2.0.0...v2.0.1) (2023-08-09)


### Bug Fixes

* readd support to deactivate auto-sync which was broken by [#41](https://github.com/camptocamp/devops-stack-module-thanos/issues/41) ([6f989bc](https://github.com/camptocamp/devops-stack-module-thanos/commit/6f989bc8a2e5a3078656c47aa565161f249ea6b2))

## [2.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v1.1.0...v2.0.0) (2023-07-11)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "argocd_namespace" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v2.0.0" # x-release-please-version
default = "v2.0.1" # 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 @@
2.0.0
2.0.1

0 comments on commit 70b6873

Please sign in to comment.