Skip to content

Commit 4d0192e

Browse files
chore: release 3.4.1 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 39a23af commit 4d0192e

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.1](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.4.0...v3.4.1) (2024-08-14)
4+
5+
6+
### Bug Fixes
7+
8+
* re-set the EBS storage class as the default ([0424d2c](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/0424d2c5337cc3e7ad8b3785f16e2a4b6c1f0723))
9+
310
## [3.4.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.3.0...v3.4.0) (2024-07-10)
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.4.0" # x-release-please-version
32+
default = "v3.4.1" # 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.4.0
1+
3.4.1

0 commit comments

Comments
 (0)