Skip to content

Commit

Permalink
chore: release 3.4.0 (#31)
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 Jul 10, 2024
1 parent c64bda9 commit ca79e5d
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

## [3.4.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.3.0...v3.4.0) (2024-07-10)


### Features

* **chart:** minor update of dependencies on ebs-csi-driver chart ([#30](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/issues/30)) ([c64bda9](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/c64bda99f6c5e9d4c2ec611bf4a81ee33daadf82))

## [3.3.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.2.0...v3.3.0) (2024-06-19)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ variable "destination_cluster" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v3.3.0" # x-release-please-version
default = "v3.4.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 @@
3.3.0
3.4.0

0 comments on commit ca79e5d

Please sign in to comment.