Releases: inetum-orleans/docker-devbox-ddb
Releases · inetum-orleans/docker-devbox-ddb
v2.0.1
v2.0.0
Feature
Fix
- tests: Replace docker-compose with python-on-whales (#227) (
52c2bce
) - doc: Fix XDebug typo in doc (
25a87f3
) - doc: Links to docker-devbox should go on the correct repo (
2bee946
) - tests: Unset local variable override to allow local tests (
09f7caa
) - ci: Remove deprecated docker-compose dependency (
714da68
) - ci: Use python-semantic-release < 8 for now (
f51174d
) - readme: Replace compose v1 with v2 (
b63fdd0
) - tests: Fixed tests related to the recent ddb run modification (
cf0376f
) - pylint: Disable false-positive pylint warning (
cb460c9
) - doc: Fixed typo in symfony sample (
ffb8f19
)
Breaking
- remove support for ubuntu 18 (
b2ff624
)
v1.17.0
v1.16.0
Feature
- file: Add
**/.yarn
tofile.excludes
default value (5ccfb47
) - windows: Improve windows support (
2aded1f
) - docker: Add docker compose v2 support (
d1d522b
) - docker: Set
docker.ip
fallback to127.0.0.1
(5d0afb8
)
Fix
- windows: Fix invalid mapPath in libjsonnet (
74ef98a
) - docker: Sort path mapping in both python and jsonnet (
e9d53e3
)
Performance
- file: Improve performance of file walker (
6bf49ea
)