summaryrefslogtreecommitdiff
path: root/CHANGELOG
blob: ec2d94c350d82cbe9d95c7f2c87a5aa42ff14665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
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