Merge pull request #2616 from esphome/bump-2022.12.6

2022.12.6
This commit is contained in:
Jesse Hills 2023-01-24 08:59:05 +13:00 committed by GitHub
commit 2172e034d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 6 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 2022.12.5
PROJECT_NUMBER = 2022.12.6
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2022.12.5
ESPHOME_REF = 2022.12.6
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify

View File

@ -1 +1 @@
2022.12.5
2022.12.6

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
--------------------

View File

@ -69,7 +69,7 @@ author = "ESPHome"
# The short X.Y version.
version = "2022.12"
# The full version, including alpha/beta/rc tags.
release = "2022.12.5"
release = "2022.12.6"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -28,6 +28,7 @@ Contributors
- `Adam Liddell (@aaliddell) <https://github.com/aaliddell>`__
- `Abel Matser (@abelmatser) <https://github.com/abelmatser>`__
- `Abílio Costa (@abmantis) <https://github.com/abmantis>`__
- `Antonio (@acarvajalperez) <https://github.com/acarvajalperez>`__
- `Zhenyu Wu (@Adam5Wu) <https://github.com/Adam5Wu>`__
- `Chris Byrne (@adapt0) <https://github.com/adapt0>`__
- `Attila Darazs (@adarazs) <https://github.com/adarazs>`__
@ -608,7 +609,6 @@ Contributors
- `Matt N. (@mnoorenberghe) <https://github.com/mnoorenberghe>`__
- `Moritz Glöckl (@moritzgloeckl) <https://github.com/moritzgloeckl>`__
- `Chris Laplante (@mostthingsweb) <https://github.com/mostthingsweb>`__
- `Matthew Pettitt (@mpettitt) <https://github.com/mpettitt>`__
- `Sam Hughes (@MrEditor97) <https://github.com/MrEditor97>`__
- `Mariusz Kryński (@mrk-its) <https://github.com/mrk-its>`__
- `Michael Davidson (@MrMDavidson) <https://github.com/MrMDavidson>`__
@ -908,4 +908,4 @@ Contributors
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated January 23, 2023.*
*This page was last updated January 24, 2023.*