Skip to content

Commit

Permalink
chore(main): release 1.0.0-alpha.5 (#29)
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 Jan 30, 2023
1 parent fe79dbe commit a0db10a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.0.0-alpha.5](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2023-01-30)


### ⚠ BREAKING CHANGES

* refact main argocd module ([#28](https://github.com/camptocamp/devops-stack-module-argocd/issues/28))

### Features

* refact main argocd module ([#28](https://github.com/camptocamp/devops-stack-module-argocd/issues/28)) ([62ddac7](https://github.com/camptocamp/devops-stack-module-argocd/commit/62ddac7319142e3f74faf346bd5bbaf930dab615))


### Miscellaneous Chores

* release 1.0.0-alpha.5 ([#30](https://github.com/camptocamp/devops-stack-module-argocd/issues/30)) ([fe79dbe](https://github.com/camptocamp/devops-stack-module-argocd/commit/fe79dbe2239e2a66e5f0bea297c6a31bb003f157))

## [1.0.0-alpha.4](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-12-21)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ variable "dependency_ids" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v1.0.0-alpha.4" # x-release-please-version
default = "v1.0.0-alpha.5" # x-release-please-version
}

variable "app_autosync" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-alpha.4
1.0.0-alpha.5

0 comments on commit a0db10a

Please sign in to comment.