Skip to content

Commit

Permalink
chore: release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and hbollon committed Jul 11, 2023
1 parent 1c0660f commit 4e371e4
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

## [5.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v4.0.1...v5.0.0) (2023-07-11)


### ⚠ BREAKING CHANGES

* add support to oboukili/argocd v5 ([#74](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/74))

### Features

* add support to oboukili/argocd v5 ([#74](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/74)) ([1c0660f](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/1c0660f17b29f82158e077d1fe206278325cabde))

## [4.0.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v4.0.0...v4.0.1) (2023-07-04)


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 = "v4.0.1" # x-release-please-version
default = "v5.0.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 @@
4.0.1
5.0.0

0 comments on commit 4e371e4

Please sign in to comment.