Mention docker 20.10.25 to 24.0.5 upgrade in v6.8.0 changelog #1249
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This week I was debugging a docker performance regression in one of our pipelines, and for a while I wondered if the docker version was a problem.
It turned out not to be, but while investigating I discovered the recent 6.8.0 elastic stack release included a reasonably large docker upgrade from 20.10.25 to 24.0.5.
The 20.10 series started in late 2020, and the 24.0 series was released in May 2023. I expect most folks docker based pipelines will continue to work unmodified, but there might be edge cases from a 3+ year jump. Maybe this will save folks a bit of debugging time.
The v3.7.0 release also included a couple of less notable version bumps, but I'm not sure if they're worth including.