Skip to content

Commit

Permalink
Bump 1.11.2
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <joffrey@docker.com>
  • Loading branch information
shin- committed Feb 17, 2017
1 parent b9e9177 commit dfed245
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Change log
==========

1.11.2 (2017-02-17)
-------------------

### Bugfixes

- Fixed a bug that was preventing secrets configuration from being
loaded properly

- Fixed a bug where the `docker-compose config` command would fail
if the config file contained secrets definitions

- Fixed an issue where Compose on some linux distributions would
pick up and load an outdated version of the requests library

- Fixed an issue where socket-type files inside a build folder
would cause `docker-compose` to crash when trying to build that
service

- Fixed an issue where recursive wildcard patterns `**` were not being
recognized in `.dockerignore` files.

1.11.1 (2017-02-09)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion compose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals

__version__ = '1.11.1'
__version__ = '1.11.2'
2 changes: 1 addition & 1 deletion script/run/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

set -e

VERSION="1.11.1"
VERSION="1.11.2"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit dfed245

Please sign in to comment.