From d1a60a8e194eca950aba9d2e74e5cfe8058d4253 Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Mon, 29 Jan 2024 10:08:48 -0600 Subject: [PATCH] drop support for Ubuntu 16 and Scientific Linux 7 --- CHANGELOG.md | 1 + metadata.json | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c037abe..5f4c56d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Release notes for the puppetlabs-puppetdb module. #### Unreleased * Drop support for Puppet 6 +* Drop support for Ubuntu 16.04 and Scientific Linux 7 #### 7.14.0 - 2023/10/09 * Owner of puppetdb config.ini is now root diff --git a/metadata.json b/metadata.json index bb963855..7e8163d9 100644 --- a/metadata.json +++ b/metadata.json @@ -47,12 +47,6 @@ "8" ] }, - { - "operatingsystem": "Scientific", - "operatingsystemrelease": [ - "7" - ] - }, { "operatingsystem": "SLES", "operatingsystemrelease": [ @@ -69,7 +63,6 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "16.04", "18.04", "20.04" ]