This is the first immutable release of setup-uv 🥳
All future releases are also immutable, if you want to know more about what this means checkout the docs.
This release also has two breaking changes
New format for manifest-file
The previously deprecated way of defining a custom version manifest to control which uv versions are available and where to download them from got removed. The functionality is still there but you have to use the new format.
No more major and minor tags
To increase security even more we will stop publishing minor tags. You won't be able to use @v8 or @v8.0 any longer. We do this because pinning to major releases opens up users to supply chain attacks like what happened to tj-actions.
Tip
Use the immutable tag as a version astral-sh/setup-uv@8.0.0
Or even better the githash astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
🚨 Breaking changes
- Remove update-major-minor-tags workflow @eifinger (#826)
- Remove deprecrated custom manifest @eifinger (#813)
🧰 Maintenance
- Shortcircuit latest version from manifest @eifinger (#828)
- Simplify inputs.ts @eifinger (#827)
- Bump release-drafter to v7.1.1 @eifinger (#825)
- Refactor inputs @eifinger (#823)
- Replace inline compile args with tsconfig @eifinger (#824)
- chore: update known checksums for 0.11.2 @github-actions[bot] (#821)
- chore: update known checksums for 0.11.1 @github-actions[bot] (#817)
- chore: update known checksums for 0.11.0 @github-actions[bot] (#815)
- Fix latest-version workflow check @eifinger (#812)
- chore: update known checksums for 0.10.11/0.10.12 @github-actions[bot] (#811)