See what changed before you update a vendored component
Bumping a vendored component to a newer version has always meant guessing. atmos vendor pull
fetches whatever version is pinned — it doesn't tell you a newer one exists, and it definitely
doesn't show you what changed. Finding out meant a manual git clone, a git diff between two
tags, and then hand-editing the version field in vendor.yaml without breaking a comment or a
YAML anchor.



