Skip to content

Commit

Permalink
chore: release 6.3.0 (#88)
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 Aug 28, 2023
1 parent 449f524 commit 502c065
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

## [6.3.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v6.2.0...v6.3.0) (2023-08-28)


### Features

* **chart:** minor update of dependencies on kube-prometheus-stack chart ([#87](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/87)) ([449f524](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/449f5243ac6a476af7f2c044e031b1a3c0d7ade1))

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


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.2.0" # x-release-please-version
default = "v6.3.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.2.0
6.3.0

0 comments on commit 502c065

Please sign in to comment.