Releases: pantsbuild/pants
release_2.23.0
See the release notes: https://github.com/pantsbuild/pants/blob/release_2.23.0/docs/notes/2.23.x.md
Bug Fixes since 2.23.0rc3
release_2.25.0.dev0
-
Test and release on newer macOS: 13 (x86-64) and 14 (arm64) (#21655)
-
remove deprecated setting
[shell-setup].tailor
(#21654) -
update Pants' own Python to 3.11 (#21528)
-
update the manylinux wheel glibc version to 2.28 (#21650)
-
Make sure FirstPartyHelmDeploymentMapping doesn't get calculated if disabled (#21633)
release_2.24.0a0
release_2.23.0rc3
release_2.22.1
No changes since 2.22.1rc3.
Changes since 2.22.0:
Bug Fixes
- Ensure deterministic jvm lockfiles (Cherry-pick of #21561) (#21591)
- golang: support all: prefix for go:embed directives (Cherry-pick of #21559) (#21564)
- Support trailing global flags in the native parser. (Cherry-pick of #21480) (#21486)
- golang: fix exception when coverage enabled and external tests import the base package (Cherry-pick of #21452) (#21454)
- Fix options parser discrepancy due to repeated evaluation of .pants.rc (Cherry-pick of #21118) (#21433)
- Terraform: downgrade python-hcl2 from 4.3.2 to 4.3.0 to work around parsing issues (Cherry-pick of #21361) (#21365)
release_2.21.2
No changes since 2.21.2rc2.
Changes since 2.21.1:
Bug Fixes
- golang: support all: prefix for go:embed directives (Cherry-pick of #21559) (#21564)
- Terraform: downgrade python-hcl2 from 4.3.2 to 4.3.0 to work around parsing issues (Cherry-pick of #21361) (#21364)
- jvm resources action is not reproducible (Cherry-pick of #21259) (#21269)
- use entire URL string as cache key for download intrinsic rule (Cherry pick of #21215) (#21244)
release_2.24.0.dev3
-
Upgrade semgrep 1.86 -> 1.94 (#21595)
-
Align 2.23's release notes on main to those on 2.23.x branch (#21596)
-
Ensure deterministic
jvm
lockfiles (#21561) -
Run ruff as an external tool, not via Python/PEX (#21237)
-
Deprecate running on macOS 12 (and 13, for arm64) (#21569)
-
mypy: lint scripts without extensions (#21575)
-
Document missing binary as common issue (#21459)
-
golang: support
all:
prefix forgo:embed
directives (#21559)