Skip to content

Commit

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

* docs: update CHANGELOG.md with better description of breaking changes

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gonçalo Heleno <[email protected]>
  • Loading branch information
github-actions[bot] and lentidas authored Aug 18, 2023
1 parent 1181b22 commit 00a6f59
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [3.0.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v2.0.1...v3.0.0) (2023-08-18)


### ⚠ BREAKING CHANGES

* **chart:** major update of dependencies on traefik chart ([#56](https://github.com/camptocamp/devops-stack-module-traefik/issues/56)):

- [v20 -> v21](https://github.com/traefik/traefik-helm-chart/releases/tag/v21.0.0) - the changelog is not clear on what the breaking changes were...
- [v21 -> v22](https://github.com/traefik/traefik-helm-chart/releases/tag/v22.0.0) - `image.registry` was introduced in the `values.yaml` and if someone is overriding `image.repository`on their code they may also need to set `image.registry` (otherwise does not affect the internal code of the module);
- [v22 -> v23](https://github.com/traefik/traefik-helm-chart/releases/tag/v23.0.0) - the `API Group` of the CRDs was updated from `*.traefik.containo.us` to `*.traefik.io`; Argo CD is able to take care of this update automatically; **note that for the time being, the chart deploys both versions of the API Group but this could change in the future, sou you need to update your workloads accordingly**;
- [v23 -> v24](https://github.com/traefik/traefik-helm-chart/releases/tag/v24.0.0) - `healthchecksPort` and `healthchecksScheme` has moved from `ports.traefik` to `deployment`;

### Features

* **chart:** major update of dependencies on traefik chart ([#56](https://github.com/camptocamp/devops-stack-module-traefik/issues/56)) ([1181b22](https://github.com/camptocamp/devops-stack-module-traefik/commit/1181b22c7ded719ddc2ae82137e1a283b054d0f6))

## [2.0.1](https://github.com/camptocamp/devops-stack-module-traefik/compare/v2.0.0...v2.0.1) (2023-08-09)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "argocd_namespace" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v2.0.1" # x-release-please-version
default = "v3.0.0" # x-release-please-version
}

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

0 comments on commit 00a6f59

Please sign in to comment.