diff --git a/Doxygen b/Doxygen index f048e0343..8b47012c2 100644 --- a/Doxygen +++ b/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.7 +PROJECT_NUMBER = 2022.12.8 # 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 diff --git a/Makefile b/Makefile index 2c3377702..07963c600 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.12.7 +ESPHOME_REF = 2022.12.8 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index 2446c62fb..75431fe46 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.12.7 \ No newline at end of file +2022.12.8 \ No newline at end of file diff --git a/changelog/2022.12.0.rst b/changelog/2022.12.0.rst index bad16e934..ebe6fb940 100644 --- a/changelog/2022.12.0.rst +++ b/changelog/2022.12.0.rst @@ -94,6 +94,14 @@ Release 2022.12.7 - January 26 - Fix BME280 initialization before wifi setup :esphomepr:`4190` by :ghuser:`pxe-la` - Add a soft reset in setup() for bmp280 :esphomepr:`4329` by :ghuser:`melyux` +Release 2022.12.8 - January 27 +------------------------------ + +- Upgrades add-on base image to 6.2.0 :esphomepr:`4310` by :ghuser:`frenck` +- Migrate old-style S6 scripts to s6-rc.d :esphomepr:`4311` by :ghuser:`frenck` +- Refactor NGINX configuration of Home Assistant Add-on :esphomepr:`4312` by :ghuser:`frenck` +- Add Home Assistant integration discovery :esphomepr:`4328` by :ghuser:`frenck` + Full list of changes -------------------- diff --git a/conf.py b/conf.py index e2a16aa86..576c81973 100644 --- a/conf.py +++ b/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.7" +release = "2022.12.8" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/guides/supporters.rst b/guides/supporters.rst index 1d5f949ac..81f83b2b3 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -571,6 +571,7 @@ Contributors - `MartinWelsch (@MartinWelsch) `__ - `MasterTim17 (@MasterTim17) `__ - `Christopher Masto (@masto) `__ +- `Mat931 (@Mat931) `__ - `Mateus Demboski (@mateusdemboski) `__ - `matikij (@matikij) `__ - `Michel Marti (@matoxp) `__ @@ -688,7 +689,6 @@ Contributors - `Philippe FOUQUET (@Philippe12) `__ - `pieterbrink123 (@pieterbrink123) `__ - `Piotr Kubiak (@piotr-kubiak) `__ -- `Tommy van der Vorst (@pixelspark) `__ - `Peter Kuehne (@pkuehne) `__ - `Plácido Revilla (@placidorevilla) `__ - `Marcus Kempe (@plopp) `__ @@ -907,4 +907,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated January 26, 2023.* +*This page was last updated January 27, 2023.*