I was messing around with my Docker and just pulled a 400MB Home Assistant update. Which is strange as I just updated it a couple days ago. Anyone know what’s in the update? Updating my HA container didn’t break anything.
2024.1.6 was released on Tuesday. That’s what the stable image tag appears to be on at the moment.
Doesn’t look like anything exceptional, just some bug fixes: https://github.com/home-assistant/core/releases/tag/2024.1.6
Thank you, I appreciate the link
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.
Should be the 2024.2 february release
Seems it’s one from Tuesday. Thank you though.
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.
Thank you, I guess I didn’t scroll long enough. At least now I know where to look.