Skip to content
Discussion options

You must be logged in to vote

Good catch, and it is a bug. Fixed in v1.5.1-rc.6, released today.

To be clear about what was and wasn't wrong: the digest was always correct. I pulled Home Assistant's registry data while digging into this and 21e0d1bae299 really is the right latest digest for that day, so the update itself was accurate. The bad part was the version text next to it. That label is a "suggested pin": since you're watching latest, drydock tries to show the newest stable version tag pointing at the same lineage, so you could pin a fixed version if you wanted. The suggestion logic leaned on semver's coerce() as a last-resort parser, and coerce() silently drops anything it doesn't understand. HA publishes PEP …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ciltocruz
Comment options

Answer selected by ciltocruz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants