From 62753b8ee0d6e507c92ccf60268ebc87cdadaddf Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 19 Jul 2021 08:28:59 +1200 Subject: [PATCH 1/3] Bump version to v1.20.0b3 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 49566a795..6be47200c 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 = 1.20.0b2 +PROJECT_NUMBER = 1.20.0b3 # 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 df4a5af9e..d0abc81a9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = v1.20.0b2 +ESPHOME_REF = v1.20.0b3 .PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png diff --git a/_static/version b/_static/version index 23619ff05..d4293facc 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -1.20.0b2 \ No newline at end of file +1.20.0b3 \ No newline at end of file diff --git a/conf.py b/conf.py index fd51e3c03..329d539c6 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "Otto Winter" # The short X.Y version. version = "1.20" # The full version, including alpha/beta/rc tags. -release = "1.20.0b2" +release = "1.20.0b3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 48d7b768bee1958dab9f1318cccf3d1c80696635 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 19 Jul 2021 08:29:56 +1200 Subject: [PATCH 2/3] Update changelog for 1.20.0b3 --- changelog/v1.20.0.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changelog/v1.20.0.rst b/changelog/v1.20.0.rst index 5aa1106d8..59b3df3e1 100644 --- a/changelog/v1.20.0.rst +++ b/changelog/v1.20.0.rst @@ -73,6 +73,15 @@ Notable Changes - Add Number entities (from Home Assistant) :esphomepr:`1971` by :ghuser:`jesserockz` (new-feature) (new-integration) (notable-change) - Nextion upload and sensors :esphomepr:`1464` by :ghuser:`SenexCrenshaw` (new-feature) (notable-change) +Beta fixes +^^^^^^^^^^ + +- Fix ethernet component hostname handling :esphomepr:`2010` by :ghuser:`flacjacket` +- Refactor docker build system and workflows :esphomepr:`2023` by :ghuser:`OttoWinter` +- GH Actions CI use GHCR :esphomepr:`2027` by :ghuser:`OttoWinter` +- Dashboard disable assets caching :esphomepr:`2025` by :ghuser:`OttoWinter` +- Improve external components error messages :esphomepr:`2026` by :ghuser:`OttoWinter` + All changes ^^^^^^^^^^^ @@ -133,6 +142,11 @@ All changes - Introduce clamp as a template function :esphomepr:`1953` by :ghuser:`agners` - [Teleinfo] do not stop parsing frame if there is only a CRC error on … :esphomepr:`1999` by :ghuser:`St4n` - Nextion upload and sensors :esphomepr:`1464` by :ghuser:`SenexCrenshaw` (new-feature) (notable-change) +- Fix ethernet component hostname handling :esphomepr:`2010` by :ghuser:`flacjacket` +- Refactor docker build system and workflows :esphomepr:`2023` by :ghuser:`OttoWinter` +- GH Actions CI use GHCR :esphomepr:`2027` by :ghuser:`OttoWinter` +- Dashboard disable assets caching :esphomepr:`2025` by :ghuser:`OttoWinter` +- Improve external components error messages :esphomepr:`2026` by :ghuser:`OttoWinter` Past Changelogs --------------- From 846687dd945df975b71bae4058a05ff6eb2a364c Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 19 Jul 2021 08:30:11 +1200 Subject: [PATCH 3/3] Update supporters for 1.20.0b3 --- guides/supporters.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index d6ec7583c..b0c73c958 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -189,6 +189,7 @@ Contributors - `C W (@fake-name) `__ - `Christian Ferbar (@ferbar) `__ - `fkirill (@fkirill) `__ +- `Sean Vig (@flacjacket) `__ - `Diego Elio Pettenò (@Flameeyes) `__ - `foxsam21 (@foxsam21) `__ - `Fractal147 (@Fractal147) `__ @@ -607,4 +608,4 @@ Contributors - `San (@zhujunsan) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated July 15, 2021.* +*This page was last updated July 19, 2021.*