Skip to content

Commit

Permalink
chore: release 1.0.2 (#13)
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 May 30, 2023
1 parent f1d4eac commit 9dd6374
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.2](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v1.0.1...v1.0.2) (2023-05-30)


### Bug Fixes

* add missing provider ([ead06ca](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/commit/ead06cae9e0fc4b1617a85fdca2789c5c69d910d))

## [1.0.1](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v1.0.0...v1.0.1) (2023-03-17)


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.1" # x-release-please-version
default = "v1.0.2" # 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.1
1.0.2

0 comments on commit 9dd6374

Please sign in to comment.