Skip to content

Commit

Permalink
chore: release 3.0.0 (#58)
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 10, 2023
1 parent 886689b commit 95347b2
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

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


### ⚠ BREAKING CHANGES

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

### Features

* add support to oboukili/argocd &gt;= v5 ([#57](https://github.com/camptocamp/devops-stack-module-argocd/issues/57)) ([886689b](https://github.com/camptocamp/devops-stack-module-argocd/commit/886689b8fb9132c8a6f27896a24eee4b38b1c38e))

## [2.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v2.0.0...v2.1.0) (2023-06-29)


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

0 comments on commit 95347b2

Please sign in to comment.