From 2f4c899380e72106a2cb843846657dafe5d8ba73 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 29 Oct 2018 19:23:57 +0100 Subject: [PATCH] Release 0.81.2 --- _config.yml | 2 +- source/_posts/2018-10-29-release-81.markdown | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index ca5fd6f7ee1..95f1bfcaf68 100644 --- a/_config.yml +++ b/_config.yml @@ -148,7 +148,7 @@ date_released: 2018-10-28 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. # Major release: -patch_version_notes: "#release-0811---october-28" +patch_version_notes: "#release-0812---october-29" # Minor release (Example #release-0431---april-25): # Date we moved to Discourse for comments diff --git a/source/_posts/2018-10-29-release-81.markdown b/source/_posts/2018-10-29-release-81.markdown index 1f40a74e6d7..9ff9ff6b7c5 100644 --- a/source/_posts/2018-10-29-release-81.markdown +++ b/source/_posts/2018-10-29-release-81.markdown @@ -78,6 +78,22 @@ Other things to be aware of: [openuv docs]: /components/openuv/ [twilio docs]: /components/twilio/ +## {% linkable_title Release 0.81.2 - October 29 %} + +- Fix controller not being stored when setup fails and sequentially fails the retry functionality ([@Kane610] - [#17927]) ([unifi docs]) +- Pass hass_config to load_platform ([@balloob] - [#17952]) +- Update requests to 2.20.0 ([@balloob] - [#17978]) +- Don't use keyset ([@balloob] - [#17984]) ([cloud docs]) + +[#17927]: https://github.com/home-assistant/home-assistant/pull/17927 +[#17952]: https://github.com/home-assistant/home-assistant/pull/17952 +[#17978]: https://github.com/home-assistant/home-assistant/pull/17978 +[#17984]: https://github.com/home-assistant/home-assistant/pull/17984 +[@Kane610]: https://github.com/Kane610 +[@balloob]: https://github.com/balloob +[cloud docs]: /components/cloud/ +[unifi docs]: /components/unifi/ + ## {% linkable_title If you need help... %} ...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.