Skip to content

Commit

Permalink
chore(main): release 1.0.0-alpha.4 (#23)
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 Dec 21, 2022
1 parent ebd91b0 commit aee1fd8
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.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)


### Features

* **chart:** update Argo CD chart to v5.14.1 ([#22](https://github.com/camptocamp/devops-stack-module-argocd/issues/22)) ([ebd91b0](https://github.com/camptocamp/devops-stack-module-argocd/commit/ebd91b0e283ab35c705fa6e135c26f2ef55cc3df))

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


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

0 comments on commit aee1fd8

Please sign in to comment.