Skip to content

Commit

Permalink
chore: release 3.0.1 (#69)
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 Jan 22, 2024
1 parent 128b0b8 commit c8d3ae3
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

## [3.0.1](https://github.com/camptocamp/devops-stack-module-thanos/compare/v3.0.0...v3.0.1) (2024-01-22)


### Bug Fixes

* **aks:** add dependencies to fix reading of storage account ([#68](https://github.com/camptocamp/devops-stack-module-thanos/issues/68)) ([128b0b8](https://github.com/camptocamp/devops-stack-module-thanos/commit/128b0b839790c89cdcdde4d65c5a6b9812e1a34e))

## [3.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v2.7.0...v3.0.0) (2024-01-18)


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

0 comments on commit c8d3ae3

Please sign in to comment.