Skip to content

Commit

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

* 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 Jan 15, 2024
1 parent ef1ce85 commit 3cdeb02
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 18 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [5.0.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v4.1.0...v5.0.0) (2024-01-15)


### ⚠ BREAKING CHANGES

* **aks:** remove DNS resources from this module
* remove the ArgoCD namespace variable
* remove the namespace variable
* hardcode the release name to remove the destination cluster
* **chart:** major update of dependencies on traefik chart ([#64](https://github.com/camptocamp/devops-stack-module-traefik/issues/64)):
The 2 breaking changes noted on the official release notes are applicable to only the users that overload the `deployment.podAnnotations` or the `experimental.plugins keys`. The behavior of these keys has changed, as described in the PRs https://github.com/traefik/traefik-helm-chart/pull/972 and https://github.com/traefik/traefik-helm-chart/pull/961, respectively.

### Features

* **aks:** remove DNS resources from this module ([19eb83a](https://github.com/camptocamp/devops-stack-module-traefik/commit/19eb83ad3167409b789fe52ac4adb2c536d35e0a))
* **chart:** major update of dependencies on traefik chart ([#64](https://github.com/camptocamp/devops-stack-module-traefik/issues/64)) ([d7e1327](https://github.com/camptocamp/devops-stack-module-traefik/commit/d7e1327d2cc65fa6ed28c75038aae2d8baee7390))


### Bug Fixes

* hardcode the release name to remove the destination cluster ([18a4d45](https://github.com/camptocamp/devops-stack-module-traefik/commit/18a4d45f9ca22ebeea1df9c7ae053095e871d078))
* remove the ArgoCD namespace variable ([524d6c2](https://github.com/camptocamp/devops-stack-module-traefik/commit/524d6c2a139ebec869b24108a407118c137b01d2))
* remove the namespace variable ([3e7b33f](https://github.com/camptocamp/devops-stack-module-traefik/commit/3e7b33fefc2cc928557a29e3b144a1e40efcdbf3))

## [4.1.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v4.0.0...v4.1.0) (2023-11-10)


Expand Down
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ The following requirements are needed by this module:

The following providers are used by this module:

- [[provider_null]] <<provider_null,null>> (>= 3)
- [[provider_utils]] <<provider_utils,utils>> (>= 1)

- [[provider_argocd]] <<provider_argocd,argocd>> (>= 5)

- [[provider_utils]] <<provider_utils,utils>> (>= 1)
- [[provider_null]] <<provider_null,null>> (>= 3)

=== Resources

Expand Down Expand Up @@ -81,7 +81,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v4.1.0"`
Default: `"v5.0.0"`

==== [[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>

Expand Down Expand Up @@ -226,7 +226,7 @@ Description: ID to pass other modules in order to refer to this module as a depe
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v4.1.0"`
|`"v5.0.0"`
|no

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

Type: `string`

Default: `"v4.1.0"`
Default: `"v5.0.0"`

==== [[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>

Expand Down Expand Up @@ -200,7 +200,7 @@ Description: ID to pass other modules in order to refer to this module as a depe
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v4.1.0"`
|`"v5.0.0"`
|no

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

Type: `string`

Default: `"v4.1.0"`
Default: `"v5.0.0"`

==== [[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>

Expand Down Expand Up @@ -200,7 +200,7 @@ Description: ID to pass other modules in order to refer to this module as a depe
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v4.1.0"`
|`"v5.0.0"`
|no

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

Type: `string`

Default: `"v4.1.0"`
Default: `"v5.0.0"`

==== [[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>

Expand Down Expand Up @@ -232,7 +232,7 @@ Description: External IP address of Traefik LB service.
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v4.1.0"`
|`"v5.0.0"`
|no

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

Type: `string`

Default: `"v4.1.0"`
Default: `"v5.0.0"`

==== [[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>

Expand Down Expand Up @@ -200,7 +200,7 @@ Description: ID to pass other modules in order to refer to this module as a depe
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v4.1.0"`
|`"v5.0.0"`
|no

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

Type: `string`

Default: `"v4.1.0"`
Default: `"v5.0.0"`

==== [[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>

Expand Down Expand Up @@ -200,7 +200,7 @@ Description: ID to pass other modules in order to refer to this module as a depe
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v4.1.0"`
|`"v5.0.0"`
|no

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

Type: `string`

Default: `"v4.1.0"`
Default: `"v5.0.0"`

==== [[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>

Expand Down Expand Up @@ -236,7 +236,7 @@ Description: ID to pass other modules in order to refer to this module as a depe
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v4.1.0"`
|`"v5.0.0"`
|no

|[[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variable "destination_cluster" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v4.1.0" # x-release-please-version
default = "v5.0.0" # x-release-please-version
}

variable "enable_service_monitor" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0
5.0.0

0 comments on commit 3cdeb02

Please sign in to comment.