summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-25 17:33:07 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-25 17:33:07 +0000
commit9e854b4d51a2c410aaa5d816d0749735adaccf50 (patch)
treeee2d154fa09b977d6622022c2873276120836259
parenta5421610d1fb354b96f2d25fd7e36de75d9b9094 (diff)
downloadchef-9e854b4d51a2c410aaa5d816d0749735adaccf50.tar.gz
Bump version to 14.6.44 by Chef Expeditorv14.6.44
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 986c5d860d..9b0c48fe2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.6.43 -->
-## [v14.6.43](https://github.com/chef/chef/tree/v14.6.43) (2018-10-25)
+<!-- latest_release 14.6.44 -->
+## [v14.6.44](https://github.com/chef/chef/tree/v14.6.44) (2018-10-25)
#### Merged Pull Requests
-- Update chef-vault and serverspec to the latest [#7774](https://github.com/chef/chef/pull/7774) ([tas50](https://github.com/tas50))
+- Move iso8601 gem to windows only gemspec [#7778](https://github.com/chef/chef/pull/7778) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.5.33 -->
### Changes since 14.5.33 release
#### Merged Pull Requests
+- Move iso8601 gem to windows only gemspec [#7778](https://github.com/chef/chef/pull/7778) ([tas50](https://github.com/tas50)) <!-- 14.6.44 -->
- Update chef-vault and serverspec to the latest [#7774](https://github.com/chef/chef/pull/7774) ([tas50](https://github.com/tas50)) <!-- 14.6.43 -->
- Update InSpec to 3.0 [#7773](https://github.com/chef/chef/pull/7773) ([tas50](https://github.com/tas50)) <!-- 14.6.42 -->
- Switch back to chefstyle from git and use the updated chef omnibus def [#7772](https://github.com/chef/chef/pull/7772) ([tas50](https://github.com/tas50)) <!-- 14.6.41 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 91a62c3d52..0391fc399a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.6.43)
+ chef (14.6.44)
addressable
bundler (>= 1.10)
- chef-config (= 14.6.43)
+ chef-config (= 14.6.44)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -39,10 +39,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.6.43-universal-mingw32)
+ chef (14.6.44-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.6.43)
+ chef-config (= 14.6.44)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -85,7 +85,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.6.43)
+ chef-config (14.6.44)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index ce572b8a0b..e1cfccafce 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.6.43 \ No newline at end of file
+14.6.44 \ No newline at end of file
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index c6154f2ba6..441848201c 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "14.6.43".freeze
+ VERSION = "14.6.44".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 4626d341e2..aacb44c7e8 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.6.43")
+ VERSION = Chef::VersionString.new("14.6.44")
end
#