diff --git a/CHANGELOG.md b/CHANGELOG.md index 569a25c67..7793048bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [v3.0.3](https://github.com/traefik/traefik/tree/v3.0.3) (2024-06-18) +[All Commits](https://github.com/traefik/traefik/compare/v3.0.2...v3.0.3) + +**Misc:** +- Merge v2.11 into v3.0 ([#10823](https://github.com/traefik/traefik/pull/10823) by [kevinpollet](https://github.com/kevinpollet)) +- Merge v2.11 into v3.0 ([#10810](https://github.com/traefik/traefik/pull/10810) by [mmatur](https://github.com/mmatur)) + +## [v2.11.5](https://github.com/traefik/traefik/tree/v2.11.5) (2024-06-18) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.4...v2.11.5) + +**Bug fixes:** +- **[acme]** Update go-acme/lego to v4.17.4 ([#10803](https://github.com/traefik/traefik/pull/10803) by [ldez](https://github.com/ldez)) + +**Documentation:** +- Update the supported versions table ([#10798](https://github.com/traefik/traefik/pull/10798) by [nmengin](https://github.com/nmengin)) + ## [v3.0.2](https://github.com/traefik/traefik/tree/v3.0.2) (2024-06-10) [All Commits](https://github.com/traefik/traefik/compare/v3.0.1...v3.0.2) diff --git a/README.md b/README.md index 73decf511..b3a2cb5ec 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

-[![Build Status SemaphoreCI](https://semaphoreci.com/api/v1/containous/traefik/branches/master/shields_badge.svg)](https://semaphoreci.com/containous/traefik) +[![Build Status SemaphoreCI](https://traefik-oss.semaphoreci.com/badges/traefik/branches/master.svg?style=shields)](https://traefik-oss.semaphoreci.com/projects/traefik) [![Docs](https://img.shields.io/badge/docs-current-brightgreen.svg)](https://doc.traefik.io/traefik) [![Go Report Card](https://goreportcard.com/badge/traefik/traefik)](https://goreportcard.com/report/traefik/traefik) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/traefik/traefik/blob/master/LICENSE.md) diff --git a/docs/content/contributing/maintainers.md b/docs/content/contributing/maintainers.md index e91bfcc89..a340156fc 100644 --- a/docs/content/contributing/maintainers.md +++ b/docs/content/contributing/maintainers.md @@ -9,7 +9,6 @@ description: "Traefik Proxy is an open source software with a thriving community * Emile Vauge [@emilevauge](https://github.com/emilevauge) * Manuel Zapf [@SantoDE](https://github.com/SantoDE) -* Ludovic Fernandez [@ldez](https://github.com/ldez) * Julien Salleyron [@juliens](https://github.com/juliens) * Nicolas Mengin [@nmengin](https://github.com/nmengin) * Michaƫl Matur [@mmatur](https://github.com/mmatur) @@ -33,6 +32,7 @@ People who have had an incredibly positive impact on the project, and are now fo * Daniel Tomcej [@dtomcej](https://github.com/dtomcej) * Timo Reimann [@timoreimann](https://github.com/timoreimann) * Marco Jantke [@mjantke](https://github.com/mjeri) +* Ludovic Fernandez [@ldez](https://github.com/ldez) ## Maintainer's Guidelines diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index f88cb01d7..a536907c8 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 v3.0.2 +# example new bugfix v3.0.3 CurrentRef = "v3.0" -PreviousRef = "v3.0.1" +PreviousRef = "v3.0.2" BaseBranch = "v3.0" -FutureCurrentRefName = "v3.0.2" +FutureCurrentRefName = "v3.0.3" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10