Release 0.4.0

This commit is contained in:
2017-03-13 21:14:16 +00:00
parent e4df1583df
commit dc3a3a9337
4 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
---
BUNDLE_PATH: vendor/bundle
BUNDLE_DISABLE_SHARED_GEMS: true
BUNDLE_PATH: "vendor/bundle"
BUNDLE_DISABLE_SHARED_GEMS: "true"

View File

@@ -1,3 +1,8 @@
## 2017-03-13 Release 0.4.0
- Replace operatingsystem.rb native fact with executable fact to workaround
[https://tickets.puppetlabs.com/browse/FACT-1528](FACT-1528) (ace13)
## 2016-10-16 Release 0.3.0
- Add `entropy_repo` type to enable/disable repositories

View File

@@ -325,3 +325,7 @@ best-efforts basis.
Pull requests welcome!
## Contributors
* [https://github.com/ace13](ace13)

View File

@@ -1,6 +1,6 @@
{
"name": "optiz0r-sabayon",
"version": "0.3.1",
"version": "0.4.0",
"author": "Ben Roberts",
"license": "MIT",
"summary": "Extends Puppet with support for the Sabayon Linux distribution",