From 59674ed30a641ae23d0e6e6794b5cdca7f1916ef Mon Sep 17 00:00:00 2001 From: markuszilch Date: Sat, 13 Jan 2024 14:01:07 +0100 Subject: [PATCH 1/7] add stdlib9 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index d75dde4d..f0ab93ce 100644 --- a/metadata.json +++ b/metadata.json @@ -57,7 +57,7 @@ }, { "name": "puppetlabs/stdlib", - "version_requirement": ">= 4.25.0 < 9.0.0" + "version_requirement": ">= 4.25.0 < 10.0.0" } ], "tags": [ From f3682fa6e87442c648f9791f1ebf6d6c8de0b816 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Sun, 9 Jun 2024 08:03:01 +0200 Subject: [PATCH 2/7] puppetlabs/concat allow 9.x --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index f0ab93ce..798e83d4 100644 --- a/metadata.json +++ b/metadata.json @@ -53,7 +53,7 @@ "dependencies": [ { "name": "puppetlabs/concat", - "version_requirement": ">= 4.1.0 < 8.0.0" + "version_requirement": ">= 4.1.0 < 10.0.0" }, { "name": "puppetlabs/stdlib", From 726cb59fa63b33d784abaf47c2445854f4a80307 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Mon, 27 May 2024 20:28:57 +0200 Subject: [PATCH 3/7] add puppet 8 support --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 798e83d4..4952dedc 100644 --- a/metadata.json +++ b/metadata.json @@ -47,7 +47,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 7.0.0 < 8.0.0" + "version_requirement": ">= 7.0.0 < 9.0.0" } ], "dependencies": [ From 5d1eb6e8c3c63df5dd7ccb6317f6cccc37f37067 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Sun, 9 Jun 2024 08:11:51 +0200 Subject: [PATCH 4/7] add centos 9 support --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 4952dedc..3276d735 100644 --- a/metadata.json +++ b/metadata.json @@ -31,7 +31,8 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { From c8929c095af5f40794a4fea48d8c284cd6b68cbb Mon Sep 17 00:00:00 2001 From: markuszilch Date: Sun, 9 Jun 2024 08:16:59 +0200 Subject: [PATCH 5/7] add centos 9 to ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ac5f4a3..524bffc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,8 @@ jobs: setfile: - name: CentOS 8 value: centos8-64vpnserver.ma{hostname=vpnserver}-centos8-64vpnclienta.a{hostname=vpnclienta} + - name: CentOS 9 + value: centos9-64vpnserver.ma{hostname=vpnserver}-centos9-64vpnclienta.a{hostname=vpnclienta} - name: Debian 11 value: debian11-64vpnserver.ma{hostname=vpnserver}-debian11-64vpnclienta.a{hostname=vpnclienta} - name: Ubuntu 20.04 From f5b66070f6877c3eb0e7a3fcba2f11e147bbecf8 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Sun, 9 Jun 2024 08:12:27 +0200 Subject: [PATCH 6/7] drop centos 8 support --- metadata.json | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata.json b/metadata.json index 3276d735..6b8cfb86 100644 --- a/metadata.json +++ b/metadata.json @@ -31,7 +31,6 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "8", "9" ] }, From 569874349db58d9b908e8abee6ff65be55bd9a91 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Sun, 9 Jun 2024 08:17:55 +0200 Subject: [PATCH 7/7] drop centos 8 from ci --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 524bffc4..45898fb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,8 +67,6 @@ jobs: fail-fast: false matrix: setfile: - - name: CentOS 8 - value: centos8-64vpnserver.ma{hostname=vpnserver}-centos8-64vpnclienta.a{hostname=vpnclienta} - name: CentOS 9 value: centos9-64vpnserver.ma{hostname=vpnserver}-centos9-64vpnclienta.a{hostname=vpnclienta} - name: Debian 11