From cf5e9c1a776b245a8a2a1b43f3cc86046ed98618 Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Wed, 22 Feb 2023 19:48:12 -0800 Subject: [PATCH] Prepare `2.15.0rc7`. (#18338) --- src/python/pants/notes/2.15.x.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/python/pants/notes/2.15.x.md b/src/python/pants/notes/2.15.x.md index 6233116f487..05771b3a3b2 100644 --- a/src/python/pants/notes/2.15.x.md +++ b/src/python/pants/notes/2.15.x.md @@ -96,6 +96,16 @@ These synthetic targets can also be generator targets in order to further create [plugin documentation for the Synthetic Targets API](https://www.pantsbuild.org/v2.15/docs/target-api-concepts#synthetic-targets-api) for more information. +## 2.15.0rc7 (Feb 22, 2023) + +### Bug fixes + +* Docker environment uses a volume for named caches (Cherry-pick of #18327) ([#18337](https://github.com/pantsbuild/pants/pull/18337)) + +* go: add backends which were missing from distribution (Cherrypick of #18312) ([#18316](https://github.com/pantsbuild/pants/pull/18316)) + +* Ensure that the pep-517 backend shim works on Python 2.7. (Cherry-pick of #18295) ([#18300](https://github.com/pantsbuild/pants/pull/18300)) + ## 2.15.0rc6 (Feb 16, 2023) ### New Features