Skip to content

Commit

Permalink
chore: release 8.2.0 (#106)
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 Dec 18, 2023
1 parent ee366c7 commit 83cfc66
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

## [8.2.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v8.1.0...v8.2.0) (2023-12-18)


### Features

* **grafana:** create a variable to set a dataproxy time ([#105](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/105)) ([ee366c7](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/ee366c7faefe132563d5cc98c7274ec6bd14225d))

## [8.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v8.0.2...v8.1.0) (2023-12-15)


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 = "v8.1.0" # x-release-please-version
default = "v8.2.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 @@
8.1.0
8.2.0

0 comments on commit 83cfc66

Please sign in to comment.