Skip to content

Commit

Permalink
Prepare the 2.18.0.dev3 release. (pantsbuild#19401)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Jun 30, 2023
1 parent 0468cce commit 3aa92ce
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Created by running `./pants run build-support/bin/contributors.py`.
+ Baptiste Gentholz
+ Bardur Arantsson
+ Bastian Wegge
+ Ben Limmer
+ Benjy Weinberger
+ Berkay Öztürk
+ Bill Farner
Expand Down Expand Up @@ -238,6 +239,7 @@ Created by running `./pants run build-support/bin/contributors.py`.
+ Pierre Chevalier
+ Pierre DAL-PRA
+ Qicheng Ma
+ Raph Estrada
+ Raúl Cuza
+ Rhuan Barreto
+ Rhys Madigan
Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.18.0.dev2
2.18.0.dev3
40 changes: 40 additions & 0 deletions src/python/pants/notes/2.18.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# 2.18.x Release Series

## 2.18.0.dev3 (Jun 30, 2023)

### New Features

* turn `path/BUILD` into `path` in the `tailor` goal ([#19323](https://github.com/pantsbuild/pants/pull/19323))

* Terraform: Add `experimental-deploy` and wire-in dependency inference ([#19185](https://github.com/pantsbuild/pants/pull/19185))

* add support for alias-flags ([#19034](https://github.com/pantsbuild/pants/pull/19034))

* Add environment variable help options ([#19078](https://github.com/pantsbuild/pants/pull/19078))

* Add build_network option to docker_image target ([#19354](https://github.com/pantsbuild/pants/pull/19354))

### User API Changes

* Remove support for referencing 2nd owner via file. ([#19400](https://github.com/pantsbuild/pants/pull/19400))

### Plugin API Changes

* Remove deprecated `PythonBinary` type. ([#19399](https://github.com/pantsbuild/pants/pull/19399))

### Bug Fixes

* Fix pytest-cov validation check. ([#19366](https://github.com/pantsbuild/pants/pull/19366))

### Documentation

* docs: recommend scie-pants on upgrade tips page ([#19139](https://github.com/pantsbuild/pants/pull/19139))

* docs: fix markdown inconsistencies ([#19363](https://github.com/pantsbuild/pants/pull/19363))

* docs: apply suggested edits to guide docs from readme.com ([#19374](https://github.com/pantsbuild/pants/pull/19374))

* docs: add style guide instructions for writing Python help strings ([#19365](https://github.com/pantsbuild/pants/pull/19365))

* docs: update plugin writing tutorials ([#19369](https://github.com/pantsbuild/pants/pull/19369))

* docs: fix markdown inconsistencies ([#19359](https://github.com/pantsbuild/pants/pull/19359))

## 2.18.0.dev2 (Jun 19, 2023)

### New Features
Expand Down

0 comments on commit 3aa92ce

Please sign in to comment.