summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-04-11 10:29:15 -0700
committerTim Smith <tsmith@chef.io>2017-04-11 10:29:15 -0700
commitf92a36d8302d65966de4cef55c529945dcb5a2cc (patch)
tree8d499189b60a334e12fc360815aa97dfe08b80e2
parent3e0a5a023c55009e715e98b27b22f4c7d40f3fbc (diff)
downloadohai-f92a36d8302d65966de4cef55c529945dcb5a2cc.tar.gz
Fix changelog rake task and release 13.0.1
The rake task needed to be updated for the new tags Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--CHANGELOG.md44
-rw-r--r--Rakefile6
-rw-r--r--lib/ohai/version.rb2
3 files changed, 46 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b681a41..0017ac0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,46 @@
# Change Log
-## [8.23.0](https://github.com/chef/ohai/tree/8.23.0) (2017-01-23)
+## [v13.0.1](https://github.com/chef/ohai/tree/v13.0.0) (2017-04-11)
+
+[Full Changelog](https://github.com/chef/ohai/compare/v13.0.0...v13.0.1)
+
+**Fixed bugs:**
+
+- Fix Eucalyptus plugin to use the HttpHelper mixin [#987](https://github.com/chef/ohai/pull/987) ([akitada](https://github.com/akitada))
+- Fix OpenStack plugin to use the HttpHelper mixin [#986](https://github.com/chef/ohai/pull/986) ([akitada](https://github.com/akitada))
+
+## [v13.0.0](https://github.com/chef/ohai/tree/v13.0.0) (2017-04-06)
+
+[Full Changelog](https://github.com/chef/ohai/compare/v8.23.0...v13.0.0)
+
+**Implemented enhancements:**
+
+- Load all the plugin paths for ohai plugin dependency resolution [#984](https://github.com/chef/ohai/pull/984) ([thommay](https://github.com/thommay))
+- Require Ruby 2.3+ to match Chef itself [#981](https://github.com/chef/ohai/pull/981) ([tas50](https://github.com/tas50))
+- Allow ohai to load a plugin path [#980](https://github.com/chef/ohai/pull/980) ([thommay](https://github.com/thommay))
+- Fully rename the cloud_v2 plugin to cloud [#978](https://github.com/chef/ohai/pull/978) ([tas50](https://github.com/tas50))
+- Replace the existing filesystem plugin on Linux and Darwin with filesystem_v2 [#974](https://github.com/chef/ohai/pull/974) ([tas50](https://github.com/tas50))
+- Replace the cloud plugin with the cloud_v2 plugin [#973](https://github.com/chef/ohai/pull/973) ([tas50](https://github.com/tas50))
+- Freeze all string values coming out of Ohai. [#972](https://github.com/chef/ohai/pull/972) ([coderanger](https://github.com/coderanger))
+- Update amazon to use the platform_family of amazon not RHEL [#971](https://github.com/chef/ohai/pull/971) ([lamont-granquist](https://github.com/lamont-granquist))
+- Add DMI type 40,41, and 42 from the latest man page [#969](https://github.com/chef/ohai/pull/969) ([tas50](https://github.com/tas50))
+- [ec2] Add additional data from identity document [#964](https://github.com/chef/ohai/pull/964) ([webframp](https://github.com/webframp))
+- Move duplicate http logic into a helper [#951](https://github.com/chef/ohai/pull/951) ([tas50](https://github.com/tas50))
+- Remove deprecated config logic [#939](https://github.com/chef/ohai/pull/939) ([tas50](https://github.com/tas50))
+- Require Ruby 2.2+ [#938](https://github.com/chef/ohai/pull/938) ([tas50](https://github.com/tas50))
+- Remove the deprecated run_command and popen4 methods [#933](https://github.com/chef/ohai/pull/933) ([tas50](https://github.com/tas50))
+- Remove usage of the Sigar gem [#930](https://github.com/chef/ohai/pull/930) ([tas50](https://github.com/tas50))
+
+**Fixed bugs:**
+
+- Remove sbt version detect as it's not possible in the current sbt [#982](https://github.com/chef/ohai/pull/982) ([tas50](https://github.com/tas50))
+- Fix scala detection when version output contains a warning [#959](https://github.com/chef/ohai/pull/959) ([tas50](https://github.com/tas50))
+- Fix lua detection on new versions of lua [#958](https://github.com/chef/ohai/pull/958) ([tas50](https://github.com/tas50))
+- Fix logger issues [#955](https://github.com/chef/ohai/pull/955) ([lamont-granquist](https://github.com/lamont-granquist))
+- Rescue exception in DMI plugin [#952](https://github.com/chef/ohai/pull/952) ([tas50](https://github.com/tas50))
+- Use name for Windows CPU model_name [#918](https://github.com/chef/ohai/pull/918) ([tduffield](https://github.com/tduffield))
+
+## [v8.23.0](https://github.com/chef/ohai/tree/v8.23.0) (2017-01-24)
[Full Changelog](https://github.com/chef/ohai/compare/v8.22.1...v8.23.0)
@@ -26,7 +66,7 @@
- Pull the complete version string of Erlang [#916](https://github.com/chef/ohai/pull/916) ([tas50](https://github.com/tas50))
- Add sysconf plugin to expose system configuration variables [#893](https://github.com/chef/ohai/pull/893) ([davide125](https://github.com/davide125))
-## [8.22.0](https://github.com/chef/ohai/tree/8.22.0) (2016-11-30)
+## [v8.22.0](https://github.com/chef/ohai/tree/v8.22.0) (2016-11-30)
[Full Changelog](https://github.com/chef/ohai/compare/v8.21.0...v8.22.0)
**Implemented enhancements:**
diff --git a/Rakefile b/Rakefile
index add42e46..a1e2c526 100644
--- a/Rakefile
+++ b/Rakefile
@@ -30,9 +30,9 @@ begin
config.future_release = Ohai::VERSION
config.max_issues = 0
config.add_issues_wo_labels = false
- config.enhancement_labels = "enhancement,Enhancement,New Feature,Feature".split(",")
- config.bug_labels = "bug,Bug,Improvement,Upstream Bug".split(",")
- config.exclude_labels = "duplicate,question,invalid,wontfix,no_changelog,Exclude From Changelog,Question,Discussion".split(",")
+ config.enhancement_labels = "Type: Enhancement".split(",")
+ config.bug_labels = "Type: Bug,Type: Regression".split(",")
+ config.exclude_labels = "Type: Documentation,Status: Duplicate,Meta: Exclude From Changelog".split(",")
end
rescue LoadError
end
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 4a315225..600de48f 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "13.0.0"
+ VERSION = "13.0.1"
end