Merge "Remove support for Puppet 5 and Ubuntu 18.04"

This commit is contained in:
Zuul 2023-09-11 02:30:17 +00:00 committed by Gerrit Code Review
commit 220cc45ed7
2 changed files with 9 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"requirements": [ "requirements": [
{ {
"name": "puppet", "name": "puppet",
"version_requirement": ">= 5.0.0 < 8.0.0" "version_requirement": ">= 6.0.0 < 8.0.0"
} }
], ],
"operatingsystem_support": [ "operatingsystem_support": [
@ -38,7 +38,6 @@
{ {
"operatingsystem": "Ubuntu", "operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "operatingsystemrelease": [
"18.04",
"20.04", "20.04",
"22.04" "22.04"
] ]

View File

@ -0,0 +1,8 @@
---
upgrade:
- |
Ubuntu 18.04 is no longer supported.
- |
Puppet 5 support has been removed. Now this module supports only Puppet 6
or later.