mirror of
https://github.com/traefik/traefik.git
synced 2025-08-06 06:37:09 +02:00
Prepare release v3.5.0-rc2
This commit is contained in:
parent
ff992fb7f9
commit
77ef7fe490
@ -1,3 +1,12 @@
|
||||
## [v3.5.0-rc2](https://github.com/traefik/traefik/tree/v3.5.0-rc2) (2025-07-11)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v3.5.0-rc1...v3.5.0-rc2)
|
||||
|
||||
**Bug fixes:**
|
||||
- **[logs,metrics,tracing,accesslogs,otel]** Add missing resource attributes detectors ([#11874](https://github.com/traefik/traefik/pull/11874) by [rtribotte](https://github.com/rtribotte))
|
||||
|
||||
**Misc:**
|
||||
- Merge branch v3.4 into v3.5 ([#11898](https://github.com/traefik/traefik/pull/11898) by [kevinpollet](https://github.com/kevinpollet))
|
||||
|
||||
## [v3.4.4](https://github.com/traefik/traefik/tree/v3.4.4) (2025-07-11)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v3.4.3...v3.4.4)
|
||||
|
||||
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
||||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example rc2 of v3.4.0
|
||||
CurrentRef = "v3.4"
|
||||
PreviousRef = "v3.4.0-rc1"
|
||||
BaseBranch = "v3.4"
|
||||
FutureCurrentRefName = "v3.4.0-rc2"
|
||||
# example rc2 of v3.5.0
|
||||
CurrentRef = "v3.5"
|
||||
PreviousRef = "v3.5.0-rc1"
|
||||
BaseBranch = "v3.5"
|
||||
FutureCurrentRefName = "v3.5.0-rc2"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
Loading…
Reference in New Issue
Block a user