Skip to content

Commit

Permalink
chore: release 3.0.0 (#66)
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 18, 2024
1 parent 603dc15 commit 2f9172e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* remove the ArgoCD namespace variable
* remove the namespace variable
* hardcode the release name to remove the destination cluster

### Features

* **aks:** add support to use workload identity for storage authentication ([ffc3dce](https://github.com/camptocamp/devops-stack-module-thanos/commit/ffc3dcecf9079063f96de61dfac34bac71d37a0e))
* **chart:** minor update of dependencies on thanos chart ([#63](https://github.com/camptocamp/devops-stack-module-thanos/issues/63)) ([603dc15](https://github.com/camptocamp/devops-stack-module-thanos/commit/603dc153399276f59b8d91d0760613ca85da4c26))


### Bug Fixes

* change the default cluster issuer ([adf5067](https://github.com/camptocamp/devops-stack-module-thanos/commit/adf5067477c8a16be9dbd2e90d1157bb2235d970))
* hardcode the release name to remove the destination cluster ([811f702](https://github.com/camptocamp/devops-stack-module-thanos/commit/811f702fc1722d83b5ae69a38caf2d62354b4b3d))
* remove the ArgoCD namespace variable ([61771f6](https://github.com/camptocamp/devops-stack-module-thanos/commit/61771f6af29ab627e3137f45fc982c5891b4717d))
* remove the namespace variable ([b242859](https://github.com/camptocamp/devops-stack-module-thanos/commit/b242859cbb0fa6d9c1a25958dd074335290f3d64))

## [2.7.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v2.6.0...v2.7.0) (2023-11-03)


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 = "v2.7.0" # x-release-please-version
default = "v3.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 @@
2.7.0
3.0.0

0 comments on commit 2f9172e

Please sign in to comment.