Should be the 2024.2 february release
homeassistant
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
You can always check the latest release notes on the official blog: https://www.home-assistant.io/blog/2024/01/03/release-20241/#release-202416---january-30
Thanks, every time I tried to press the changelog in the app, it kept showing me this: https://www.home-assistant.io/blog/2024/01/03/release-20241/
There are always links to the release notes of the minor releases if you scroll down a bit on your page.
When you download a new docker image version, you actually download its full size and not just an update. Not sure was that even your question tho
Really? I thought it only took the bits that changed.
Depends which bit changed. Docker images are layers built on top of each other; if they only changed the final layer then all the others are the same as the ones you've already downloaded, if they changed the base image then everything is considered new and needs to be downloaded again.