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

v0.9.1-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@docker-dsg-cibot docker-dsg-cibot released this 24 Apr 09:56
· 1 commit to master since this release
9d2c67f

Changes since v0.9.0-beta1

New Features

  • Add a new inspect command to display information on running applications #721
  • Image inspect non-app CNABs #753
  • Allow rm of multiple apps in one command #775
  • Add multitag support for build #771 #803
  • Introduce Arm64 support #777

UX Improvements

  • Add warnings for env_file entries not copied #610
  • Only push applications from the local store #732
  • Move validate command to experimental mode. #625
  • Make flag cnab-bunle-json experimental #731
  • --installer-context option is experimental #733
  • Added the creation date to the App bundle and prints the time since creation in the docker app image ls output #735 #739 #756 #778
  • Fix output to have a consistent naming #750
  • Remove extra flags on docker app inspect command #751
  • Support format option in docker app ls #743
  • Add services column to docker app ls command #757
  • Added Compose validation #760
  • Warn user if the app bundle version differs with the current app version #769
  • Standardize column spacing in output #774
  • Add -f shorthand to app rm --force #776

Fixes

  • Download Docker CLI instead of building it #730
  • Experimental flags are hidden by experimentalCLI #736
  • Use markdown in CLI examples for automatic documentation generation #737
  • Fix incorrect examples for docker app build command #738
  • Update README to reflect the UX changes in Docker App #734 #744 #745
  • Add a seed for better randomness #741
  • Fix remove image by Id #740
  • Update examples #754 #758 #761
  • Fix typo on bundle store #759
  • Clean path before validating app #767
  • Add integration tests to check CNAB bundle API #755
  • Fix broken output on docker app build #768
  • Relocation the right way #765
  • Remove fossa scan #772
  • Remove poll-breaking assertion in e2e tests #784
  • Fix folder name in example voting app README #800

Dependencies updates

  • Bump github.com/jackpal/gateway #749
  • Bump buildx and fix file finalizer breaking the stdout fix #779
  • Bump docker/cli to master revision #802
  • Bump golang, alpine and CI tools #801