Skip to content

Releases: pantsbuild/pants

release_2.22.0

08 Sep 01:41
release_2.22.0
2c30a53
Compare
Choose a tag to compare

release_2.22.0rc3

27 Aug 02:12
release_2.22.0rc3
5a99fee
Compare
Choose a tag to compare
release_2.22.0rc3 Pre-release
Pre-release

Bug Fixes

  • Always run setuptools_scm in the local environment (cherry-pick of #21188) (#21355)

  • Fix bug when computing implicit kwargs in @rules called by name. (cherrypick of #21038) (#21324)

  • jvm resources action is not reproducible (Cherry-pick of #21259) (#21268)

  • use entire URL string as cache key for download intrinsic rule (Cherry-pick of #21215) (#21238)

release_2.20.4

21 Aug 19:00
release_2.20.4
4db42dc
Compare
Choose a tag to compare
pantsbuild.pants release 2.20.4

release_2.23.0.dev6

08 Aug 18:29
release_2.23.0.dev6
08afef1
Compare
Choose a tag to compare
release_2.23.0.dev6 Pre-release
Pre-release

New Features

  • Add JSX support built on the JS backend (#21206)

  • allow plugins to provide "auxiliary" goals (and refactor BSP into backends) (#20913)

  • Caching for Terraform! (#21221)

  • Terraform multi-platform lockfiles (#21247)

  • javascript: jsconfig (tsconfig) parsing for dependency inference (#21176)

  • Auto-select complete platforms for AWS Lambda functions on ARM architecture (#21234)

User API Changes

  • Add complete platforms for Google Cloud Functions + auto-infer based on runtime (#21248)

Bug Fixes

  • adhoc/shell: capture files relative to root of sandbox for in-workspace executions (#21254)

  • jvm resources action is not reproducible (#21259)

  • log logfile path when error opening (#21242)

  • Tighten regex on Simplifier/strip_v2_chroot_path (#21241)

  • use entire URL string as cache key for download intrinsic rule (#21215)

Documentation

  • Update Lambda and GCF docs for runtime inference (#21266)

  • Distinguish git worktree finding errors. (#21232)

release_2.21.2rc0

08 Aug 19:14
release_2.21.2rc0
68b474c
Compare
Choose a tag to compare
release_2.21.2rc0 Pre-release
Pre-release

Bug Fixes

  • 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.20.4rc0

08 Aug 17:55
release_2.20.4rc0
83dc44b
Compare
Choose a tag to compare
release_2.20.4rc0 Pre-release
Pre-release

Bug Fixes

  • jvm resources action is not reproducible (Cherry-pick of #21259) (#21267)

release_2.21.1

31 Jul 08:57
release_2.21.1
2acc6a7
Compare
Choose a tag to compare

No changes since 2.21.1rc1.

Changes since 2.21.0:

Bug Fixes

  • Fix running python_sources with pex --executable (Cherry-pick of #21047) (#21085)

Documentation

  • Rewrite IPython repl docs for new install_from_resolve approach (Cherry-pick of #21060) (#21069)

release_2.20.3

31 Jul 07:54
release_2.20.3
908bc7e
Compare
Choose a tag to compare

No changes since 2.20.3rc1.

Changes since 2.20.2:

Bug Fixes

  • Fix running python_sources with pex --executable (Cherry-pick of #21047) (#21084)

Documentation

  • Rewrite IPython repl docs for new install_from_resolve approach (Cherry-pick of #21060) (#21068)

release_2.23.0.dev5

29 Jul 23:53
release_2.23.0.dev5
965ddef
Compare
Choose a tag to compare
release_2.23.0.dev5 Pre-release
Pre-release

New Features

  • bump pyenv to 2.4.7 (#21142)

Bug Fixes

  • Fix: attach lockfiles to terraform modules (#21220)

  • make pyenv backend respect patch version constraints (#21139)

Documentation

  • Fix minor typo in JS docs link (#21213)

release_2.22.0rc2

26 Jul 04:30
release_2.22.0rc2
4b69188
Compare
Choose a tag to compare
release_2.22.0rc2 Pre-release
Pre-release

NB. 2.22.0rc1 was skipped due to infrastructure issues.

Bug Fixes

  • Fix coverage calculation when filter option is used (Cherry-pick of #18057) (#21150)

  • Fix RuleRunner to work without BUILD_ROOT file in pytest sandbox (Cherry-pick of #21112) (#21121)