minor tweak to 4.11.0 adding debian 8 to metadata
This commit is contained in:
parent
00973036b2
commit
33b79f3497
2 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
## Supported Release 4.11.0
|
## Supported Release 4.11.0
|
||||||
###Summary
|
###Summary
|
||||||
|
|
||||||
Provides a new parser validate_absolute_paths, a fix to the is_package_provider fact and a test improvement.
|
Provides a validate_absolute_paths and Debian 8 support. There is a fix to the is_package_provider fact and a test improvement.
|
||||||
|
|
||||||
####Features
|
####Features
|
||||||
- Adds new parser called is_absolute_path
|
- Adds new parser called is_absolute_path
|
||||||
|
- Supports Debian 8
|
||||||
|
|
||||||
####Bugfixes
|
####Bugfixes
|
||||||
- Allow package_provider fact to resolve on PE 3.x
|
- Allow package_provider fact to resolve on PE 3.x
|
||||||
|
|
|
@ -56,7 +56,8 @@
|
||||||
"operatingsystem": "Debian",
|
"operatingsystem": "Debian",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"6",
|
"6",
|
||||||
"7"
|
"7",
|
||||||
|
"8"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue