From 0eaf57466d85ea15f28c5d2c271eef4b5fc2fcec Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Mon, 10 May 2021 17:25:50 -0300 Subject: [PATCH 1/2] Update changelog to 1.29.2 Signed-off-by: Ulysses Souza --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6ac6158..75bc7c749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Change log ========== +1.29.2 (2021-05-10) +------------------- + +[List of PRs / issues for this release](https://github.com/docker/compose/milestone/59?closed=1) + +### Miscellaneous + +- Remove prompt to use `docker compose` in the `up` command + +- Bump `py` to `1.10.0` in `requirements-indirect.txt` + 1.29.1 (2021-04-13) ------------------- From 203576363e69cf7d3932ec6c4c058582f70b95c4 Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Mon, 10 May 2021 17:26:17 -0300 Subject: [PATCH 2/2] Remove section mentioning _config_authoring on docs Signed-off-by: Ulysses Souza --- script/release/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/script/release/README.md b/script/release/README.md index b42e4fa1d..d44a4ec5c 100644 --- a/script/release/README.md +++ b/script/release/README.md @@ -20,4 +20,3 @@ This should trigger a new CI build on the new tag. When the CI finishes with the 4. In case of a GA version, please update `docker-compose`s release notes and version on [github documentation repository](https://github.com/docker/docker.github.io): - [Release Notes](https://github.com/docker/docker.github.io/blob/master/compose/release-notes.md) - [Config version](https://github.com/docker/docker.github.io/blob/master/_config.yml) - - [Config authoring version](https://github.com/docker/docker.github.io/blob/master/_config_authoring.yml)