mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
commit
2172e034d3
2
Doxygen
2
Doxygen
@ -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
|
||||
|
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2022.12.5
|
||||
2022.12.6
|
@ -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
|
||||
--------------------
|
||||
|
||||
|
2
conf.py
2
conf.py
@ -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.
|
||||
|
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user