Update changelog for 2022.12.6

This commit is contained in:
Jesse Hills 2023-01-24 08:34:55 +13:00
parent badfdca17d
commit 1d1ec35c27
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -34,6 +34,18 @@ underlying flash partition table that ESPHome uses. OTA will work, but to fully
of the performance increases for bluetooth, it is best to at least one serial flash with ESPHome
2022.12.0 or later.
Container images
----------------
2022.12.6 changes the way the container images are built and published. This is due to something
breaking somewhere that we could not explain. It has to do with the ``docker manifest`` command
which has been around for a while but always been marked as ``experimental`` so we cannot really
complain.
From now on there will be no builds with tags for the ``-armv7`` / ``-amd64`` / ``aarch64`` suffixes,
but the main images (``ghcr.io/esphome/esphome:<version>``) will be multi-arch capable and work on the
3 supported architectures.
Release 2022.12.1 - December 16
-------------------------------
@ -63,6 +75,11 @@ Release 2022.12.5 - January 23
- Bump nano version in lint docker image :esphomepr:`4218` by :ghuser:`jesserockz`
Release 2022.12.6 - January 24
------------------------------
- Move from docker manifest command to buildx with platforms :esphomepr:`4320` by :ghuser:`jesserockz` (breaking-change)
Full list of changes
--------------------