mirror of
https://github.com/traefik/traefik.git
synced 2025-09-20 21:31:14 +02:00
Prepare release v2.11.29
This commit is contained in:
parent
5cc2a8344c
commit
1986610363
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,14 @@
|
|||||||
|
## [v2.11.29](https://github.com/traefik/traefik/tree/v2.11.29) (2025-08-26)
|
||||||
|
[All Commits](https://github.com/traefik/traefik/compare/v2.11.28...v2.11.29)
|
||||||
|
|
||||||
|
**Bug fixes:**
|
||||||
|
- **[acme]** Bump github.com/go-acme/lego/v4 to v4.25.2 ([#11983](https://github.com/traefik/traefik/pull/11983) by [ldez](https://github.com/ldez))
|
||||||
|
- **[docker]** Bump github.com/docker/docker to v28.3.3 ([#12007](https://github.com/traefik/traefik/pull/12007) by [kevinpollet](https://github.com/kevinpollet))
|
||||||
|
|
||||||
|
**Documentation:**
|
||||||
|
- Fix invalid links in documentation ([#11960](https://github.com/traefik/traefik/pull/11960) by [mloiseleur](https://github.com/mloiseleur))
|
||||||
|
- Update releases docs for v3.5 ([#11949](https://github.com/traefik/traefik/pull/11949) by [jnoordsij](https://github.com/jnoordsij))
|
||||||
|
|
||||||
## [v2.11.28](https://github.com/traefik/traefik/tree/v2.11.28) (2025-07-23)
|
## [v2.11.28](https://github.com/traefik/traefik/tree/v2.11.28) (2025-07-23)
|
||||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.27...v2.11.28)
|
[All Commits](https://github.com/traefik/traefik/compare/v2.11.27...v2.11.28)
|
||||||
|
|
||||||
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||||||
OutputType = "file"
|
OutputType = "file"
|
||||||
FileName = "traefik_changelog.md"
|
FileName = "traefik_changelog.md"
|
||||||
|
|
||||||
# example new bugfix v2.11.28
|
# example new bugfix v2.11.29
|
||||||
CurrentRef = "v2.11"
|
CurrentRef = "v2.11"
|
||||||
PreviousRef = "v2.11.27"
|
PreviousRef = "v2.11.28"
|
||||||
BaseBranch = "v2.11"
|
BaseBranch = "v2.11"
|
||||||
FutureCurrentRefName = "v2.11.28"
|
FutureCurrentRefName = "v2.11.29"
|
||||||
|
|
||||||
ThresholdPreviousRef = 10
|
ThresholdPreviousRef = 10
|
||||||
ThresholdCurrentRef = 10
|
ThresholdCurrentRef = 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user