Skip to content

Releases: grantila/compd

v4.1.1

20 Apr 11:41
ffbb613

Choose a tag to compare

4.1.1 (2022-04-20)

Bug Fixes

  • docker: fixed handling docker-compose containers without image (build from file) (ffbb613)

v4.1.0

20 Apr 10:01
435650c

Choose a tag to compare

4.1.0 (2022-04-20)

Features

  • docker: added --build to forward to 'docker-compose up' (435650c)
  • wait: added --wait flag for adding extra waiting seconds before running the command (2bef30c)

v4.0.1

25 Feb 08:44
0426985

Choose a tag to compare

4.0.1 (2022-02-25)

Bug Fixes

  • postgres: Increased postgres timeout, can be really slow to start up (0426985)

v4.0.0

19 Oct 17:47
760ac4d

Choose a tag to compare

4.0.0 (2021-10-19)

Bug Fixes

  • debug: only show psql connection issues after last failed attempt (3c2e3ed)
  • deps: bumped oppa (and dev deps) (aaab4f9)
  • readiness: silence "warnings" about readiness detectors missing (3e15805), closes #9

Features

  • docker-compose: default to docker-compose.yml|yaml for filename (c3454b2)
  • docker: added support for non-localhost docker hosts (760ac4d)

BREAKING CHANGES

  • docker: Adds new environment variables (_HOST) to the invoked program

v3.0.0

01 Aug 11:28
a0e97bf

Choose a tag to compare

3.0.0 (2021-08-01)

Bug Fixes

  • core: Adds explicit process.exit when things fail (672ce0c)
  • core: fixed parsing of environments and labels (124e5b0)

Features

  • deps: bumped deps, requires node 12 (d21add0)

BREAKING CHANGES

  • deps: requires node 12

v2.0.2

19 Mar 23:20
181dc58

Choose a tag to compare

2.0.2 (2021-03-19)

Bug Fixes

  • core: fixed argument quote escaping to be more correct (181dc58)

v2.0.1

03 Mar 22:07
f36086d

Choose a tag to compare

2.0.1 (2021-03-03)

Bug Fixes

  • readme: fixed build badge in README (f36086d)

v2.0.0

03 Mar 22:03
86a7305

Choose a tag to compare

2.0.0 (2021-03-03)

Bug Fixes

  • deps: bumped all deps (86a7305)
  • deps: bumped deps and cleaned up CI (travis) deps (451ebce)

Features

  • nodejs: requires Node.js 10+ (ff471ac)

BREAKING CHANGES

  • nodejs: Node.js 10+

v1.3.7

28 Jan 18:44

Choose a tag to compare

1.3.7 (2020-01-28)

Bug Fixes

  • deps: bumped deps and cleaned up CI (travis) deps (113c788)

v1.3.6

28 Jan 18:27

Choose a tag to compare

1.3.6 (2020-01-28)

Bug Fixes

  • core: fixed parsing of docker-compose file when port is numeric (1e26d48)