Ver Fonte

Add changelog

Signed-off-by: Christopher Crone <[email protected]>
Christopher Crone há 5 anos atrás
pai
commit
6d901c599d
1 ficheiros alterados com 37 adições e 0 exclusões
  1. 37 0
      CHANGELOG.md

+ 37 - 0
CHANGELOG.md

@@ -0,0 +1,37 @@
+# Changelog
+
+<!-- TEMPLATE
+## x.y.z - YYYY-MM-DD
+
+Release headlines
+
+### Added
+*
+
+### Changed
+*
+
+### Removed
+*
+
+### Fixed
+*
+
+### Known issues
+*
+
+[Release diff](https://github.com/docker/api/compare/<LAST TAG>...<THIS TAG>)
+-->
+
+## 0.1.z - 2020-06-DD
+
+First public release beta of the Docker CLI with
+[ACI](https://azure.microsoft.com/en-us/services/container-instances/)
+integration!
+
+This release includes:
+* Initial support for deploying containers to Azure Container Instances (ACI)
+* A gRPC API for managing contexts and containers
+
+### Known issues
+*