We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0097303 commit 93a131bCopy full SHA for 93a131b
2 files changed
CHANGELOG.md
@@ -1,10 +1,11 @@
1
## Supported Release 4.11.0
2
###Summary
3
4
-Provides a new parser validate_absolute_paths, a fix to the is_package_provider fact and a test improvement.
+Provides a new parser validate_absolute_paths and Debian 8 support. There is a fix to the is_package_provider fact and a test improvement.
5
6
####Features
7
- Adds new parser called is_absolute_path
8
+- Supports Debian 8
9
10
####Bugfixes
11
- Allow package_provider fact to resolve on PE 3.x
metadata.json
@@ -56,7 +56,8 @@
56
"operatingsystem": "Debian",
57
"operatingsystemrelease": [
58
"6",
59
- "7"
+ "7",
60
+ "8"
61
]
62
},
63
{
0 commit comments