Skip to content

Commit

Permalink
chore: release 9.1.0 (#112)
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 Feb 9, 2024
1 parent b31dd5c commit 4f3db25
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

## [9.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v9.0.0...v9.1.0) (2024-02-09)


### Features

* enable the export of Thanos sidecar metrics ([#111](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/111)) ([b31dd5c](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/b31dd5caa1bee6d5069fb1a05391a6ae8a68b10b))

## [9.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v8.2.0...v9.0.0) (2024-01-19)


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 = "v9.0.0" # x-release-please-version
default = "v9.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 @@
9.0.0
9.1.0

0 comments on commit 4f3db25

Please sign in to comment.