summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-02-27 16:19:51 -0800
committersersut <serdar@opscode.com>2014-02-27 16:19:51 -0800
commit2a0e49c500515ea7eb8eb7adcce9d616966cc071 (patch)
treef2e3dd15b8dad6f3dae483931b5b3df1977f6c90
parent8307d05680b5b91f27fcef202b6336e14ea8508b (diff)
downloadohai-new-policy-files.tar.gz
New policy files for OHAI.new-policy-files
-rw-r--r--CHANGELOG144
-rw-r--r--CHANGELOG.md9
-rw-r--r--CONTRIBUTIONS.md7
-rw-r--r--DOC_CHANGES.md9
-rw-r--r--RELEASE_NOTES.md12
5 files changed, 37 insertions, 144 deletions
diff --git a/CHANGELOG b/CHANGELOG
deleted file mode 100644
index ec2d94c3..00000000
--- a/CHANGELOG
+++ /dev/null
@@ -1,144 +0,0 @@
-Mon Oct 27 6:26:00 NZDT 2009
-Release Notes - Ohai - Version 0.3.6
-
-** Bug
- * [OHAI-131] - ohai lies about its version
- * [OHAI-134] - yajl-ruby causes incompatibility with json gem
-
-** Improvement
- * [OHAI-135] - include man page
-
-Wed Oct 7 12:30:00 NZDT 2009
-Release Notes - Ohai - Version 0.3.4rc0
-http://tickets.opscode.com
-
-** Bug
- * [OHAI-107] - EC2 spec tests fails when not connected to network
- * [OHAI-111] - ec2 userdata gets truncated
- * [OHAI-112] - when installed on ubuntu/debian packages w/o rubygems, ohai fails with a type error
- * [OHAI-122] - ohai on opensolaris 11 doesn't properly detect os for plugins
- * [OHAI-125] - fqdn not set on solaris
-
-** Improvement
- * [OHAI-95] - Support multiple JSON libraries
- * [OHAI-116] - Redhat platform version should include the subrelease
- * [OHAI-120] - refactor ohai to use Mixlib
- * [OHAI-129] - Ohai on Solaris should produce gloriously verbose output about kernel modules
-
-** New Feature
- * [OHAI-113] - Add support for OpenBSD
- * [OHAI-114] - Add support for NetBSD
-
-Mon Jul 13 08:38:52 MDT 2009
-Release Notes - Ohai - Version 0.3.2
-http://tickets.opscode.com
-
-** Bug
- * [OHAI-93] - plugin linux::kernel threw exception #<Errno::ENOENT: No such file or directory - /sbin/lsmod>
- * [OHAI-99] - Network media hash on darwin is nigh-unsable
- * [OHAI-100] - hostname output differs between redhat dirivatives and debian dirivatives distributions
- * [OHAI-102] - no uptime data for darwin/osx
-
-** Improvement
- * [OHAI-98] - update readme.rdoc to focus more on developing/contributing for ohai
-
-** New Feature
- * [OHAI-65] - Get ohai working on windows
-
-** Task
- * [OHAI-97] - Fix git clone link in readme
-
-Thu Jun 18 15:34:06 MDT 2009
-Release Notes - Ohai - Version 0.3.0
-http://tickets.opscode.com
-
-** Bug
- * [OHAI-69] - plugins/network.rb has unused and broken code relating to attribute "default_interface"
- * [OHAI-76] - darwin kernel spec fails on linux system
- * [OHAI-77] - no method error from current HEAD for 'chomp!'
- * [OHAI-79] - Ohai::Exception was leaking into popen4, causing us to lose the exception raised by exec (Errno::ENOENT)
- * [OHAI-82] - libvirt call fails with undefine method 'openReadOnly' for Libvirt:Module (NoMethodError)
- * [OHAI-86] - ohai leaves zombie processes in it's wake.
- * [OHAI-91] - dmi plugin should check version of dmidecode, only load attributes available.
-
-** Improvement
- * [OHAI-81] - languages[:ruby] should also know about the gemdir and ruby binary
- * [OHAI-83] - minor fix for libvirt not installed
-
-** New Feature
- * [OHAI-6] - CLI output should allow filtering based on attribute
- * [OHAI-67] - language/perl plugin
- * [OHAI-75] - Need perl language bindings
- * [OHAI-80] - Enable incremental updates of ohai data
- * [OHAI-85] - Add DMI information
-
-Thu Mar 5 23:15:03 PST 2009
-Release Notes - Ohai - Version 0.2.0
-http://tickets.opscode.com
-
-** Bug
- * [OHAI-40] - virt and lsb spec's lack use of should/should_not
- * [OHAI-44] - darwin network.rb should always use -n on relevant commands
- * [OHAI-45] - vmnet interfaces confuse counter collection on darwin
- * [OHAI-46] - lo0 counters not collected on darwin
- * [OHAI-47] - virtualization plugin doesn't correctly detect VMware or VirtualPC platforms
- * [OHAI-51] - If hostname -f exits with 1, ohai linux hostname plugin vomits
- * [OHAI-54] - Use IO.read rather than cat
- * [OHAI-61] - several items in lib/ohai/plugins/freebsd/network.rb have not been converted to Mash
- * [OHAI-62] - ohai throws stack when python is not in path
- * [OHAI-63] - ohai does not properly detect 64-bit on darwin
- * [OHAI-64] - ohai/plugins/freebsd/kernel.rb does not set kernel[:os]
-
-** Improvement
- * [OHAI-49] - network interface addresses should be stored in a hash not an array
- * [OHAI-50] - python language plugin
- * [OHAI-58] - Plugin specifications for FreeBSD
-
-** New Feature
- * [OHAI-36] - Add libvirt-sourced data to ohai
- * [OHAI-57] - ohai needs a --debug option to show errors during collection
-
-** Task
- * [OHAI-55] - Need to grab 'user-data' as well as 'meta-data' for EC2
-
-Sat Jan 31 19:05:49 PST 2009
-Release Notes - Ohai - Version 0.1.4
-http://tickets.opscode.com
-
-** Bug
- * [OHAI-16] - 9 failing specs - investigate / patch
- * [OHAI-17] - The kitten must die
- * [OHAI-27] - linux network counters should have an extra array dimension for rx/tx
- * [OHAI-35] - Clean up files left around from non-simple newgem, add some of the ones that are generated to gitignore
- * [OHAI-42] - Properly detect Java env on RH/Fedora
-
-** New Feature
- * [OHAI-4] - OpenSolaris plugins
- * [OHAI-18] - Erlang language plugin
- * [OHAI-20] - per-interface ARP table collection on linux and darwin
- * [OHAI-22] - sysctl network setting reporting for darwin
- * [OHAI-24] - not enough freebsd7 attributes for chef-client
- * [OHAI-26] - darwin network interface counters
- * [OHAI-33] - ec2 metadata should show up in ohai
- * [OHAI-37] - add [:command][:ps] to freebsd
- * [OHAI-38] - report langauges::java
-
-Thu Jan 15 11:13:45 PST 2009
-Release Notes - Ohai - Version 0.1.2
-http://tickets.opscode.com
-
-** Bug
- * [OHAI-2] - Unit tests and Integration tests must all pass
- * [OHAI-13] - need command[:ps] attribute for node
- * [OHAI-15] - Ohai network plugin is broken on osx
-
-** Improvement
- * [OHAI-10] - Refactor node data structure for bb's sanity
- * [OHAI-12] - Refactor network interface section(s)
-
-** New Feature
- * [OHAI-1] - Ensure Ohai gem builds completely
- * [OHAI-8] - Add ssh host key attributes for Linux and Darwin
-
-
-
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..6b411c09
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,9 @@
+# Ohai Changelog
+
+## Unreleased
+
+*
+
+## Last Release: 7.0.0.rc.0 (01/20/2014)
+
+http://www.getchef.com/blog/2014/01/20/ohai-7-0-release-candidate/
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
new file mode 100644
index 00000000..59e801c0
--- /dev/null
+++ b/CONTRIBUTIONS.md
@@ -0,0 +1,7 @@
+<!---
+This file is reset every time a new release is done. The contents of this file are for the currently unreleased version.
+
+Example Contribution:
+* **kalistec**: Improved file resource greatly.
+-->
+# OHAI Contributions:
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
new file mode 100644
index 00000000..c473f9d3
--- /dev/null
+++ b/DOC_CHANGES.md
@@ -0,0 +1,9 @@
+<!---
+This file is reset every time a new release is done. This file describes changes that have not yet been released.
+
+Example Doc Change:
+### Headline for the required change
+Description of the required change.
+-->
+
+# Ohai Doc Changes:
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
new file mode 100644
index 00000000..3c4130be
--- /dev/null
+++ b/RELEASE_NOTES.md
@@ -0,0 +1,12 @@
+<!---
+This file is reset every time a new release is done. The contents of this file are for the currently unreleased version.
+
+Example Note:
+
+## Example Heading
+Details about the thing that changed that needs to get included in the Release Notes in markdown.
+-->
+# Ohai Release Notes:
+
+
+# Ohai Breaking Changes: