Skip to content

Commit

Permalink
chore: release 10.1.0 (#120)
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 17, 2024
1 parent 0473c7b commit ac39cb5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [10.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v10.0.0...v10.1.0) (2024-04-17)


### Features

* add variable to set resources with default values ([682aa85](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/682aa85f84c532920479319cd14d7930b3dbd7c4))
* upgrade images of OAuth Proxy and curl ([63d0fd4](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/63d0fd43ee05f1626b30de1c8c5b8187fd697d99))

## [10.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v9.2.1...v10.0.0) (2024-04-12)


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

0 comments on commit ac39cb5

Please sign in to comment.