Skip to content

Commit

Permalink
Prepare the 2.14.0.dev6 release (pantsbuild#16507)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw authored Aug 13, 2022
1 parent ecbe3eb commit e061776
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.0.dev5
2.14.0.dev6
32 changes: 32 additions & 0 deletions src/python/pants/notes/2.14.x.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e061776

Please sign in to comment.