diff --git a/_config.yml b/_config.yml index fc79f51919b..151e9e1cabf 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 2021 current_minor_version: 1 -current_patch_version: 2 -date_released: 2021-01-14 +current_patch_version: 3 +date_released: 2021-01-15 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2021-01-06-release-20211.markdown b/source/_posts/2021-01-06-release-20211.markdown index 796ab812cf4..342aca9f12a 100644 --- a/source/_posts/2021-01-06-release-20211.markdown +++ b/source/_posts/2021-01-06-release-20211.markdown @@ -48,6 +48,7 @@ Enjoy the release! - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Release 2021.1.1 - January 9](#release-202111---january-9) - [Release 2021.1.2 - January 14](#release-202112---january-14) +- [Release 2021.1.3 - January 15](#release-202113---january-15) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -204,6 +205,17 @@ The following integrations are now available via the Home Assistant UI: [openweathermap docs]: /integrations/openweathermap/ [utility_meter docs]: /integrations/utility_meter/ +## Release 2021.1.3 - January 15 + +- Extend filter and filter tests ([@frenck] - [#45179]) ([http docs]) +- Bump aioHTTP 3.7.3 - YARL 1.6.3 ([@pvizeli] - [#45180]) + +[#45179]: https://github.com/home-assistant/core/pull/45179 +[#45180]: https://github.com/home-assistant/core/pull/45180 +[@frenck]: https://github.com/frenck +[@pvizeli]: https://github.com/pvizeli +[http docs]: /integrations/http/ + ## 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). diff --git a/source/_posts/2021-01-14-security-bulletin.markdown b/source/_posts/2021-01-14-security-bulletin.markdown index a87ff524d47..238b80e7d5c 100644 --- a/source/_posts/2021-01-14-security-bulletin.markdown +++ b/source/_posts/2021-01-14-security-bulletin.markdown @@ -15,11 +15,11 @@ og_image: /images/blog/2021-01-security-bulletin/social.png It has come to our attention that certain custom integrations have security issues and could potentially leak sensitive information. Home Assistant is not responsible for custom integrations and you use custom integrations at your own risk. -The latest version of Home Assistant has extra protection to help secure your instance. +The latest version of Home Assistant Core has extra protection to help secure your instance. **Update your Home Assistant instance as soon as possible.** -To update Home Assistant, click on the Supervisor menu item to see if an update to 2021.1.2 (or newer) is available. If you do not see such an update yet, in the Supervisor, click on the System tab and click the “Reload” button at the bottom of the Supervisor card. After reloading the update should become available. +To update Home Assistant, click on the Supervisor menu item to see if an update to 2021.1.3 (or newer) is available. If you do not see such an update yet, in the Supervisor, click on the System tab and click the “Reload” button at the bottom of the Supervisor card. After reloading the update should become available. If you don’t have the Supervisor menu item, follow the [update instructions](/docs/installation/updating/). @@ -28,3 +28,5 @@ If you don’t have the Supervisor menu item, follow the [update instructions](/ If you need additional help with upgrading, we are happy to help you out on our [Discord chat](/join-chat/) server. Paulus + +**Edit: 15 January 2021**: Blog post updated to state 2021.1.3, which added some additional check.