Document puppet 4 compatability in 4.6
This commit is contained in:
parent
8267dbc149
commit
771320a830
2 changed files with 2 additions and 1 deletions
|
@ -1019,6 +1019,7 @@ Versions | Puppet 2.6 | Puppet 2.7 | Puppet 3.x | Puppet 4.x |
|
||||||
**stdlib 2.x** | **yes** | **yes** | no | no
|
**stdlib 2.x** | **yes** | **yes** | no | no
|
||||||
**stdlib 3.x** | no | **yes** | **yes** | no
|
**stdlib 3.x** | no | **yes** | **yes** | no
|
||||||
**stdlib 4.x** | no | **yes** | **yes** | no
|
**stdlib 4.x** | no | **yes** | **yes** | no
|
||||||
|
**stdlib 4.6+** | no | **yes** | **yes** | **yes**
|
||||||
**stdlib 5.x** | no | no | **yes** | **yes**
|
**stdlib 5.x** | no | no | **yes** | **yes**
|
||||||
|
|
||||||
**stdlib 5.x**: When released, stdlib 5.x will drop support for Puppet 2.7.x. Please see [this discussion](https://github.com/puppetlabs/puppetlabs-stdlib/pull/176#issuecomment-30251414).
|
**stdlib 5.x**: When released, stdlib 5.x will drop support for Puppet 2.7.x. Please see [this discussion](https://github.com/puppetlabs/puppetlabs-stdlib/pull/176#issuecomment-30251414).
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "puppet",
|
"name": "puppet",
|
||||||
"version_requirement": ">=2.7.20 <4.0.0"
|
"version_requirement": ">=2.7.20 <5.0.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Standard Library for Puppet Modules",
|
"description": "Standard Library for Puppet Modules",
|
||||||
|
|
Loading…
Reference in a new issue