Skip to content

Latest commit

 

History

History
247 lines (129 loc) · 9.67 KB

CHANGELOG.md

File metadata and controls

247 lines (129 loc) · 9.67 KB

Changelog

v0.7.16 (2024-10-19)

Bug Fixes

  • semantic-release: fix templates (bc2f55b)

v0.7.15 (2024-10-19)

Bug Fixes

  • poetry: bump dependencies (ca5a0a9)
  • poetry: sunset Python 3.8 (5bf2ed4)

Reverts

  • fix gitlint installation (4aa65b2)

v0.7.14 (2023-10-31)

Bug Fixes

  • poetry: bump dependencies (51eb8f5)

Code Refactoring

  • utils/quote_args: improve type hints (ca104b0)

Reverts

  • test against Python 3.12 (a9fedad)

Documentation

  • CHANGELOG: use custom template (647b4ad)

v0.7.13 (2023-08-20)

Bug Fixes

  • poetry: bump dependencies (cbf1df9)

Code Refactoring

  • improve Dockerfile parsing (471ee5e)

Documentation

  • README: update Conventional Commits badge (f8a5dfd)

v0.7.12 (2023-08-01)

Bug Fixes

  • poetry: bump dependencies (1780376)

v0.7.11 (2023-06-26)

Bug Fixes

  • deps: update dependency pygit2 to v1.12.2 (13d5ddd)

Reverts

  • remove deprecated pygit2 override (799c905)

v0.7.10 (2023-06-22)

Bug Fixes

  • poetry: bump dependencies (7a15af4)
  • poetry: sunset Python 3.7 (7b33aff)

v0.7.9 (2023-06-18)

Bug Fixes

  • deps: bump dependencies (7f85421)

Documentation

  • README: update Renovate badge (e6a4c12)

v0.7.8 (2023-05-30)

Bug Fixes

  • deps: bump dependencies (39fcbb4)

v0.7.7 (2023-03-15)

Bug Fixes

  • deps: bump dependencies (4646796)

v0.7.6 (2022-12-28)

Bug Fixes

  • deps: bump dependencies (5209a51)

Documentation

  • README: add SonarCloud quality gate badge (abd5854)
  • README: remove Code Climate badge (1bd7fdd)

v0.7.5 (2022-10-15)

Bug Fixes

  • deps: update dependencies (2aa0ac3)

v0.7.4 (2022-03-25)

Bug Fixes

  • deps: update dependency python-on-whales to ^0.40.0 (030380b)

v0.7.3 (2022-03-15)

Bug Fixes

  • deps: update dependency python-on-whales to ^0.39.0 (b35ba6b)

v0.7.2 (2022-03-12)

Bug Fixes

  • deps: update dependency python-on-whales to ^0.38.0 (2d3f079)

v0.7.1 (2022-03-01)

Bug Fixes

  • deps: update dependency python-on-whales to ^0.37.0 (cf88aa3)

Code Refactoring

  • git: use pygit2 instead of the Git CLI (a4f6c27)

v0.7.0 (2022-02-07)

Features

  • add --spec-pattern CLI option (3e47052)

Bug Fixes

  • deps: update dependency python-on-whales to ^0.36.0 (8cf2f34)

Code Refactoring

  • utils: allow quoting any type of argument (1695bd3)

Documentation

  • add example for Docker with SSH agent passthrough (b1e85bb)

v0.6.1 (2022-01-16)

Bug Fixes

  • release: fix build command (f24f16c)

v0.6.0 (2022-01-16)

Features

  • packaging: migrate to Poetry (4d03220)

v0.5.3 (2022-01-09)

  • Use paths relative to spec directory

v0.5.2 (2022-01-09)

  • Stop containers with SIGKILL
  • docker cp instead of bind mounting the input specs

v0.5.0 (2022-01-08)

  • Reintroduce python-on-whales dependency

v0.4.1 (2022-01-06)

  • Streamline Git submodule detection

v0.4.0 (2022-01-02)

BREAKING CHANGES

  • Refactor command-line options

v0.3.1 (2021-12-20)

  • Suppress stderr output of Git commands

v0.3.0 (2021-12-20)

  • Fix --version option
  • Show default for --recurse-submodules flag
  • Add --ssh-agent-docker-passthrough flag

v0.2.0 (2021-05-29)

  • Fix spec file detection in current directory
  • Add --dry-run flag

v0.1.8 (2021-05-17)

  • Fix compilation inside Git submodules

v0.1.7 (2021-05-16)

  • Add --recurse-submodules flag

v0.1.6 (2021-05-09)

  • Group specs by parent for improved performance

v0.1.5 (2021-05-09)

  • Invoke cat as the container entrypoint

v0.1.4 (2021-05-08)

  • Compile in Docker using granular exec steps

v0.1.3 (2021-05-08)

  • Migrate to click printing facilities
  • Fix trailing space when no arguments are passed
  • Match arbitrarily nested spec files
  • Migrate from python-on-whales to native Docker cli calls

v0.1.2 (2021-05-05)

  • Properly escape pip-compile arguments

v0.1.1 (2021-05-05)

  • Properly escape filenames inside Docker

v0.1.0 (2021-05-04)

Initial release