From c46d05b2e05916ed9b796c98c92bead195adbf9f Mon Sep 17 00:00:00 2001 From: Benjy Weinberger Date: Sat, 13 Aug 2022 09:53:17 -0400 Subject: [PATCH] Prepare the 2.14.0.dev6 release --- src/python/pants/VERSION | 2 +- src/python/pants/notes/2.14.x.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/src/python/pants/VERSION b/src/python/pants/VERSION index e3a31a03d6a..aeff6cdad68 100644 --- a/src/python/pants/VERSION +++ b/src/python/pants/VERSION @@ -1 +1 @@ -2.14.0.dev5 +2.14.0.dev6 diff --git a/src/python/pants/notes/2.14.x.md b/src/python/pants/notes/2.14.x.md index 4273b2bc2ff..24b08a7f698 100644 --- a/src/python/pants/notes/2.14.x.md +++ b/src/python/pants/notes/2.14.x.md @@ -1,5 +1,37 @@ # 2.14.x Release Series +## 2.14.0.dev6 (Aug 13, 2022) + +### New Features + +* Support adding to dict-valued options in config files. ([#16481](https://github.com/pantsbuild/pants/pull/16481)) + +* Add `[mypy].extra_type_stubs_lockfile` ([#16461](https://github.com/pantsbuild/pants/pull/16461)) + +* Proposal for a Helm Deployment goal implementation ([#15882](https://github.com/pantsbuild/pants/pull/15882)) + +* Add support for using environment variables in JVM tests ([#16455](https://github.com/pantsbuild/pants/pull/16455)) + +* Add `[python].resolves_to_constraints_file` ([#16420](https://github.com/pantsbuild/pants/pull/16420)) + +### Plugin API Changes + +* `GenerateToolLockfileSentinel` encouraged to use language-specific subclasses ([#16449](https://github.com/pantsbuild/pants/pull/16449)) + +* Allow backend packages to also register remote auth plugins ([#16444](https://github.com/pantsbuild/pants/pull/16444)) + +### Bug fixes + +* Fix `--process-cleanup` deprecation. ([#16447](https://github.com/pantsbuild/pants/pull/16447)) + +* Fix `CacheContentBehavior::Defer` with a remote cache ([#16439](https://github.com/pantsbuild/pants/pull/16439)) + +### Documentation + +* Fix partition description for MyPy when multiple resolves ([#16486](https://github.com/pantsbuild/pants/pull/16486)) + +* Add IBM to user list. ([#16457](https://github.com/pantsbuild/pants/pull/16457)) + ## 2.14.0.dev5 (Aug 07, 2022) ### New Features