Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mat007 mat007 released this 21 Aug 13:47
· 912 commits to master since this release
525d93b

This 0.4.0 release of docker-application comes with the following changes:

  • Fix single-file document separator to use the standard '---'. This might break existing files.
  • Simplify docker application detection: Files and directory not ending with .dockerapp will no longer be recognized.
  • Add a new validate command that checks the content of an application package for errors.
  • Add a new fork command to duplicate and modify an existing application package.
  • Add --with-registry-auth flag to docker-app deploy
  • Fix a bug where application was not recognized if a trailing '/' was left on the CLI.
  • Harden YAML parsing against YAML bombs.
  • Lots of refactoring.