Skip to content

Releases: inetum-orleans/docker-devbox-ddb

v2.0.1

17 Oct 07:52
Compare
Choose a tag to compare

Fix

  • pyinstaller: Add a datafile from cookiecutter to the binary bundle of pyInstaller (c51361d)

v2.0.0

16 Oct 13:06
Compare
Choose a tag to compare

Feature

  • Always specify the docker-compose.yml file in docker run (#224) (3f756de)

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

18 Feb 08:32
Compare
Choose a tag to compare

Feature

  • dependencies: Add python 3.11 support (e6fcd6a)

Fix

  • shell: Replace tempfile with mktemp to remove the deprecation warning (46329df)

v1.16.0

13 Oct 11:05
Compare
Choose a tag to compare

Feature

  • file: Add **/.yarn to file.excludes default value (5ccfb47)
  • windows: Improve windows support (2aded1f)
  • docker: Add docker compose v2 support (d1d522b)
  • docker: Set docker.ip fallback to 127.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)

v1.15.6

09 Nov 11:27
Compare
Choose a tag to compare

Fix

  • run: Wrap $@ in single quote to echo command in temporary file (d5ee3a2)

v1.15.5

09 Nov 10:28
Compare
Choose a tag to compare

Fix

  • run: Fix DDB_RUN_OPTS handling to quote arguments properly (e91a168)

v1.15.4

05 Nov 16:25
Compare
Choose a tag to compare

Fix

  • shell: Fix invalid generated binary shims (#213) (5301003)

v1.15.2

18 Oct 14:15
Compare
Choose a tag to compare

Fix

  • core: Use tag instead of version to build release url (446b140)
  • copy: Fix copy when used in a subdirectory (602086b)

v1.15.1

14 Oct 12:19
Compare
Choose a tag to compare

Fix

  • fixuid: Enhance verbosity and user messages (3668379)

v1.15.0

14 Oct 10:42
Compare
Choose a tag to compare

Feature

  • Drop ubuntu 16.04 support for binary (7335a5c)
  • fixuid: Use docker cli instead of docker-py (cba2394)

Fix

  • fixuid: Use fixuid v0.5.1 (0fd82e1)