Skip to content

Commit a485776

Browse files
chore: release 3.5.0 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d9d113e commit a485776

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.5.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.4.1...v3.5.0) (2024-08-20)
4+
5+
6+
### Features
7+
8+
* **chart:** minor update of dependencies on ebs-csi-driver chart ([#33](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/issues/33)) ([d9d113e](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/d9d113e141a97f1ab4867842662d24ef377c3130))
9+
310
## [3.4.1](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.4.0...v3.4.1) (2024-08-14)
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.1" # x-release-please-version
32+
default = "v3.5.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.4.1
1+
3.5.0

0 commit comments

Comments
 (0)