Skip to content

Commit

Permalink
Prepare 2.17.0rc2. (pantsbuild#19466)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaos authored Jul 14, 2023
1 parent e3460e4 commit 0973669
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/python/pants/notes/2.17.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# 2.17.x Release Series

## 2.17.0rc2 (Jul 14, 2023)

### Bug Fixes

* Visibility: fix issue with using target type in verbose rule selector. (Cherry-pick of #19437) ([#19456](https://github.com/pantsbuild/pants/pull/19456))

* Use the "package_name" variable to fix an UnboundLocalError. (Cherry-pick of #19433) ([#19453](https://github.com/pantsbuild/pants/pull/19453))

* Fix helm documentation example (Cherry-pick of #19271) ([#19313](https://github.com/pantsbuild/pants/pull/19313))

### Documentation

* Tweak getting-help docs (Cherry-pick of #19418) ([#19419](https://github.com/pantsbuild/pants/pull/19419))

* Refine `run_shell_command` docs (Cherry-pick of #19413) ([#19421](https://github.com/pantsbuild/pants/pull/19421))

* Add a sponsorships page to the docsite. (Cherry-pick of #19412) ([#19416](https://github.com/pantsbuild/pants/pull/19416))

* Get doc titles from the in-repo markdown files (Cherry-pick of #19311) ([#19321](https://github.com/pantsbuild/pants/pull/19321))

* docs: layout tweak of caching info, remove toolchain :( and additional info about bazel-remote-cache (Cherry-pick of #19299) ([#19329](https://github.com/pantsbuild/pants/pull/19329))

## 2.17.0rc1 (Jun 08, 2023)

### Plugin API Changes
Expand All @@ -20,7 +42,7 @@

### User API Changes

* Deprecate the `version/`extra_requirements` options on python tools. (Cherry-pick of #19204) ([#19211](https://github.com/pantsbuild/pants/pull/19211))
* Deprecate the `version/extra_requirements` options on python tools. (Cherry-pick of #19204) ([#19211](https://github.com/pantsbuild/pants/pull/19211))

* Terraform: Hashes for MacOS binaries have changed (Cherry-pick of #19004) ([#19136](https://github.com/pantsbuild/pants/pull/19136))

Expand Down

0 comments on commit 0973669

Please sign in to comment.