the first alpha release for `2.15.0` is now availa...
# announce
w
the first alpha release for
2.15.0
is now available! • https://pypi.org/project/pantsbuild.pants/2.15.0a0/
🚀 4
👖 1
h
Hi, A few hours ago, a PR that fixes an issue I’m having has been merged. I’ve checked it locally from source and it seems to be working. Is there an ETA for the next release of
2.15
, or maybe I could ask for one to be made? (I’d like to use it in the POC CI pipeline I’m setting up for our company). Thanks 🙂
w
hey @high-magician-46188! there is one blocker issue currently identified for 2.15.x: https://github.com/pantsbuild/pants/issues/17509 .. once there is a fix for that, i think we’ll be ready to cut another candidate
h
❤️
w
started a thread over here: https://pantsbuild.slack.com/archives/C0D7TNJHL/p1668036635214699 … will try to cut tonight, but if not, tomorrow morning
are you aware of how to run from a
PANTS_SHA
though? that might allow you to not wait for the release, but also to help us validate the fix earlier
h
Oh, nice! I will definitely use it, thanks! 🙂
So running from a specific commit didn’t work for me locally, might be related to the fact that I’ve installed Pants using Pipx… For now I’ll keep running it from source 🤷 (got a
pants-source
alias already setup and working 😛 )
w
weird… any “code” (not docs) change on this page should be loadable: https://github.com/pantsbuild/pants/commits/2.15.x
so
PANTS_SHA=f8d576bbdb7a76493c402848854929d111340339
should work, for example
in any case: there is now a
2.15.0a1
release: https://pypi.org/project/pantsbuild.pants/2.15.0a1/
h
🙏