Skip to content

Commit

Permalink
chore: release 3.3.0 (#29)
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 Feb 23, 2024
1 parent 8754539 commit 0829e12
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.3.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.2.1...v3.3.0) (2024-02-23)


### Features

* add a subdomain variable ([0515a54](https://github.com/camptocamp/devops-stack-module-longhorn/commit/0515a5495cf7bb4e412d7ffc68dd23789711c6fd))


### Bug Fixes

* make subdomain variable non-nullable ([9e98d8c](https://github.com/camptocamp/devops-stack-module-longhorn/commit/9e98d8c350ae29d38880f268aaae7c892a9d9490))
* remove annotation for the redirection middleware ([a1ed297](https://github.com/camptocamp/devops-stack-module-longhorn/commit/a1ed2978e6bddf3adf0c51c56da176c44d3297a6))

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


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ variable "destination_cluster" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v3.2.1" # x-release-please-version
default = "v3.3.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.2.1
3.3.0

0 comments on commit 0829e12

Please sign in to comment.