Skip to content

Commit

Permalink
chore: release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and hbollon committed Jul 11, 2023
1 parent d6bcc0c commit 616d2f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v3.0.1...v4.0.0) (2023-07-11)


### ⚠ BREAKING CHANGES

* add support to oboukili/argocd v5 ([#75](https://github.com/camptocamp/devops-stack-module-loki-stack/issues/75))

### Features

* add support to oboukili/argocd v5 ([#75](https://github.com/camptocamp/devops-stack-module-loki-stack/issues/75)) ([d6bcc0c](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/d6bcc0cca2ca696bbd752a0b67589c5b245b0e94))

## [3.0.1](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v3.0.0...v3.0.1) (2023-07-04)


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

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

0 comments on commit 616d2f1

Please sign in to comment.