Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.29.0rc2 #9971

Merged
merged 1 commit into from
Jun 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/python/pants/notes/1.29.x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ This document describes releases leading up to the ``1.29.x`` ``stable`` series.

See https://pants.readme.io/v1.29/docs/release-notes-1-29 for an overview of the changes in this release.

1.29.0rc2 (6/04/2020)
---------------------

Bugfixes
~~~~~~~~

* Set the pex_root cache only at build time (#9958)
`Issue #984 <https://github.com/pantsbuild/pex/issues/984>`_
`PR #9958 <https://github.com/pantsbuild/pants/pull/9958>`_

* Fix lease extension, and make it recursive (#9956)
`PR #9956 <https://github.com/pantsbuild/pants/pull/9956>`_

* Fix deadlock between Session and WorkunitStore. (#9959)
`PR #9959 <https://github.com/pantsbuild/pants/pull/9959>`_


1.29.0rc1 (6/02/2020)
---------------------

Expand Down