changelog: Add entry for Docker permission issue

caused by building with Go <1.19.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2023-10-09 17:22:27 +02:00
parent fe2a76c083
commit 254f77a9f9

View File

@ -0,0 +1 @@
- Fixed a regression in Docker resulting in file permissions being dropped from exported container images. ([scripts#1231](https://github.com/flatcar/scripts/pull/1231))