diff --git a/src/python/pants/notes/2.13.x.md b/src/python/pants/notes/2.13.x.md index e5b37834a6c..deb4e4b34c3 100644 --- a/src/python/pants/notes/2.13.x.md +++ b/src/python/pants/notes/2.13.x.md @@ -1,5 +1,19 @@ # 2.13.x Release Series +## 2.13.1rc2 (Oct 19, 2022) + +### Bug fixes + +* Fix remote execution not working with remote caching and eager fetch mode (Cherry-pick of #17272) ([#17274](https://github.com/pantsbuild/pants/pull/17274)) + +* Adjust `ensure_remote_has_recursive` to succeed if content only exists remotely (Cherry-pick of #17204) ([#17243](https://github.com/pantsbuild/pants/pull/17243)) + +* fixup name of opt-in flag in error message ([#17038](https://github.com/pantsbuild/pants/pull/17038)) + +### Documentation + +* Add CI talk to resources (Cherry-pick of #17238) ([#17242](https://github.com/pantsbuild/pants/pull/17242)) + ## 2.13.1rc1 (Oct 07, 2022) ### User API Changes