Skip to content

Commit

Permalink
chore: release 7.1.0 (#109)
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 Mar 13, 2024
1 parent 776c5db commit 430f572
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* **grafana-eventhandler:** add affinity parameter to the Helm template ([#98](https://github.com/camptocamp/devops-stack-module-loki-stack/issues/98)) ([776c5db](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/776c5dbd88ae66f87640cf248fe6c1966d52fcc9))

## [7.0.1](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v7.0.0...v7.0.1) (2024-01-22)


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.0.1" # x-release-please-version
default = "v7.1.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.0.1
7.1.0

0 comments on commit 430f572

Please sign in to comment.