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.