Skip to content

Commit

Permalink
"Bump 1.29.0"
Browse files Browse the repository at this point in the history
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
  • Loading branch information
Anca Iordache committed Apr 6, 2021
1 parent c81046a commit 0773730
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Change log
==========

1.29.0 (2021-04-06)
-------------------

[List of PRs / issues for this release](https://github.com/docker/compose/milestone/56?closed=1)

### Features

- Add profile filter to `docker-compose config`

- Add a `depends_on` condition to wait for successful service completion

### Miscellaneous

- Add image scan message on build

- Update warning message for `--no-ansi` to mention `--ansi never` as alternative

- Bump docker-py to 5.0.0

- Bump PyYAML to 5.4.1

- Bump python-dotenv to 0.17.0

1.28.6 (2021-03-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion compose/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.29.0dev'
__version__ = '1.29.0'
Empty file modified script/release/release.py
100644 → 100755
Empty file.
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.26.1"
VERSION="1.29.0"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit 0773730

Please sign in to comment.