Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#43)
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 Apr 6, 2023
1 parent 3c38035 commit 0f20e68
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

## [2.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v1.0.0...v2.0.0) (2023-04-06)


### ⚠ BREAKING CHANGES

* **azure:** use managed identity to access object storage ([#42](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/42))

### Features

* **azure:** use managed identity to access object storage ([#42](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/42)) ([3c38035](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/3c380354f1596f30ace5e30da3fc5d787f9a31c6))

## [1.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v1.0.0-alpha.7...v1.0.0) (2023-03-24)


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

0 comments on commit 0f20e68

Please sign in to comment.