diff --git a/CHANGELOG.md b/CHANGELOG.md index cd7181e..c325590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.5.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.4.0...v3.5.0) (2024-04-16) + + +### Features + +* upgrade OAuth Proxy image version ([6e6ce6f](https://github.com/camptocamp/devops-stack-module-longhorn/commit/6e6ce6fa0675fdda3b730fc40f32e3e865de2050)) + + +### Bug Fixes + +* fix upgrade check which was broken by the chart v1.6.0 ([72d6223](https://github.com/camptocamp/devops-stack-module-longhorn/commit/72d62232b4055eb54ba80aec16b813d6f24a55da)) + ## [3.4.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.3.1...v3.4.0) (2024-03-01) diff --git a/variables.tf b/variables.tf index a8a58eb..5763e01 100644 --- a/variables.tf +++ b/variables.tf @@ -48,7 +48,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v3.4.0" # x-release-please-version + default = "v3.5.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 1809198..1545d96 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.4.0 +3.5.0