Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep 2.18.0.dev0 #19167

Merged
merged 1 commit into from
May 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ Created by running `./pants run build-support/bin/contributors.py`.
+ Ted Dziuba
+ Tejal Desai
+ Thales Menato
+ Theo Ribeiro
+ Tianshuo Deng
+ Tien Nguyen
+ Tim Gates
Expand Down
1 change: 1 addition & 0 deletions pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,4 @@ master = "src/python/pants/notes/master.rst"
"2.15.x" = "src/python/pants/notes/2.15.x.md"
"2.16.x" = "src/python/pants/notes/2.16.x.md"
"2.17.x" = "src/python/pants/notes/2.17.x.md"
"2.18.x" = "src/python/pants/notes/2.18.x.md"
2 changes: 1 addition & 1 deletion src/python/pants/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.17.0a0
2.18.0.dev0
61 changes: 61 additions & 0 deletions src/python/pants/notes/2.18.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# 2.18.x Release Series

## 2.18.0.dev0 (May 26, 2023)

### New Features

* Support scala_artifact ([#19128](https://github.com/pantsbuild/pants/pull/19128))

* pass "--debug" flag to all helm invocations if requested ([#19093](https://github.com/pantsbuild/pants/pull/19093))

* Enable env vars in `node_build_script` ([#19100](https://github.com/pantsbuild/pants/pull/19100))

### User API Changes

* Remove or bump deprecations ([#19169](https://github.com/pantsbuild/pants/pull/19169))

* Switch to [lambdex].layout = "zip" by default, deprecating the section ([#19122](https://github.com/pantsbuild/pants/pull/19122))

* javascript: Allow nodejs-backed tools to point to a resolve and/or package manager ([#19040](https://github.com/pantsbuild/pants/pull/19040))

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

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

* Run `terraform init` as part of `check` goal ([#18974](https://github.com/pantsbuild/pants/pull/18974))

* Deprecate [mypy].extra_type_stubs and its lockfile. ([#19084](https://github.com/pantsbuild/pants/pull/19084))

* Remove more 2.18.0.dev0 deprecations (follow up to #19073) ([#19077](https://github.com/pantsbuild/pants/pull/19077))

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

* Only build and release wheels for Python 3.9. ([#18829](https://github.com/pantsbuild/pants/pull/18829))

* Require pants to run via scie-pants. ([#19075](https://github.com/pantsbuild/pants/pull/19075))

* Some 2.18.0.dev0 deprecations ([#19073](https://github.com/pantsbuild/pants/pull/19073))

* Implement layout="zip" for Lambda/GCF, skipping lambdex ([#19022](https://github.com/pantsbuild/pants/pull/19022))

### Plugin API Changes

* Simplify interpreter-related CI config. ([#19096](https://github.com/pantsbuild/pants/pull/19096))

### Bug Fixes

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

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

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

* Allow the usage of digits in named cache names ([#19052](https://github.com/pantsbuild/pants/pull/19052))

### Documentation

* Fix docs link to pants_from_sources script. ([#19088](https://github.com/pantsbuild/pants/pull/19088))

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

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