adding cluster notes

This commit is contained in:
Dawn W Docker 2019-10-04 12:46:28 -07:00
parent fe277e2cd0
commit 433d40495a
1 changed files with 8 additions and 1 deletions

View File

@ -8,17 +8,24 @@ This page provides information about Docker Cluster versions.
# Version 1
##
## 1.2.0
(2019-10-2)
### Features
- Add new env variable type which allows users to supply cluster variable values as an environment variable (DCIS-509)
- Added new env variable type which allows users to supply cluster variable values as an environment variable (DCIS-509)
### Fixes
- Fixed an issue where errors in the cluster commands would return exit code of 0 (DCIS-508)
- New error message displayed when a docker login is required:
```Checking for licenses on Docker Hub
Error: no Hub login info found; please run 'docker login' first
```
## Version 1.1.0
(2019-09-03)