summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-20 16:21:00 -0700
committersersut <serdar@opscode.com>2014-03-20 16:21:00 -0700
commit561940d636080d0aaac3ecfcfb950c1e43d9a259 (patch)
treede0e82fd39e3ebea11f4e4dcfb0bcd95934cb90f
parent50d93273e38aa03df06826fd960e36e66e9d427d (diff)
downloadohai-OHAI-420.tar.gz
Contribution info for OHAI-420.OHAI-420
-rw-r--r--CHANGELOG.md1
-rw-r--r--CONTRIBUTIONS.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7974b4cc..fa347a0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
* ip6address detection failure logging is turned down to :debug.
* fe80:: link-local address is not reported as ip6addresses anymore.
* Private network information is now available as [:rackspace][:private_networks] on Rackspace nodes.
+* System init mechanism is now reported at [:init_package] on linux.
## Last Release: 7.0.0.rc.0 (01/20/2014)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 10a617f4..4f30f584 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -10,3 +10,4 @@ Example Contribution:
* **tas50**: Added additional cpu information to darwin platform.
* **mpasternacki**: Removed fe80:: link-local address from reported ip6addresses.
* **paulczar**: Added private network information for Rackspace nodes.
+* **ctennis**: Added init_package plugin which reports the init mechanism of the system on linux.