From 9a429a103ebc9e832eab1aa4cf43c811f2d381b6 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 6 Feb 2023 09:05:25 +0100 Subject: [PATCH] Release 1.10.15. --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 10 ++++++++++ changelogs/fragments/eol.yml | 4 ---- 3 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 changelogs/fragments/eol.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a503827..8b12247c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Docker Community Collection Release Notes .. contents:: Topics +v1.10.15 +======== + +Release Summary +--------------- + +Final maintenance release of community.docker major version 1. + +Major Changes +------------- + +- The community.docker 1.x.y release stream is now effectively **End of Life**. No more releases will be made, and regular CI runs will stop. + v1.10.14 ======== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 63951a45..08c5eff2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -239,6 +239,16 @@ releases: - 553-docker_plugin-check-mode.yml - 554-env-vars.yml release_date: '2023-01-14' + 1.10.15: + changes: + major_changes: + - The community.docker 1.x.y release stream is now effectively **End of Life**. + No more releases will be made, and regular CI runs will stop. + release_summary: Final maintenance release of community.docker major version + 1. + fragments: + - eol.yml + release_date: '2023-02-06' 1.10.2: changes: bugfixes: diff --git a/changelogs/fragments/eol.yml b/changelogs/fragments/eol.yml deleted file mode 100644 index 8f23ba4e..00000000 --- a/changelogs/fragments/eol.yml +++ /dev/null @@ -1,4 +0,0 @@ -release_summary: Final maintenance release of community.docker major version 1. -major_changes: - - The community.docker 1.x.y release stream is now effectively **End of Life**. - No more releases will be made, and regular CI runs will stop.