Remove support for Puppet 6

... because Puppet 6 reached its EOL in February 2023.

Change-Id: I059d3e6c4ca34c4954b88914f28c81385453fe5b
This commit is contained in:
Takashi Kajinami 2023-05-22 12:22:22 +09:00
parent 1ce14fbe7e
commit 3f5c30de21
2 changed files with 5 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 8.0.0"
}
],
"source": "https://opendev.org/openstack/puppet-gnocchi.git",

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Puppet 6 is no longer supported.