Skip to content

Commit

Permalink
chore(main): release 1.0.0-alpha.6 (#32)
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 Feb 7, 2023
1 parent 5ea7e9c commit 7fb65b9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Bug Fixes

* **bootstrap:** get chart version from Chart.lock ([#31](https://github.com/camptocamp/devops-stack-module-argocd/issues/31)) ([0a449a9](https://github.com/camptocamp/devops-stack-module-argocd/commit/0a449a921784afa74fa67294cd62f66478ab6c3e))


### Miscellaneous Chores

* release 1.0.0-alpha.6 ([#33](https://github.com/camptocamp/devops-stack-module-argocd/issues/33)) ([5ea7e9c](https://github.com/camptocamp/devops-stack-module-argocd/commit/5ea7e9c4b531bb41ca46f7423c58f70b9e1b84fa))

## [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)


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.5" # x-release-please-version
default = "v1.0.0-alpha.6" # 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.5
1.0.0-alpha.6

0 comments on commit 7fb65b9

Please sign in to comment.