Skip to content

Commit

Permalink
chore: release 4.1.0 (#93)
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] committed Feb 23, 2024
1 parent 3fe3b9e commit 59bc6ef
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

## [4.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v4.0.0...v4.1.0) (2024-02-23)


### Features

* add a subdomain variable ([3ec9b23](https://github.com/camptocamp/devops-stack-module-argocd/commit/3ec9b2372be391ea6b90c3ab7a77bce92f5ddaa8))


### Bug Fixes

* make subdomain variable non-nullable ([45fbff4](https://github.com/camptocamp/devops-stack-module-argocd/commit/45fbff438b18c6b93d51b3034445d05e0b2f3f5f))
* remove annotation for the redirection middleware ([94449d0](https://github.com/camptocamp/devops-stack-module-argocd/commit/94449d075dbc5f9760f45149dcd67319292f06ff))

## [4.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v3.5.2...v4.0.0) (2024-01-19)


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

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

0 comments on commit 59bc6ef

Please sign in to comment.