mirror of https://github.com/docker/docs.git
Merge pull request #2053 from dnephin/update_release_notes
Add 1.4.1 release notes and download instructions
This commit is contained in:
commit
c2b8d5863a
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,6 +1,22 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
1.4.1 (2015-09-10)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
The following bugs have been fixed:
|
||||||
|
|
||||||
|
- Some configuration changes (notably changes to `links`, `volumes_from`, and
|
||||||
|
`net`) were not properly triggering a container recreate as part of
|
||||||
|
`docker-compose up`.
|
||||||
|
- `docker-compose up <service>` was showing logs for all services instead of
|
||||||
|
just the specified services.
|
||||||
|
- Containers with custom container names were showing up in logs as
|
||||||
|
`service_number` instead of their custom container name.
|
||||||
|
- When scaling a service sometimes containers would be recreated even when
|
||||||
|
the configuration had not changed.
|
||||||
|
|
||||||
|
|
||||||
1.4.0 (2015-08-04)
|
1.4.0 (2015-08-04)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ To install Compose, do the following:
|
||||||
6. Test the installation.
|
6. Test the installation.
|
||||||
|
|
||||||
$ docker-compose --version
|
$ docker-compose --version
|
||||||
docker-compose version: 1.4.0
|
docker-compose version: 1.4.1
|
||||||
|
|
||||||
## Upgrading
|
## Upgrading
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue