Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#41)
Browse files Browse the repository at this point in the history
* chore(main): release 1.0.0

* docs(terraform-docs): generate docs and write to README.adoc

---------

Co-authored-by: modridi <mohamed-amine.dridi@camptocamp.com>
Co-authored-by: modridi <modridi@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 7, 2023
1 parent e2c5f0c commit 9df76d1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.0.0-alpha.9...v1.0.0) (2023-04-06)


### Features

* upgrade argocd helm chart 5.27.1 ([#37](https://github.com/camptocamp/devops-stack-module-argocd/issues/37)) ([e2c5f0c](https://github.com/camptocamp/devops-stack-module-argocd/commit/e2c5f0c818daa6024f2504ee38a48d6148d4eac7))

## [1.0.0-alpha.9](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2023-03-27)


Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v1.0.0-alpha.9"`
Default: `"v1.0.0"`

=== Outputs

Expand Down Expand Up @@ -332,7 +332,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v1.0.0-alpha.9"`
|`"v1.0.0"`
|no

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

0 comments on commit 9df76d1

Please sign in to comment.