From bd0c85a859435237c3056dec2dcc5d416bb1c427 Mon Sep 17 00:00:00 2001 From: trfore Date: Mon, 4 Nov 2024 15:16:46 -0600 Subject: [PATCH] chore: add removal of debian 10 to changelog --- CHANGELOG.rst | 1 + changelogs/changelog.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 39c6cba..66f4c95 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,7 @@ Breaking Changes / Porting Guide -------------------------------- - Remove testing support for CentOS 8 due to EOL. +- Remove testing support for Debian 10 due to EOL. Bugfixes -------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e333752..93323b2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -58,6 +58,7 @@ releases: changes: breaking_changes: - Remove testing support for CentOS 8 due to EOL. + - Remove testing support for Debian 10 due to EOL. bugfixes: - Pulling the latest smallstep CLI package, due to the GitHub tag not aligning with the package name.