Skip to content

Commit

Permalink
chore: release 6.2.0 (#86)
Browse files Browse the repository at this point in the history
* chore: release 6.2.0

* docs: update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gonçalo Heleno <[email protected]>
  • Loading branch information
github-actions[bot] and lentidas authored Aug 24, 2023
1 parent 2b9cdab commit 963f6dd
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

## [6.2.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v6.1.1...v6.2.0) (2023-08-24)


### 📝 NOTES

* This is a patch release that only changes a comment on a ServiceAccount. See [official release changelog](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.3.4).

### Features

* **chart:** patch update of dependencies on kube-prometheus-stack chart ([#85](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/85)) ([2b9cdab](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/2b9cdabc3715b36e4c0d580c4a77a5e92e408bf1))

## [6.1.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v6.1.0...v6.1.1) (2023-08-14)


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

0 comments on commit 963f6dd

Please sign in to comment.