This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
Releases: docker/app
Releases · docker/app
v0.6.0
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
andmerge
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
Changelog for release v0.5.0:
push
now works on Windows and bypasses the local docker daemon by talking directly to the registry.save
andls
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
v0.4.0
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 todocker-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
Changelog
- Add
docker-app ls
command to list images. - Add
docker-app merge
anddocker-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
0.1.0
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.