Skip to content

Commit

Permalink
Prepare the 2.16.0rc0 release. (pantsbuild#18645)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Apr 1, 2023
1 parent 4192d4a commit 91cfae7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/python/pants/notes/2.16.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,28 @@ The deprecated `Platform.current` has been removed. Instead, have the affected r

The `ToolCustomLockfile` and `ToolDefaultLockfile` classes [have been removed](https://github.com/pantsbuild/pants/pull/17843).

----

## 2.16.0rc0 (Mar 31, 2023)

### Bug fixes

* Ensure that sandboxed processes exit before their sandboxes are clean… ([#18640](https://github.com/pantsbuild/pants/pull/18640))

* Plumb entire lockfile/internal only code through `create_pex_from_targets` (Cherry-pick of #18622) ([#18634](https://github.com/pantsbuild/pants/pull/18634))

* Fix PexPEX invocations (Cherry-pick of #18610) ([#18633](https://github.com/pantsbuild/pants/pull/18633))

* narrow pex_binary files warning (Cherry-pick of #18619) ([#18628](https://github.com/pantsbuild/pants/pull/18628))

* Improve debug information for docker auth, and expose an environment variable. (Cherry-pick of #18599) ([#18604](https://github.com/pantsbuild/pants/pull/18604))

### Documentation

* Fix a string that should have been an f-string (Cherry-pick of #18608) ([#18611](https://github.com/pantsbuild/pants/pull/18611))

* Fix `./pants` -> `pants` in some docs and help strings. (Cherry-pick of #18596) ([#18606](https://github.com/pantsbuild/pants/pull/18606))

## 2.16.0a1 (Mar 24, 2023)

### New Features
Expand Down

0 comments on commit 91cfae7

Please sign in to comment.