mirror of https://github.com/docker/docs.git
adding cluster notes
This commit is contained in:
parent
fe277e2cd0
commit
433d40495a
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue