diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdc527..bd4a677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.1](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.3.0...v3.3.1) (2024-03-01) + + +### Bug Fixes + +* remove legacy ingress annotations ([c1613f6](https://github.com/camptocamp/devops-stack-module-longhorn/commit/c1613f6a03f160ac13b6962b351622f328709cd7)) + ## [3.3.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.2.1...v3.3.0) (2024-02-23) diff --git a/variables.tf b/variables.tf index d12e704..6a6091a 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.3.0" # x-release-please-version + default = "v3.3.1" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 15a2799..bea438e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.3.0 +3.3.1