From ce337a183bb1e94a05a860aba1c5f33904f79cdc Mon Sep 17 00:00:00 2001 From: david22swan Date: Wed, 23 Mar 2022 12:34:16 +0000 Subject: [PATCH 1/4] (GH-iac-334) Remove Support for Ubuntu 16.04 --- metadata.json | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata.json b/metadata.json index 137e9e98..95d58479 100644 --- a/metadata.json +++ b/metadata.json @@ -36,7 +36,6 @@ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "14.04", - "16.04", "18.04", "20.04" ] From 5b10b214fc46ff7914c4184feccbcf860f5426cf Mon Sep 17 00:00:00 2001 From: david22swan Date: Wed, 23 Mar 2022 15:27:36 +0000 Subject: [PATCH 2/4] (maint) Disable Ubuntu 16.04 testing --- .github/workflows/ubuntu18_pr.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ubuntu18_pr.yaml b/.github/workflows/ubuntu18_pr.yaml index 1eedd1ec..1d57ef98 100644 --- a/.github/workflows/ubuntu18_pr.yaml +++ b/.github/workflows/ubuntu18_pr.yaml @@ -8,7 +8,6 @@ jobs: fail-fast: false matrix: platform: - - ubuntu-16.04 - ubuntu-18.04 - ubuntu-20.04 collection: From 948280497c8beefe87d8000f1909001ccc63151c Mon Sep 17 00:00:00 2001 From: david22swan Date: Wed, 23 Mar 2022 15:28:47 +0000 Subject: [PATCH 3/4] (maint) Fix to fixtures.yml The `git` prefix no longer works correctly with our setup and so has been swapped to `https` --- .fixtures.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 07423f65..6cfc04e8 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -5,9 +5,9 @@ fixtures: powershell: 'puppetlabs-powershell' reboot: 'puppetlabs-reboot' repositories: - facts: 'git://github.com/puppetlabs/puppetlabs-facts.git' - puppet_agent: 'git://github.com/puppetlabs/puppetlabs-puppet_agent.git' - provision: 'git://github.com/puppetlabs/provision.git' + facts: 'https://github.com/puppetlabs/puppetlabs-facts.git' + puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' + provision: 'https://github.com/puppetlabs/provision.git' yumrepo_core: repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git puppet_version: ">= 6.0.0" From 358c9f1b33a253f23f85b62e66b6956fa5e2f78d Mon Sep 17 00:00:00 2001 From: david22swan Date: Wed, 23 Mar 2022 15:30:06 +0000 Subject: [PATCH 4/4] (maint) Remove support for Ubuntu 14.04 Support for this has been dropped from the supported modules for some time, this one seems to have been missed in this process. --- metadata.json | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata.json b/metadata.json index 95d58479..88b5c625 100644 --- a/metadata.json +++ b/metadata.json @@ -35,7 +35,6 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "14.04", "18.04", "20.04" ]