From 508716480641602a75d5d022669b0b625a050094 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 27 Jan 2023 09:44:42 +1300 Subject: [PATCH 1/3] Bump version to 2022.12.8 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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/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. From a678763b2a3ec087a09c7bd4f3034c964fafb40f Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 27 Jan 2023 09:47:58 +1300 Subject: [PATCH 2/3] Update changelog for 2022.12.8 --- changelog/2022.12.0.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -------------------- From 46c5e085d5f8b056c04681d33221d9064a8da8a3 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 27 Jan 2023 09:48:26 +1300 Subject: [PATCH 3/3] Update supporters for 2022.12.8 --- guides/supporters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.*