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

Releases: docker/app

v0.6.0

04 Oct 13:37
9f9c668
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Changelog for release v0.6.0:

  • Add support for external files (extra configuration files): when pushing and pulling all files present in the application folder are included.
  • Render can now produce output in multiple formats (YAML or JSON).
  • split and merge now work properly when specifying an image as input and no output.
  • Fix multiple issues in Helm chart generation.
  • Command line accepts a trailing slash in the application path.

v0.5.0

14 Sep 11:54
aef230a
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Changelog for release v0.5.0:

  • push now works on Windows and bypasses the local docker daemon by talking directly to the registry.
  • save and ls have been removed as a consequence of previous change.
  • All commands now accept an application package as a URL.
  • inspect now also shows a summary of services, networks, volumes and secrets.
  • push command now accepts a custom repository name.
  • completion command can generate zsh completion in addition to bash.
  • Fix a panic when using x-enabled: false.
  • Fix a bug where the application directory name was wrong when extracting from a Docker image.
  • Fix a rendering bug where overriding variables without any default value in settings would fail.

v0.4.1

22 Aug 12:30
48c0769
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Changelog

  • Fix for docker-app save regression in v0.4.0, thanks to @jhrabi for catching this!

v0.4.0

21 Aug 13:47
525d93b
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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.

v0.3.0

29 Jun 13:17
fba6a09
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changelog

  • Add docker-app ls command to list images.
  • Add docker-app merge and docker-app split to convert an application package between single-file and directory formats.
  • Support creating helm charts which can be deployed to UCP 3.0 (Compose for Kubernetes v1beta1 API support).

v0.2.0

11 Jun 15:13
854872f
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

The second release of the docker-app tool for building Compose-based application packages.

This release adds support for sharing application packages on the Hub through the push command.

0.1.0

11 May 11:56
9eec848
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

The first, internal-only, release of the docker-app tool for building Compose-based application packages. This is intended for feedback and early testing by Docker employees outside the Application Definition team.

If you try this release out please let us know and open issues as needed. Note that the repository will be public in the future so only open issues containing information that is OK to be read by folks outside Docker.