From 58dc3ad3c1eae826a36cb7f6ef834ba6623d096d Mon Sep 17 00:00:00 2001 From: Laura Brehm Date: Mon, 4 Jul 2022 17:19:33 +0100 Subject: [PATCH 1/3] Update README.md of V1 branch to warn about V1 end-of-life Signed-off-by: Laura Brehm --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8b61b24ff..d0f022ae9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ Docker Compose ![Docker Compose](logo.png?raw=true "Docker Compose Logo") +# :warning: *Compose V1 is DEPRECATED* :warning: +Since [Compose V2 is now GA](https://www.docker.com/blog/announcing-compose-v2-general-availability/), Compose V1 is officially **End of Life**. This means that: +- Active development and new features will only be added to the V2 codebase +- Only security-related issues will be considered for V1 + +Check out the [V2 branch here](https://github.com/docker/compose/tree/v2/)!! + +--------------------------------------------- + ** Compose V2 is on its way! :star_struck: ** --------------------------------------------- From c9527747ebbcb973418c5792440db6608fa60ecb Mon Sep 17 00:00:00 2001 From: Laura Brehm Date: Mon, 4 Jul 2022 17:43:50 +0100 Subject: [PATCH 2/3] Change wording about V2 GA being on the way for consistency. Signed-off-by: Laura Brehm --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d0f022ae9..110d5be76 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,15 @@ Check out the [V2 branch here](https://github.com/docker/compose/tree/v2/)!! --------------------------------------------- -** Compose V2 is on its way! :star_struck: ** +** Compose V2 is **Generally Available**! :star_struck: ** --------------------------------------------- -We are currently polishing the next generation of Docker Compose, to be released soon... :stopwatch: -- Read more on [RC1 announcement](https://www.docker.com/blog/start-dev-environments-locally-compose-v2-rc-1-and-more-in-docker-desktop-3-6/). -- Check the [v2 branch](https://github.com/docker/compose/tree/v2) on this repo. +Check it out [here](https://github.com/docker/compose/tree/v2/)! -We are working towards providing an easy way to install Compose V2 on Linux. Once this is available, Compose V2 will be marked as generally available, our current target for this is the end of October. +Read more on the [GA announcement here](https://www.docker.com/blog/announcing-compose-v2-general-availability/) + + +--------------------------------------------- V1 vs V2 transition :hourglass_flowing_sand: -------------------------------------------- From db94eb0c262c0ea085eefdaed10c6d568811db37 Mon Sep 17 00:00:00 2001 From: Laura Brehm Date: Mon, 4 Jul 2022 17:57:08 +0100 Subject: [PATCH 3/3] Add end-of-life message to issue templates Signed-off-by: Laura Brehm --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/question-about-using-compose.md | 10 ++++++++++ 3 files changed, 30 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 924644eef..441cd4519 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,16 @@ assignees: '' --- + + + + Please post on our forums: https://forums.docker.com for questions about using `docker-compose`. Posts that are not a bug report or a feature/enhancement request will not be addressed on this issue tracker.