Skip to content

Commit

Permalink
chore: release 8.0.0 (#113)
Browse files Browse the repository at this point in the history
* chore: release 8.0.0

* docs: update CHANGELOG.md

* docs(terraform-docs): generate docs and write to README.adoc

* docs: update CHANGELOG.md

* docs(terraform-docs): generate docs and write to README.adoc

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gonçalo Heleno <[email protected]>
Co-authored-by: lentidas <[email protected]>
  • Loading branch information
3 people authored Apr 23, 2024
1 parent 9ca0950 commit a1750e0
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 12 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [8.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v7.2.0...v8.0.0) (2024-04-23)


### ⚠ BREAKING CHANGES

* **eks:** add option to create IAM role for the metrics storage
* This is a breaking change because the attributes of the `logs_storage` variable has changed. Please check the README.adoc to see the differences.

### Features

* **eks:** add option to create IAM role for the metrics storage ([b274598](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/b2745987604970577a5eadfbf19777267a8b725e))

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


Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v7.2.0"`
Default: `"v8.0.0"`

==== [[input_helm_values]] <<input_helm_values,helm_values>>

Expand Down Expand Up @@ -380,7 +380,7 @@ Description: Credentials to access the Loki ingress, if activated.
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v7.2.0"`
|`"v8.0.0"`
|no

|[[input_helm_values]] <<input_helm_values,helm_values>>
Expand Down
4 changes: 2 additions & 2 deletions aks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v7.2.0"`
Default: `"v8.0.0"`

==== [[input_helm_values]] <<input_helm_values,helm_values>>

Expand Down Expand Up @@ -420,7 +420,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v7.2.0"`
|`"v8.0.0"`
|no

|[[input_helm_values]] <<input_helm_values,helm_values>>
Expand Down
4 changes: 2 additions & 2 deletions eks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v7.2.0"`
Default: `"v8.0.0"`

==== [[input_helm_values]] <<input_helm_values,helm_values>>

Expand Down Expand Up @@ -421,7 +421,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v7.2.0"`
|`"v8.0.0"`
|no

|[[input_helm_values]] <<input_helm_values,helm_values>>
Expand Down
4 changes: 2 additions & 2 deletions kind/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v7.2.0"`
Default: `"v8.0.0"`

==== [[input_helm_values]] <<input_helm_values,helm_values>>

Expand Down Expand Up @@ -379,7 +379,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v7.2.0"`
|`"v8.0.0"`
|no

|[[input_helm_values]] <<input_helm_values,helm_values>>
Expand Down
4 changes: 2 additions & 2 deletions sks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v7.2.0"`
Default: `"v8.0.0"`

==== [[input_helm_values]] <<input_helm_values,helm_values>>

Expand Down Expand Up @@ -487,7 +487,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v7.2.0"`
|`"v8.0.0"`
|no
|[[input_helm_values]] <<input_helm_values,helm_values>>
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.2.0" # x-release-please-version
default = "v8.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 @@
7.2.0
8.0.0

0 comments on commit a1750e0

Please sign in to comment.