30 posts tagged with "announcement"
View All TagsPants 2.27.0 is released!

Photo by xiaokang Zhang on Unsplash
Pants 2.26.0 is released!

Photo by Kristin Snippe on Unsplash
Pants 2.25.0 is released!

Photo by Agê Barros on Unsplash
Pants 2.24.0 is released!

Photo by Jiawei Zhao on Unsplash
In-Workspace Execution in Pants v2.23.x

Photo by Getty Images on Unsplash
Pants is just one of many build orchestration tools in the world. As of Pants v2.23.0, Pants better supports integrating seamlessly with other tools in your development workflow via the new "workspace environments" feature. With workspace environments, you can run processes in the repository itself (i.e., the workspace) instead of in the usual execution sandbox. This support is useful for better integrating Pants with third party tooling which assumes it runs from your repository.
Read on for an example of how to use this support to integrate Bazel with Pants.
Pants 2.23.0 is released!

Photo by Sarah Kilian on Unsplash
2024 Pantsbuild User Survey
No (software) project survives without listening to its community of users. And the Pants project is no different. What does this mean? It is time for the 2024 Pantsbuild User Survey!
We want to hear from our community about how well (or not so well) the project is going and how it can be improved.
Pants 2.22.0 is released!

Photo by Florian Rebmann on Unsplash
Venerable Pythons, Pants, Pip, and Ecosystems

Photo by David Clode / Unsplash
The Python development community concurrently supports multiple version of the Python programming language. These are in various states such as "prerelease", "bugfix", "security", or "end-of-life". For example version 3.12 is currently in "bugfix" while 3.8 is the oldest still receiving security updates. The cadence of future release is currently governed by PEP 602 – Annual Release Cycle for Python
Announcing Klaviyo's Sponsorship
Today we are excited to announce that Klaviyo has become the first Platinum sponsor of the Pants project via the corporate sponsorship program! This is one of the first such sponsorships through our new Open Source Sponsorship program, through which we are trying to support the open source projects we depend on. While the core development and maintenance of Pants is volunteer driven, there are costs involved with maintaining and distributing such a large piece of software, costs which far too often are covered by individual volunteers. We benefit enormously from this project and want to help contribute to its ongoing success.
Pants 2.21.0 is released!

Photo by Joshua Kettle / Unsplash
We are pleased to announce Pants 2.21.0, the latest release of Pantsbuild, the scalable and ergonomic build system. To update, set pants_version = "2.21.0"
in your pants.toml
. If you're not using Pants yet, get started now.
Highlights in 2.21 include:
- 🧪 All backends now support
[test].attempts_default
- ⚡ Pants internal manipulation of Python dependencies by way of Pex is now substantially faster in many cases.
- 📜 The
__defaults__
symbol will now set default values for generated targets too. For instance,__defaults__({python_source: dict(skip_black=True)})
will now apply to thepython_source
targets generated by a python_sources target, without having to write__defaults__({(python_source, python_sources): ...})
- ♻ When running in CI, Pants will output a command to rerun only the failed tests.
- 🐍 All built in lockfiles are now Python 3.12 ready.
- 🚡 As part of regenerating lockfiles for Python 3.12, the default version of most builtin Python tools has been updated.
- 🐳 The
cache_from
field ondocker_image
now supports multiple values. - 🏜 The
experimental-deploy
goal now has built-in support for the--dry-run
option. - 🪜 Scalafix can now be run by Pants using the new
pants.backend.experimental.scala.lint.scalafix
backend. - 📈 And lots of smaller features, update, bugfixes, and general improvements
Pants 2.20.0 is released!

Photo by Jongsun Leed / Unsplash
We are pleased to announce Pants 2.20.0, the latest release of Pantsbuild, the scalable and ergonomic build system. To update, set pants_version = "2.20.0"
in your pants.toml
. If you're not using Pants yet, get started now.
Highlights in 2.20 include:
- ⚡ Support for the Ruff formatter, for both
BUILD
files and normal Python files. - 🔒 Built-in support for Terraform lockfiles.
- 📁 Support for more remote-caching providers: file system and GitHub Actions Cache.
- 🪥 New helpers for defining "adhoc" code-quality tools, without requiring a full plugin.
- ☕ JVM third-party artifacts can now be read from
pom.xml
files, and other related improvements. - 🐿 Go 1.22 can now be used.
- 🥚 Several features of the Pex tool are now exposed by Pants including
sh_boot
executable
, andcheck
. - ⚠ Pex's
emit_warnings
now works as advertised and comes with a global option. - 🐋 Experimental support for Podman with
pants.backend.experimental.docker.podman
. - 📈 And lots of smaller features, bugfixes, and general improvements
Pants 2.15: Easier multi-platform workflows, Docker build support, automatic code cleanup, and more!

"Blue Bill Duck" by Richard Ashurst licensed under CC BY 2.0
The 2.15 series represents the biggest change to Pants since version 2.0, and we're excited to share how it can let you complete more workflows, more easily, in more places. Including cross-platform builds, containerized builds with Docker, and easier configuration for local builds…
Pants 2.14: Less boilerplate, more Rust, better support for Go monorepos, interactive debugging support, and more!

Photo by James Wainscoat / Unsplash
Highlights include: less boilerplate via hierarchical defaults for target field values, better Golang monorepo support, with multiple go.mod
s, do more of your workflows in Pants with the experimental deploy
goal (with initial support for Helm), and much more…
Pants 2.13: Easier at the command line, easier parallel execution in CI, Kotlin support, and better Python and JVM support!

Photo by Henry & Co. / Unsplash
We're pleased to announce Pants 2.13.0. Highlights include better command line arguments for file sets, improved JVM support, easier access to parallel execution in CI, and lower barriers to adoption for Python projects that currently use existing distribution and build tools.
Pants 2.12: Improved performance for common cases, IDE support for Java and Scala

Pants 2.11 adds Go Protobuf codegen, Pex lockfiles for Python, and parametrization

Pants 2.10 adds multiple Python lockfile support, PyOxidizer, Thrift codegen, and better linter parallelization

Pants 2.8 adds Autoflake & Pyupgrade, Docker publishing, Golang, and Google Cloud Functions
Pants 2.8 adds experimental Golang support

Why Pants for Golang? A consistent interface for all languages & tools, integration with Git + advanced project introspection, and remote caching and execution. All with minimal boilerplate.
Docker support in Pants 2.7

Photo by Ian Taylor / Unsplash
Introducing Pants 2.7: Python tool lockfiles, Yapf, Docker, and ./pants peek

Photo by Joakim Honkasalo / Unsplash
Introducing Pants 2.6: Poetry support, third-party type stubs, and linter reports

Photo by Elisa Calvet B. / Unsplash
How we added Apple Silicon support to Pants

Photo by Thomas Ciszewski / Unsplash
Successful open source projects are full of tradeoffs between purity vs. pragmatism. We often remind ourselves "Do not let perfect be the enemy of good".
Introducing Pants 2.5: Shell support, config autodiscovery, and incremental tool adoption

Photo by Giulia May / Unsplash
Introducing Pants Build 2.4.0

Photo by Nicholas Cappello / Unsplash
Introducing Pants Build 2.3.0

Photo by Darling Arias / Unsplash
Tailoring Pants to your codebase

Photo by Yasamine June / Unsplash
Introducing Pants v2

Photo by Jess Bailey / Unsplash
There are so many tools in the Python development ecosystem. Installing, configuring and orchestrating them—all while not re-executing work unnecessarily—is a hard problem, especially as your codebase grows.
Fortunately, there is now a tailor-made (pun intended) solution: Pants v2!