Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#3)
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 Mar 8, 2023
1 parent 2cc1ec6 commit b34af86
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 1.0.0 (2023-03-08)


### Features

* first commit ([43e3668](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/43e3668e02edf42f6f5e3ae3a0ae60bca9ec4902))
* first implementation of the EBS CSI driver ([#2](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/issues/2)) ([2cc1ec6](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/2cc1ec693c6069db826c26adb22b515f8c130586))
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.1" # 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.1
1.0.0

0 comments on commit b34af86

Please sign in to comment.