summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-09 17:35:25 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-09 17:35:25 +0000
commit6454adbc1ac3743e388d88eff535d09bb9152184 (patch)
treee5e97896bd53a67797eefb44cbc22f964c00dcd6
parent09c332e19d96c2171e99332f3ad221bf614a1674 (diff)
downloadchef-6454adbc1ac3743e388d88eff535d09bb9152184.tar.gz
Bump version to 15.0.55 by Chef Expeditorv15.0.55
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 4343ccc421..d1d7edded0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 15.0.54 -->
-## [v15.0.54](https://github.com/chef/chef/tree/v15.0.54) (2018-11-08)
+<!-- latest_release 15.0.55 -->
+## [v15.0.55](https://github.com/chef/chef/tree/v15.0.55) (2018-11-09)
#### Merged Pull Requests
-- Fix the knife integration spec timeouts [#7896](https://github.com/chef/chef/pull/7896) ([lamont-granquist](https://github.com/lamont-granquist))
+- windows_ad_join: Switch to UPN format usernames for use with AD cmdlets [#7895](https://github.com/chef/chef/pull/7895) ([stuartpreston](https://github.com/stuartpreston))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- windows_ad_join: Switch to UPN format usernames for use with AD cmdlets [#7895](https://github.com/chef/chef/pull/7895) ([stuartpreston](https://github.com/stuartpreston)) <!-- 15.0.55 -->
- Fix the knife integration spec timeouts [#7896](https://github.com/chef/chef/pull/7896) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.0.54 -->
- fix whitespace in node attributes [ci skip] [#7890](https://github.com/chef/chef/pull/7890) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.0.53 -->
- add tests for yum version with package_source bug [#7886](https://github.com/chef/chef/pull/7886) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.0.52 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index f6ac0eec6e..46671a4dc0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.54)
+ chef (15.0.55)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.54)
+ chef-config (= 15.0.55)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -57,10 +57,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (15.0.54-universal-mingw32)
+ chef (15.0.55-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.54)
+ chef-config (= 15.0.55)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -104,7 +104,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (15.0.54)
+ chef-config (15.0.55)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 9c52c16538..cadd8ac98c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.54 \ No newline at end of file
+15.0.55 \ 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 9dc849aac2..b647412176 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 = "15.0.54".freeze
+ VERSION = "15.0.55".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index b82262a1c4..e25858a5b1 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("15.0.54")
+ VERSION = Chef::VersionString.new("15.0.55")
end
#