Skip to content

Commit

Permalink
chore: release 7.1.0 (#95)
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 Oct 19, 2023
1 parent d5c9444 commit 65b1c80
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [7.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v7.0.0...v7.1.0) (2023-10-19)


### Features

* add standard variables and variable to add labels to Argo CD app ([291051d](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/291051d0cde76d91ba6404541ded0cb4ca071100))
* add variables to set AppProject and destination cluster ([5a9370b](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/5a9370b1d98dfae521d1203577d140ebcd4fe0aa))
* update OAuth2-Proxy and curl images ([5a16bc5](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/5a16bc590b779f37ba2bfbff8d1b9a5be2f6e2e1))

## [7.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v6.3.0...v7.0.0) (2023-09-08)


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

0 comments on commit 65b1c80

Please sign in to comment.