diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 2b249da47..641d5b7b9 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -8,7 +8,7 @@ on: env: GO_VERSION: '1.22' GOLANGCI_LINT_VERSION: v1.59.0 - MISSSPELL_VERSION: v0.4.1 + MISSSPELL_VERSION: v0.6.0 jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e6ebfe1..789cc6769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.11.4](https://github.com/traefik/traefik/tree/v2.11.4) (2024-06-10) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.3...v2.11.4) + +**Bug fixes:** +- **[acme]** Update go-acme/lego to v4.17.3 ([#10768](https://github.com/traefik/traefik/pull/10768) by [ldez](https://github.com/ldez)) + +**Documentation:** +- **[acme]** Fix .com and .org domain examples ([#10635](https://github.com/traefik/traefik/pull/10635) by [rptaylor](https://github.com/rptaylor)) +- **[middleware]** Add a note about the Ratelimit middleware's behavior when the sourceCriterion header is missing ([#10752](https://github.com/traefik/traefik/pull/10752) by [dgutzmann](https://github.com/dgutzmann)) +- Add user guides link to getting started ([#10785](https://github.com/traefik/traefik/pull/10785) by [norlinhenrik](https://github.com/norlinhenrik)) +- Remove helm default repo warning as repo has been long deprecated ([#10772](https://github.com/traefik/traefik/pull/10772) by [corneliusroemer](https://github.com/corneliusroemer)) + ## [v2.11.3](https://github.com/traefik/traefik/tree/v2.11.3) (2024-05-17) [All Commits](https://github.com/traefik/traefik/compare/v2.11.2...v2.11.3) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 241c83616..a8a354286 100644 --- a/script/gcg/traefik-bugfix.toml +++ b/script/gcg/traefik-bugfix.toml @@ -4,11 +4,11 @@ RepositoryName = "traefik" OutputType = "file" FileName = "traefik_changelog.md" -# example new bugfix v2.11.3 +# example new bugfix v2.11.4 CurrentRef = "v2.11" -PreviousRef = "v2.11.2" +PreviousRef = "v2.11.3" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.3" +FutureCurrentRefName = "v2.11.4" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10