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 2.15.0a1. #17535

Merged
merged 1 commit into from
Nov 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions src/python/pants/notes/2.15.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# 2.15.x Release Series

## 2.15.0a1 (Nov 11, 2022)

### New Features

* A --resolve flag, to specify the resolves to export. (Cherry-pick of #17416) ([#17461](https://github.com/pantsbuild/pants/pull/17461))

### User API Changes

* Deprecate the old export semantics. (Cherry-pick of #17465) ([#17466](https://github.com/pantsbuild/pants/pull/17466))

### Bug fixes

* Fix memoization of `CoarsenedTarget.closure` (Cherry-pick of #17516) ([#17518](https://github.com/pantsbuild/pants/pull/17518))

* Support parsing targets from additional paths not containing BUILD files. (Cherry-pick of #17451) ([#17513](https://github.com/pantsbuild/pants/pull/17513))

* Ensure lockfile target exists before injecting a dependency to it. (Cherry-pick of #17365) ([#17505](https://github.com/pantsbuild/pants/pull/17505))

* Ensure correct eq/hash semantics for PythonArtifact. (Cherry-pick of #17484) ([#17492](https://github.com/pantsbuild/pants/pull/17492))

* Flip the default for `pull` on `docker_image` to `False` (Cherry-pick of #17459) ([#17460](https://github.com/pantsbuild/pants/pull/17460))

* Isolate config seed values from the DEFAULT section. (Cherry-pick of #17474) ([#17485](https://github.com/pantsbuild/pants/pull/17485))

* Fix poorly understood stdout redirection issue. (Cherry-pick of #17471) ([#17473](https://github.com/pantsbuild/pants/pull/17473))

* Fix propagation of the remote-execution-append-only-caches path (Cherry-pick of #17469) ([#17472](https://github.com/pantsbuild/pants/pull/17472))

* Fix dep inference from `shuint2_tests` targets. (Cherry-pick of #17417) ([#17422](https://github.com/pantsbuild/pants/pull/17422))

* Fix `EnvironmentName` used in `test` runs (Cherry-pick of #17412) ([#17415](https://github.com/pantsbuild/pants/pull/17415))

* Restore debug hints for `test` execution (Cherry-pick of #17406) ([#17407](https://github.com/pantsbuild/pants/pull/17407))

### Performance

* Skip loading of local cache data when possible (Cherry-pick of #17495) ([#17524](https://github.com/pantsbuild/pants/pull/17524))

* Symlink site-packages into `pylint` venvs when possible. (Cherry-pick of #17488) ([#17491](https://github.com/pantsbuild/pants/pull/17491))

* Filter coarsened targets to only those that are relevant in `pylint` runner rule (Cherry-pick of #17487) ([#17490](https://github.com/pantsbuild/pants/pull/17490))

### Documentation

* Fix line breaks in a docs page. (Cherry-pick of #17527) ([#17528](https://github.com/pantsbuild/pants/pull/17528))

* Clarify how `__defaults__` apply to target generators. (Cherry-pick of #17493) ([#17499](https://github.com/pantsbuild/pants/pull/17499))

* Fix version templating in `vcs_version` docs (Cherry-pick of #17423) ([#17425](https://github.com/pantsbuild/pants/pull/17425))

## 2.15.0a0 (Oct 28, 2022)

### New Features
Expand Down