summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-04 23:42:17 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-04 23:42:17 +0000
commit89ec3561222ceeecb1a2a123ebdb0054f1b8b1d9 (patch)
tree9e507798b09d5e4a868a4b2dc9524697239f29f5
parent60a04248e2d5bdbe845f048a8e49ad8a3927f39e (diff)
downloadchef-89ec3561222ceeecb1a2a123ebdb0054f1b8b1d9.tar.gz
Bump version to 15.5.23 by Chef Expeditorv15.5.23
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock22
-rw-r--r--VERSION2
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
-rw-r--r--lib/chef/version.rb2
7 files changed, 20 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83d5fd5099..57b0c60508 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 15.5.22 -->
-## [v15.5.22](https://github.com/chef/chef/tree/v15.5.22) (2019-12-04)
+<!-- latest_release 15.5.23 -->
+## [v15.5.23](https://github.com/chef/chef/tree/v15.5.23) (2019-12-04)
#### Merged Pull Requests
-- Resolve non-zero &quot;success&quot; error code issues with linux_user re… [#9105](https://github.com/chef/chef/pull/9105) ([skippyj](https://github.com/skippyj))
+- Bump omnibus-software to remove libtool+pkg-config [#9136](https://github.com/chef/chef/pull/9136) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=15.5.17 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Bump omnibus-software to remove libtool+pkg-config [#9136](https://github.com/chef/chef/pull/9136) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.5.23 -->
- Resolve non-zero &quot;success&quot; error code issues with linux_user re… [#9105](https://github.com/chef/chef/pull/9105) ([skippyj](https://github.com/skippyj)) <!-- 15.5.22 -->
- Tiny spelling typo and grammar [#9135](https://github.com/chef/chef/pull/9135) ([ehershey](https://github.com/ehershey)) <!-- 15.5.21 -->
- [yum_repository] Add indentation for multiple baseurls [#9134](https://github.com/chef/chef/pull/9134) ([bugok](https://github.com/bugok)) <!-- 15.5.20 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 7bc1ac0da8..57a89dcb98 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,12 +27,12 @@ GIT
PATH
remote: .
specs:
- chef (15.5.22)
+ chef (15.5.23)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.5.22)
- chef-utils (= 15.5.22)
+ chef-config (= 15.5.23)
+ chef-utils (= 15.5.23)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -59,12 +59,12 @@ PATH
train-winrm (>= 0.2.5)
tty-screen (~> 0.6)
uuidtools (~> 2.1.5)
- chef (15.5.22-universal-mingw32)
+ chef (15.5.23-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.5.22)
- chef-utils (= 15.5.22)
+ chef-config (= 15.5.23)
+ chef-utils (= 15.5.23)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -107,15 +107,15 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (15.5.22)
- chef (= 15.5.22)
+ chef-bin (15.5.23)
+ chef (= 15.5.23)
PATH
remote: chef-config
specs:
- chef-config (15.5.22)
+ chef-config (15.5.23)
addressable
- chef-utils (= 15.5.22)
+ chef-utils (= 15.5.23)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@@ -124,7 +124,7 @@ PATH
PATH
remote: chef-utils
specs:
- chef-utils (15.5.22)
+ chef-utils (15.5.23)
GEM
remote: https://rubygems.org/
diff --git a/VERSION b/VERSION
index 43f695d39d..d36ed0fc6a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.5.22 \ No newline at end of file
+15.5.23 \ No newline at end of file
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index ff8697b8bf..bdb39a8b44 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.5.22".freeze
+ VERSION = "15.5.23".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 9e6b021b91..616d6653ca 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.5.22".freeze
+ VERSION = "15.5.23".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 15eb26419d..ae421c80e8 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.5.22".freeze
+ VERSION = "15.5.23".freeze
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 5832b1cec0..42c8e14058 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.5.22")
+ VERSION = Chef::VersionString.new("15.5.23")
end
#