You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mention docker 20.10.25 to 24.0.5 upgrade in v6.8.0 changelog
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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
14
14
- Bump docker-compose to v2.22.0 [#1234](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1234) (@jkburges)
15
15
- Improve logging for startup scripts on linux [#1230](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1230) (@triarius)
16
16
- Wrap quotes around AWS::StackName [#1238](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1238) (@n-tucker)
17
+
- Docker upgraded from from 20.10.25 to 24.0.5 [Amazon Linux 2023 changelog](https://docs.aws.amazon.com/linux/al2023/release-notes/relnotes-2023.2.20230920.html)
17
18
18
19
### Fixed
19
20
- Fix rsyslog was missing from base AMI [#1240](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1240) (@peter-svensson)
0 commit comments