Skip to content

Commit

Permalink
Prepare 2.17.0rc0. (#19226)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhood committed Jun 2, 2023
1 parent 88952f8 commit 8fe6da3
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/python/pants/notes/2.17.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# 2.17.x Release Series

## 2.17.0rc0 (Jun 01, 2023)

### User API Changes

* Deprecate the `version/`extra_requirements` options on python tools. (Cherry-pick of #19204) ([#19211](https://github.com/pantsbuild/pants/pull/19211))

* Terraform: Hashes for MacOS binaries have changed (Cherry-pick of #19004) ([#19136](https://github.com/pantsbuild/pants/pull/19136))

* Implement layout="zip" for Lambda/GCF, deprecating lambdex (Cherry-pick of #19076) ([#19120](https://github.com/pantsbuild/pants/pull/19120))

* Deprecate `[mypy].extra_type_stubs` and its lockfile. (Cherry-pick of #19084) ([#19087](https://github.com/pantsbuild/pants/pull/19087))

* Bring the tool `--export` option deprecation forward. (Cherry-pick of #19079) ([#19083](https://github.com/pantsbuild/pants/pull/19083))

### Bug Fixes

* Discover Scala REPL main class and coordinates (Cherry-pick of #19189) ([#19203](https://github.com/pantsbuild/pants/pull/19203))

* Scrub the Pyenv install dir before attempting an install. (Cherry-pick of #19193) ([#19197](https://github.com/pantsbuild/pants/pull/19197))

* Avoid extra `.` in `from .. import` parent imports in Rust Python dep inference (Cherry-pick of #19175) ([#19177](https://github.com/pantsbuild/pants/pull/19177))

* Don't try and garbage collect tempfiles (Cherry-pick of #19103) ([#19113](https://github.com/pantsbuild/pants/pull/19113))

* If a shebang already exists when adding a preamble, preserve it. (Cherry-pick of #19133) ([#19138](https://github.com/pantsbuild/pants/pull/19138))

* Workaround `botocore` bug in S3 URL Handler backend (Cherry-pick of #19056) ([#19111](https://github.com/pantsbuild/pants/pull/19111))

### Documentation

* Add `tobni` to Maintainers (Cherry-pick of #19195) ([#19207](https://github.com/pantsbuild/pants/pull/19207))

* Adjust FaaS docs for `layout = "zip"` (Cherry-pick of #19180) ([#19198](https://github.com/pantsbuild/pants/pull/19198))

* Add `botocore-a-la-carte` reference to `s3` URL Handler (Cherry-pick of #19055) ([#19109](https://github.com/pantsbuild/pants/pull/19109))

* add bazel-remote to list of compatible remote caches (Cherry-pick of #19041) ([#19115](https://github.com/pantsbuild/pants/pull/19115))

* Fix docs link to `pants_from_sources` script. (Cherry-pick of #19088) ([#19091](https://github.com/pantsbuild/pants/pull/19091))

## 2.17.0a1 (May 19, 2023)

Due to infrastructure issues, `2.17.0a1` is a second attempt at publishing `2.17.0a0`.
Expand Down

0 comments on commit 8fe6da3

Please sign in to comment.