diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-14 17:54:03 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-14 17:54:03 +0000 |
commit | 06ebe288b280360638987a5d46e708a675a1ae30 (patch) | |
tree | d0ed38966c8eec74c6984015ff1a0e667ceef821 | |
parent | e498eac89560647ebeb5097fc2af58f53aedd22f (diff) | |
download | ohai-06ebe288b280360638987a5d46e708a675a1ae30.tar.gz |
Bump version to 14.4.6 by Chef Expeditorv14.4.6
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a70253..1d47c2f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 14.4.5 --> -## [v14.4.5](https://github.com/chef/ohai/tree/v14.4.5) (2018-09-14) +<!-- latest_release 14.4.6 --> +## [v14.4.6](https://github.com/chef/ohai/tree/v14.4.6) (2018-09-14) #### Merged Pull Requests -- Fix providing relative paths to the config file [#1241](https://github.com/chef/ohai/pull/1241) ([tas50](https://github.com/tas50)) +- Fix root_group plugin invalid byte sequence on non-English version of Windows [#1240](https://github.com/chef/ohai/pull/1240) ([jugatsu](https://github.com/jugatsu)) <!-- latest_release --> <!-- release_rollup since=14.4.2 --> ### Changes since 14.4.2 release #### Merged Pull Requests +- Fix root_group plugin invalid byte sequence on non-English version of Windows [#1240](https://github.com/chef/ohai/pull/1240) ([jugatsu](https://github.com/jugatsu)) <!-- 14.4.6 --> - Fix providing relative paths to the config file [#1241](https://github.com/chef/ohai/pull/1241) ([tas50](https://github.com/tas50)) <!-- 14.4.5 --> - override timout by Ohai::Config.ohai[:openstack_metadata_timeout] [#1244](https://github.com/chef/ohai/pull/1244) ([sawanoboly](https://github.com/sawanoboly)) <!-- 14.4.4 --> - Add "EncryptionStatus" to each volume on Windows [#1238](https://github.com/chef/ohai/pull/1238) ([Nimesh-Msys](https://github.com/Nimesh-Msys)) <!-- 14.4.3 --> @@ -1 +1 @@ -14.4.5
\ No newline at end of file +14.4.6
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index c49ebe9a..ec74ef6c 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 = "14.4.5".freeze + VERSION = "14.4.6".freeze end |