Skip to content

Commit

Permalink
chore: release 3.0.0 (#67)
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 Jun 28, 2023
1 parent 84f8477 commit d23d721
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v2.3.0...v3.0.0) (2023-06-28)


### ⚠ BREAKING CHANGES

* standardize variables like other modules

### Features

* add SKS variant with needed configuration to use SOS ([145e08b](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/145e08bd1214ccc3635d04719d3ccd0a29c67ce0))


### Bug Fixes

* activate insecure mode by default for kind ([b4f1441](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/b4f1441753ba5af2b5828eca39f9b1cff31e0a5a))
* standardize variables like other modules ([ba86258](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/ba862583ea09272415cd9f5b2896a5e8e1849927))

## [2.3.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v2.2.0...v2.3.0) (2023-06-09)


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 = "v2.3.0" # x-release-please-version
default = "v3.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 @@
2.3.0
3.0.0

0 comments on commit d23d721

Please sign in to comment.