:pants: Make your voice heard with the next versio...
# general
b
👖 Make your voice heard with the next version of Pants! We've just released v2.25.0, which means we're now stabilising for v2.26.0. It'll only take a brief moment for you to usefully contribute to that stabilisation: 1. Change
pants_version
in your
pants.toml
to
pants_version = "2.26.0a1"
. 2. Run your favourite commands locally:
pants lint ::
etc. 3. If you can, run it through your CI! Then, let us know how it goes: any failures? any bugs?
If you have more time, take a look at the release notes: https://github.com/pantsbuild/pants/blob/2.26.x/docs/notes/2.26.x.md There's new features and fixes. Any specific testing or experimentation you can do would be great! Here are some highlights: • New Kubernetes backend • Upgrades of the default versions for many tools • Publishing Docker images non-interactively and in parallel • Much faster Ruff invocations on macOS