From dae18b7c5de9b63ea6bb7377ee10fc0d5dd24cfd Mon Sep 17 00:00:00 2001 From: Benjy Weinberger Date: Fri, 30 Dec 2022 14:21:55 -0500 Subject: [PATCH] Prepare 2.14.1rc0 (#17904) --- src/python/pants/notes/2.14.x.md | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/python/pants/notes/2.14.x.md b/src/python/pants/notes/2.14.x.md index 0f1a99cfc85..baff1fca9bc 100644 --- a/src/python/pants/notes/2.14.x.md +++ b/src/python/pants/notes/2.14.x.md @@ -1,5 +1,45 @@ # 2.14.x Release Series +## 2.14.1rc0 (Dec 30, 2022) + +### Bug fixes + +* scala: support scala v3 which has different compiler/library artifacts (Cherry pick of #17855) ([#17867](https://github.com/pantsbuild/pants/pull/17867)) + +* Fix twine env vars propagation for publish goal (Cherry-pick of #17650) ([#17658](https://github.com/pantsbuild/pants/pull/17658)) + +* Allow for `run --debug-adapter` to match breakpoints when source is running in a sandbox (Cherry-pick of #17566) ([#17583](https://github.com/pantsbuild/pants/pull/17583)) + +* Do not try to create `""` output directory in `CreateArchive` (Cherry-pick of #17538) ([#17547](https://github.com/pantsbuild/pants/pull/17547)) + +* Fix an unactionable `InteractiveProcessRequest` deprecation ([#17546](https://github.com/pantsbuild/pants/pull/17546)) + +* Fix dep inference from shuint2_tests targets. (Cherry-pick of #17417) ([#17421](https://github.com/pantsbuild/pants/pull/17421)) + +* Fix dirtying of uncacheable nodes (Cherry-pick of #17079) ([#17396](https://github.com/pantsbuild/pants/pull/17396)) + +### Documentation + +* Fix broken docs links to manual build instructions (Cherry-pick of #17608) ([#17609](https://github.com/pantsbuild/pants/pull/17609)) + +* Update team pages for SJ and Dan! (Cherry-pick of #17534) ([#17569](https://github.com/pantsbuild/pants/pull/17569)) + +* Fix line breaks in a docs page. (Cherry-pick of #17527) ([#17529](https://github.com/pantsbuild/pants/pull/17529)) + +* Clarify how `__defaults__` apply to target generators. (Cherry-pick of #17493) ([#17498](https://github.com/pantsbuild/pants/pull/17498)) + +* Fix typo in docs: debug-adaptor should be debug-adapter (Cherry-pick of #17452) ([#17453](https://github.com/pantsbuild/pants/pull/17453)) + +* Update nuke_if_too_big documentation (Cherry-pick of #17429) ([#17430](https://github.com/pantsbuild/pants/pull/17430)) + +* Fix version templating in `vcs_version` docs (Cherry-pick of #17423) ([#17424](https://github.com/pantsbuild/pants/pull/17424)) + +* Add 2.14 blog post link to changelog page. (Cherry-pick of #17381) ([#17384](https://github.com/pantsbuild/pants/pull/17384)) + +* Document the existence of the init-pants action. (Cherry-pick of #17378) ([#17380](https://github.com/pantsbuild/pants/pull/17380)) + +* Fix linebreak issues in the targets docs page. (Cherry-pick of #17364) ([#17366](https://github.com/pantsbuild/pants/pull/17366)) + ## 2.14.0 (Oct 26, 2022) The first stable release of the `2.14.x` series, with no changes since the previous release candidate!