Skip to content

Commit ca79e5d

Browse files
chore: release 3.4.0 (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c64bda9 commit ca79e5d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.4.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.3.0...v3.4.0) (2024-07-10)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [3.3.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.2.0...v3.3.0) (2024-06-19)
411

512

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variable "destination_cluster" {
2929
variable "target_revision" {
3030
description = "Override of target revision of the application chart."
3131
type = string
32-
default = "v3.3.0" # x-release-please-version
32+
default = "v3.4.0" # x-release-please-version
3333
}
3434

3535
variable "helm_values" {

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.0

0 commit comments

Comments
 (0)