Security Bulletin

I am on 2020.12.7 and not seeing an update possible. I have reloaded the supervisor and restarted HA. Any other way to make sure I get this update?

Supervisor

Version

2020.12.7

Newest Version

2020.12.7

Channel

stable

Clear cache?

1 Like
ha supervisor update

Error: Version 2020.12.7 is already in use.

What does this say in your browser? https://version.home-assistant.io/stable.json

12 posts were split to a new topic: HA logging vulnerability scans from the Internet

it says they are blocking HA instances that are listed insecure from using the remote access.
No where does it imply the issue is only with instances exposed to the internet or Nabu Casa

That is the Supervisor version not the Home Assistant version.

Both use a date based numbering scheme - but they’re different :wink:

And a weirdly different way of treating leading zeroes in the month
2021.01 - supervisor
2021.1 - core.

2 Likes

Hey guys, been trying to update but it keeps failing. Any ideas?

Running Pi4 + SSD

21-01-11 23:52:27 ERROR (SyncWorker_6) [supervisor.docker.interface] Can’t install homeassistant/raspberrypi4-64-homeassistant:2021.1.1 -> 404 Client Error for http+docker://localhost/v1.40/images/homeassistant/raspberrypi4-64-homeassistant:2021.1.1/json: Not Found (“no such image: homeassistant/raspberrypi4-64-homeassistant:2021.1.1: No such image: homeassistant/raspberrypi4-64-homeassistant:2021.1.1”).
21-01-11 23:52:27 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed

try to change the DNS server IP

How are you trying to update? You seem to be trying to update to 2021.1.1, which is NOT the latest version, nor does it contain the security update.

This is an older message, same error with the latest version. Been trying since 2021.1.1

I have not the tech knowledge to help out.

And a lack of technical ability should not prevent you from offering ideas!

1 Like

Thanks for still supporting Python 3.7 with this release.
I still have a bit more work to do before moving up to next Python on RPi.

“channel”: “stable”,
“supervisor”: “2021.01.5”,
“homeassistant”: {
“default”: “2021.1.4”,
“qemux86”: “2021.1.4”,
“qemux86-64”: “2021.1.4”,
“qemuarm”: “2021.1.4”,
“qemuarm-64”: “2021.1.4”,
“intel-nuc”: “2021.1.4”,
“raspberrypi”: “2021.1.4”,
“raspberrypi2”: “2021.1.4”,
“raspberrypi3”: “2021.1.4”,
“raspberrypi3-64”: “2021.1.4”,
“raspberrypi4”: “2021.1.4”,
“raspberrypi4-64”: “2021.1.4”,
“tinker”: “2021.1.4”,
“odroid-c2”: “2021.1.4”,
“odroid-c4”: “2021.1.4”,
“odroid-n2”: “2021.1.4”,
“odroid-xu”: “2021.1.4”
},
“hassos”: {
“ova”: “5.10”,
“rpi”: “5.10”,
“rpi0-w”: “5.10”,
“rpi2”: “5.10”,
“rpi3”: “5.10”,
“rpi3-64”: “5.10”,
“rpi4”: “5.10”,
“rpi4-64”: “5.10”,
“tinker”: “5.10”,
“odroid-c2”: “5.10”,
“odroid-c4”: “5.10”,
“odroid-n2”: “5.10”,
“odroid-xu4”: “5.10”,
“intel-nuc”: “5.10”
},
“ota”: “https://github.com/home-assistant/operating-system/releases/download/{version}/hassos_{board}-{version}.raucb”,
“cli”: “2020.11.1”,
“dns”: “2020.12.0”,
“audio”: “17”,
“multicast”: “3”,
“observer”: “2020.10.1”,
“image”: {
“core”: “homeassistant/{machine}-homeassistant”,
“supervisor”: “homeassistant/{arch}-hassio-supervisor”,
“cli”: “homeassistant/{arch}-hassio-cli”,
“audio”: “homeassistant/{arch}-hassio-audio”,
“dns”: “homeassistant/{arch}-hassio-dns”,
“observer”: “homeassistant/{arch}-hassio-observer”,
“multicast”: “homeassistant/{arch}-hassio-multicast”
}
}

Ok, that is helpful. I went into Configuration → General → Info and I see: Home Assistant 2021.1.2

The upgrade instructions focused on updating through Supervisor, so I was getting confused between HA version and Supervisor version.

I am not able to get 2021.1.3 like the directions are updated to show and I have rebooted the host, and reloaded the supervisor. Am I ok to just stay on 2021.1.2?

The latest core version is 2021.1.4.

Are you saying that you are currently on 2021.1.2 but on your main supervisor dashboard you don’t have a card for upgrading your core version?

I guess I was being inpatient. I went to my VM and did a ha core check, restarted the instance, and when it loaded, the update card was in the supervisor menu to 2021.1.4.

Not sure if the ha core check was required, but it is all good now. Thank you to all who responded and helped!

1 Like