Skip to content

Commit

Permalink
chore: release 1.1.2 (#50)
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 Jun 2, 2023
1 parent 06a180d commit 568d85b
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

## [1.1.2](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.1.1...v1.1.2) (2023-06-02)


### Bug Fixes

* mount ca cert also for letsencrypt-staging and parameterize secret key ([#49](https://github.com/camptocamp/devops-stack-module-argocd/issues/49)) ([06a180d](https://github.com/camptocamp/devops-stack-module-argocd/commit/06a180d22d4569f0eac9d4818c6afc868b6e3e08))

## [1.1.1](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.1.0...v1.1.1) (2023-05-25)


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 = "v1.1.1" # x-release-please-version
default = "v1.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 @@
1.1.1
1.1.2

0 comments on commit 568d85b

Please sign in to comment.