Skip to content

Commit

Permalink
chore: release 3.2.0 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 26, 2024
1 parent 81ce0e4 commit fd1d34f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.2.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.1.0...v3.2.0) (2024-01-26)


### Features

* add automatic filesystem trim feature using recurringjob ([8c3647c](https://github.com/camptocamp/devops-stack-module-longhorn/commit/8c3647cbe6c285ccfee8ab96b0681da9ae7b7102))
* add variable for additional alerts labels ([9dbf9aa](https://github.com/camptocamp/devops-stack-module-longhorn/commit/9dbf9aafbf571198a8c6e98cb5a6b482c9603093))

## [3.1.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.0.0...v3.1.0) (2024-01-25)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variable "destination_cluster" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v3.1.0" # x-release-please-version
default = "v3.2.0" # x-release-please-version
}

variable "helm_values" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.2.0

0 comments on commit fd1d34f

Please sign in to comment.