Skip to content

Commit

Permalink
chore: release 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 9, 2024
1 parent 5cd19c8 commit 083a704
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

## [10.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v9.0.0...v10.0.0) (2024-10-09)


### ⚠ BREAKING CHANGES

* point the Argo CD provider to the new repository ([#121](https://github.com/camptocamp/devops-stack-module-loki-stack/issues/121))

### Features

* point the Argo CD provider to the new repository ([#121](https://github.com/camptocamp/devops-stack-module-loki-stack/issues/121)) ([5cd19c8](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/5cd19c806151e44e52e95b0813c09df62e2c2111))

## [9.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v8.2.0...v9.0.0) (2024-08-14)


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 = "v9.0.0" # x-release-please-version
default = "v10.0.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 @@
9.0.0
10.0.0

0 comments on commit 083a704

Please sign in to comment.