v0.7.16 (2024-10-19)
- semantic-release: fix templates (
bc2f55b
)
v0.7.15 (2024-10-19)
- fix gitlint installation (
4aa65b2
)
v0.7.14 (2023-10-31)
- poetry: bump dependencies (
51eb8f5
)
- utils/quote_args: improve type hints (
ca104b0
)
- test against Python 3.12 (
a9fedad
)
- CHANGELOG: use custom template (
647b4ad
)
v0.7.13 (2023-08-20)
- poetry: bump dependencies (
cbf1df9
)
- improve Dockerfile parsing (
471ee5e
)
- README: update Conventional Commits badge (
f8a5dfd
)
v0.7.12 (2023-08-01)
- poetry: bump dependencies (
1780376
)
v0.7.11 (2023-06-26)
- deps: update dependency pygit2 to v1.12.2 (
13d5ddd
)
- remove deprecated
pygit2
override (799c905
)
v0.7.10 (2023-06-22)
v0.7.9 (2023-06-18)
- deps: bump dependencies (
7f85421
)
- README: update Renovate badge (
e6a4c12
)
v0.7.8 (2023-05-30)
- deps: bump dependencies (
39fcbb4
)
v0.7.7 (2023-03-15)
- deps: bump dependencies (
4646796
)
v0.7.6 (2022-12-28)
- deps: bump dependencies (
5209a51
)
v0.7.5 (2022-10-15)
- deps: update dependencies (
2aa0ac3
)
v0.7.4 (2022-03-25)
- deps: update dependency python-on-whales to ^0.40.0 (
030380b
)
v0.7.3 (2022-03-15)
- deps: update dependency python-on-whales to ^0.39.0 (
b35ba6b
)
v0.7.2 (2022-03-12)
- deps: update dependency python-on-whales to ^0.38.0 (
2d3f079
)
v0.7.1 (2022-03-01)
- deps: update dependency python-on-whales to ^0.37.0 (
cf88aa3
)
- git: use
pygit2
instead of the Git CLI (a4f6c27
)
v0.7.0 (2022-02-07)
- add
--spec-pattern
CLI option (3e47052
)
- deps: update dependency python-on-whales to ^0.36.0 (
8cf2f34
)
- utils: allow quoting any type of argument (
1695bd3
)
- add example for Docker with SSH agent passthrough (
b1e85bb
)
v0.6.1 (2022-01-16)
- release: fix build command (
f24f16c
)
v0.6.0 (2022-01-16)
- 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)
- 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