Skip to content

Commit 0cc27e0

Browse files
author
James Healy
committed
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.
1 parent 55ef429 commit 0cc27e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
- Bump docker-compose to v2.22.0 [#1234](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1234) (@jkburges)
1515
- Improve logging for startup scripts on linux [#1230](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1230) (@triarius)
1616
- 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)
1718

1819
### Fixed
1920
- Fix rsyslog was missing from base AMI [#1240](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1240) (@peter-svensson)

0 commit comments

Comments
 (0)