Skip to content
Snippets Groups Projects
Unverified Commit 0a796430 authored by Ludovic Fernandez's avatar Ludovic Fernandez Committed by GitHub
Browse files

Prepare release v2.10.7

parent e77a66c2
No related branches found
No related tags found
No related merge requests found
## [v2.10.7](https://github.com/traefik/traefik/tree/v2.10.7) (2023-12-06)
[All Commits](https://github.com/traefik/traefik/compare/v2.10.6...v2.10.7)
**Bug fixes:**
- **[logs]** Fixed datadog logs json format issue ([#10233](https://github.com/traefik/traefik/pull/10233) by [sssash18](https://github.com/sssash18))
## [v2.10.6](https://github.com/traefik/traefik/tree/v2.10.6) (2023-11-28) ## [v2.10.6](https://github.com/traefik/traefik/tree/v2.10.6) (2023-11-28)
[All Commits](https://github.com/traefik/traefik/compare/v2.10.5...v2.10.6) [All Commits](https://github.com/traefik/traefik/compare/v2.10.5...v2.10.6)
   
......
...@@ -4,11 +4,11 @@ RepositoryName = "traefik" ...@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file" OutputType = "file"
FileName = "traefik_changelog.md" FileName = "traefik_changelog.md"
# example new bugfix v2.10.6 # example new bugfix v2.10.7
CurrentRef = "v2.10" CurrentRef = "v2.10"
PreviousRef = "v2.10.5" PreviousRef = "v2.10.6"
BaseBranch = "v2.10" BaseBranch = "v2.10"
FutureCurrentRefName = "v2.10.6" FutureCurrentRefName = "v2.10.7"
ThresholdPreviousRef = 10 ThresholdPreviousRef = 10
ThresholdCurrentRef = 10 ThresholdCurrentRef = 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment