Skip to content

Commit

Permalink
chore: release 3.1.2 (#63)
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 19, 2023
1 parent 08c39c4 commit 523e87e
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

## [3.1.2](https://github.com/camptocamp/devops-stack-module-argocd/compare/v3.1.1...v3.1.2) (2023-07-19)


### Bug Fixes

* change default to null to not remove the default known_hosts ([#62](https://github.com/camptocamp/devops-stack-module-argocd/issues/62)) ([08c39c4](https://github.com/camptocamp/devops-stack-module-argocd/commit/08c39c47d242455c681d0b43b74695a4edf4388f))

## [3.1.1](https://github.com/camptocamp/devops-stack-module-argocd/compare/v3.1.0...v3.1.1) (2023-07-12)


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.1.1" # x-release-please-version
default = "v3.1.2" # 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.1.1
3.1.2

0 comments on commit 523e87e

Please sign in to comment.