Skip to content

Commit

Permalink
chore: release 7.2.0 (#111)
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 Apr 16, 2024
1 parent 7446d24 commit 326805b
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

## [7.2.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v7.1.0...v7.2.0) (2024-04-16)


### Features

* add variable to set resources with default values ([b736ecb](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/b736ecb94eea7f9338da0309d2e1e895d74e6cba))
* enable caching for index writes ([5fc2b2c](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/5fc2b2c6956e040d5900a263bddcc14f81fa8d09))

## [7.1.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v7.0.1...v7.1.0) (2024-03-13)


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

0 comments on commit 326805b

Please sign in to comment.