Drop support for Puppet 6

The 2023.1 release was the final release which supports puppet 6. Since
2023.1 was transitioned to the unmaintained state, no supported branch
supports puppet 6.

Change-Id: I4a6db2a56725e221bc403869cd5228001437aabc
This commit is contained in:
Takashi Kajinami
2025-04-14 13:38:27 +09:00
parent 98ff275486
commit f98acb99d2
2 changed files with 5 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 9.0.0"
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"operatingsystem_support": [

View File

@@ -0,0 +1,4 @@
---
upgrade:
- |
Puppet 6 support was formally removed.