Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#7)
Browse files Browse the repository at this point in the history
* chore(main): release 1.0.0-alpha.3

* chore(release): fix versions

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

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gonçalo Heleno <[email protected]>
Co-authored-by: lentidas <[email protected]>
  • Loading branch information
3 people authored Mar 8, 2023
1 parent ffc6119 commit 2c8b33c
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-efs-csi-driver/compare/v1.0.0-alpha.2...v1.0.0) (2023-03-08)


### Features

* revamp module similarly to other modules ([#4](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/issues/4)) ([ffc6119](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/commit/ffc611940e72a8b738c82ba8799df95fdf2da36d))

## [1.0.0-alpha.2](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-02-23)


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

Type: `string`

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

=== Outputs

Expand Down Expand Up @@ -396,7 +396,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v1.0.0-alpha.2"`
|`"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 @@ -16,7 +16,7 @@ variable "argocd_namespace" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v1.0.0-alpha.2" # x-release-please-version
default = "v1.0.0" # x-release-please-version
}

variable "helm_values" {
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.2
1.0.0

0 comments on commit 2c8b33c

Please sign in to comment.