Skip to content

Commit

Permalink
chore: release 3.1.0 (#59)
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 Jul 11, 2023
1 parent d05114b commit a00b338
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v3.0.0...v3.1.0) (2023-07-11)


### Features

* add validation to the helmfile_cmp variable ([8fc31b7](https://github.com/camptocamp/devops-stack-module-argocd/commit/8fc31b7175bb2bd62b6b405bd002453ad8fb2f8a))
* upgrade Argo CD chart ([d99bf8b](https://github.com/camptocamp/devops-stack-module-argocd/commit/d99bf8bdc14a7895fd76b8c64454b32b083f3b3f))
* variabilize env variables + version for the helmfile-cmp plugin ([8fc31b7](https://github.com/camptocamp/devops-stack-module-argocd/commit/8fc31b7175bb2bd62b6b405bd002453ad8fb2f8a))
* variabilize RBAC, SSH known hosts and web terminal activation ([c8d6440](https://github.com/camptocamp/devops-stack-module-argocd/commit/c8d64406316774c9d78313894b56d403b9f66b35))


### Bug Fixes

* get Argo CD version from Chart.yaml ([51c0786](https://github.com/camptocamp/devops-stack-module-argocd/commit/51c078663353d44294c4a42b4287d7d613125f89))

## [3.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v2.1.0...v3.0.0) (2023-07-10)


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 = "v3.0.0" # x-release-please-version
default = "v3.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 @@
3.0.0
3.1.0

0 comments on commit a00b338

Please sign in to comment.