summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-04-01 07:39:54 -0400
committerBryan McLellan <btm@loftninjas.org>2014-04-01 07:39:54 -0400
commit7b76771b62f347240be1b86ab83ec9c682a0855f (patch)
treec46149b58c23128e95e28993e7f9ad5efde90c99
parenta0d3093584c8edc2cb65b08345fbed6cab2ff78e (diff)
downloadohai-7b76771b62f347240be1b86ab83ec9c682a0855f.tar.gz
Empty UPPER_CASE files for next release
-rw-r--r--CHANGELOG.md17
-rw-r--r--CONTRIBUTIONS.md6
2 files changed, 2 insertions, 21 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c210121..ef8b512d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,19 +2,6 @@
## Unreleased
-* Work around libc bug in `hostname --fqdn`
-* Report Suse and OpenSuse seperately in the :platform attribute.
-* CPU information matching linux is now available on darwin.
-* 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.
-* Define cloud plugin interface (OHAI-542)
-* java -version wastes memory (OHAI-550)
-* Ohai cannot detect running in an lxc container (OHAI-551)
-* Normalize cloud attributes for Azure (OHAI-554)
-* Capture FreeBSD osreldate for comparison purposes (OHAI-557)
+## Last Release: 7.0.0.rc.2 (04/01/2014)
-## Last Release: 7.0.0.rc.0 (01/20/2014)
-
-http://www.getchef.com/blog/2014/01/20/ohai-7-0-release-candidate/
+http://www.getchef.com/blog/2014/03/31/release-candidates-chef-client-11-12-0-10-32-0/
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 4f30f584..59e801c0 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -5,9 +5,3 @@ Example Contribution:
* **kalistec**: Improved file resource greatly.
-->
# OHAI Contributions:
-* **jaymzh**: Work around libc bug in `hostname --fqdn`
-* **mvidner**: (Long time ago) Added differentiation for suse & opensuse in the :platform attribute.
-* **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.