From fe49f123a0e04404b2a56b171db3431c596799af Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Tue, 26 Jan 2021 17:23:54 -0300 Subject: [PATCH 1/2] Bump compose 1.28.2 Signed-off-by: Ulysses Souza --- _config.yml | 2 +- compose/release-notes.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 213c048fabed..15d7fde42710 100644 --- a/_config.yml +++ b/_config.yml @@ -22,7 +22,7 @@ exclude: ["_samples", "_scripts", "404.html", "datacenter", "ee", "index.html", # You can't have - characters in these for non-YAML reasons latest_engine_api_version: "1.41" docker_ce_version: "20.10" -compose_version: "1.28.0" +compose_version: "1.28.2" compose_file_v3: "3.9" compose_file_v2: "2.4" machine_version: "0.16.0" diff --git a/compose/release-notes.md b/compose/release-notes.md index fd7a0ff528aa..83da9c10d2f4 100644 --- a/compose/release-notes.md +++ b/compose/release-notes.md @@ -7,6 +7,19 @@ redirect_from: - /release-notes/docker-compose/ --- +## 1.28.2 +(2021-01-26) + +### Bugs + +- Revert to Python 3.7 bump for Linux static builds + +- Add bash completion for `docker-compose logs|up --no-log-prefix` + +### Miscellaneous + +- CI setup update + ## 1.28.0 (2021-01-20) From 53916c3920beed3e6c3c4a96fdeae8c81135af0f Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Wed, 27 Jan 2021 10:29:10 +0000 Subject: [PATCH 2/2] Updated the section to bug fixes --- compose/release-notes.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/compose/release-notes.md b/compose/release-notes.md index 83da9c10d2f4..89f4bb0ae0ee 100644 --- a/compose/release-notes.md +++ b/compose/release-notes.md @@ -10,7 +10,7 @@ redirect_from: ## 1.28.2 (2021-01-26) -### Bugs +### Bug fixes - Revert to Python 3.7 bump for Linux static builds @@ -37,7 +37,7 @@ redirect_from: - Docker Compose now uses the native Docker CLI's `build` command when building images. Set the `COMPOSE_DOCKER_CLI_BUILD=0` environment variable to disable this feature. -### Bugs +### Bug fixes - Made `parallel_pull=True` by default. @@ -86,7 +86,7 @@ redirect_from: ## 1.27.4 (2020-09-24) -### Bugs +### Bug fixes - Removed path checks for bind mounts. @@ -97,7 +97,7 @@ redirect_from: ## 1.27.3 (2020-09-16) -### Bugs +### Bug fixes - Merged `max_replicas_per_node` on `docker-compose config`. @@ -112,14 +112,14 @@ redirect_from: ## 1.27.2 (2020-09-10) -### Bugs +### Bug fixes - Fixed bug on `docker-compose run` container attach. ## 1.27.1 (2020-09-10) -### Bugs +### Bug fixes - Fixed `docker-compose run` when `service.scale` is specified. @@ -148,7 +148,7 @@ redirect_from: - Parsed `network_mode` on build. -### Bugs +### Bug fixes - Ignored build context path validation when building is not required.