Skip to content

Commit

Permalink
Prepare 2.14.1rc0 (#17904)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw authored Dec 30, 2022
1 parent 21e1180 commit dae18b7
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/python/pants/notes/2.14.x.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down

0 comments on commit dae18b7

Please sign in to comment.