Skip to content

22.03.9

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 18:29
· 1674 commits to main since this release
22.03.9

Features

  • install-dev: Ensure that the user is on the build root directory (the repository's topmost directory). (#524)
  • client: Bump the compatible manager API version range to v6.20220615 (#533)

Fixes

  • Use uname -m instead of uname -p for better compatibility with many Linux variants and macOS when configuring the image registry and pulling the base Python image (#505)
  • Fix prepare() not running when start_session() call hangs without raising Exception (#514)
  • Update the sample docker-compose configuration so that the healthcheck for Redis container takes care of "loading" status of the Redis server (#527)
  • Fix background tasks exiting without notice due to inappropriate exception handling inside task (#530)

Miscellaneous

  • Upgrade the CPython version requirement to 3.10.5 (#481)
  • Introduce isort as our linter and formatter to ensure consistency of the code style of import statements (#495)
  • Let git ignore /scratches directory that kernels use. (#497)
  • Manually upgrade pex version to 2.1.93 to avoid alternating platform tags in lockfiles depending on at which architecture the lockfiles are generated (#498)
  • Upgrade pex to 2.1.94 which addresses a fresh ./pants expor regression in #498's manual upgrade to 2.1.93 (#506)
  • Upgrade Pants to 2.12.0rc3 to 2.12.0 (#508)
  • Let scripts/install-dev.sh configure the standard git pre-push hook that runs fmt for all files and lint/check against the changed files (#518)
  • Improve the latency of git pre push hook with better defaults and auto-detection of release branches (#519)
  • Add git pre-commit hook to run a quick lint check and improve install-dev.sh script to properly create-or-update the git hook scripts (#520)

Full Changelog

Check out the full changelog until this release (22.03.9).