Mark puppet 8 supported

Now we test puppet 8 in CI so can declare that we support it.

Change-Id: I7195af291095d05ef4874d2b8b9eac3fa2bc3a9a
This commit is contained in:
Takashi Kajinami 2025-02-14 22:48:00 +09:00
parent 9e88273614
commit abc82cb47b
2 changed files with 5 additions and 1 deletions

View File

@ -55,7 +55,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"project_page": "https://launchpad.net/puppet-magnum",

View File

@ -0,0 +1,4 @@
---
features:
- |
This module now officially supports Puppet 8.