mirror of https://github.com/docker/docs.git
Merge pull request #1362 from docker/cluster-relnotes-8-2019
Cluster relnotes 8 2019
This commit is contained in:
commit
f3363e15fd
|
@ -51,7 +51,7 @@ your client and daemon API versions.
|
||||||
>
|
>
|
||||||
> To enable experimental features in the Docker CLI, edit the
|
> To enable experimental features in the Docker CLI, edit the
|
||||||
> [config.json](/engine/reference/commandline/cli.md#configuration-files)
|
> [config.json](/engine/reference/commandline/cli.md#configuration-files)
|
||||||
> and set `experimental` to `enabled`. You can go [here](https://github.com/docker/docker.github.io/blob/master/_includes/experimental.md)
|
> and set `experimental` to `enabled`. You can go [here](https://docs.docker.com/engine/reference/commandline/cli/#experimental-features)
|
||||||
> for more information.
|
> for more information.
|
||||||
{: .important }
|
{: .important }
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,23 @@ This page provides information about Docker Cluster versions.
|
||||||
|
|
||||||
# Version 1
|
# Version 1
|
||||||
|
|
||||||
|
|
||||||
|
## 1.2.0
|
||||||
|
(2019-10-2)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- 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
|
## Version 1.1.0
|
||||||
(2019-09-03)
|
(2019-09-03)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue