Skip to content

v1.25.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 20:49
· 433 commits to main since this release

1.25.0 (2022-09-01)

Bug Fixes

  • cli: convert deployCommand auto-approve (#685) (78f3209)
  • cli: Docker verify improved (#679) (552cd77)
  • dev: Dev command leaves containers running when process exits with an error (#677) (b8e5165)
  • dev: Fixed host regex that shouldnt have a global match that caused regexp.exec to not work as desired (#689) (1a6428d)
  • dev: fixing healthcheck liveness probe protocol for port/path (#678) (81e69f0)
  • dev: Handle edge cases when starting components with pre-existing containers (9cffb28)
  • exec: Handle case where older version of compose is used and ConfigFiles doesnt exist (#681) (c0112d2)
  • exec: Handle terminal resize events in exec (#675) (6ff95a5)
  • exec: Improve error message for Windows PS users (#680) (c214870)
  • subdomain: 488 prevent nested subdomain (#674) (0445430)

Features