diff --git a/src/python/pants/notes/2.14.x.md b/src/python/pants/notes/2.14.x.md index b1c3c01b44f..85ab5b14555 100644 --- a/src/python/pants/notes/2.14.x.md +++ b/src/python/pants/notes/2.14.x.md @@ -1,5 +1,47 @@ # 2.14.x Release Series +## 2.14.0rc2 (Sep 29, 2022) + +### User API Changes + +* Restore the deprecated `filter` goal indefinitely (Cherry-pick of #17027) ([#17052](https://github.com/pantsbuild/pants/pull/17052)) + +### Bug fixes + +* Add python 3.10 to acceptable GCF runtimes (Cherry-pick of #17028) ([#17053](https://github.com/pantsbuild/pants/pull/17053)) + +* Fix JVM resources jar file to be deterministic by default (Cherry-pick of #16950) ([#17033](https://github.com/pantsbuild/pants/pull/17033)) + +* Don't cache VCS version outside the current pants session. (Cherry-pick of #17017) ([#17021](https://github.com/pantsbuild/pants/pull/17021)) + +* Fix invalid field error message for parametrized fields. (Cherry-pick of #16911) ([#17010](https://github.com/pantsbuild/pants/pull/17010)) + +* Add `parametrize()` support for `__defaults__`. (Cherry-pick of #16977) ([#17008](https://github.com/pantsbuild/pants/pull/17008)) + +* go: prepend $GOROOT/bin to PATH for tests (Cherry pick of #16993) ([#16997](https://github.com/pantsbuild/pants/pull/16997)) + +* Fix for hang with redirected stdio. (Cherry-pick of #16970) ([#16973](https://github.com/pantsbuild/pants/pull/16973)) + +* `wait` for killed nailgun processes. (Cherry-pick of #16924) ([#16939](https://github.com/pantsbuild/pants/pull/16939)) + +* Fix venv re-population race. (Cherry-pick of #16931) ([#16935](https://github.com/pantsbuild/pants/pull/16935)) + +* remove override of register_plugin_field (Cherry pick of #16919) ([#16923](https://github.com/pantsbuild/pants/pull/16923)) + +* Only request source roots for PEP-517 deps that belong on the syspath (cherrypick of #16903) ([#16917](https://github.com/pantsbuild/pants/pull/16917)) + +### Performance + +* Add an optional speculation delay when using a remote cache (Cherry-pick of #16922) ([#16956](https://github.com/pantsbuild/pants/pull/16956)) + +### Documentation + +* Improve remote cache logging for hit or miss (Cherry-pick of #16975) ([#16986](https://github.com/pantsbuild/pants/pull/16986)) + +* Remove bad linebreaks from python-run-goal page. (Cherry-pick of #16976) ([#16982](https://github.com/pantsbuild/pants/pull/16982)) + +* Update changelog on docsite with 2.13, 2.14 links (Cherry-pick of #16918) ([#16958](https://github.com/pantsbuild/pants/pull/16958)) + ## 2.14.0rc1 (Sep 16, 2022) ### New Features