summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-03 21:01:19 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-03 21:01:19 +0000
commitd32c038c7b6401bda4a357c2182a9414f4b39860 (patch)
tree567188b9b95d330083715d675b9a0ff66555d67d
parent5d0fec69b089f8b7c06439e65bc2a036c451ca65 (diff)
downloadchef-d32c038c7b6401bda4a357c2182a9414f4b39860.tar.gz
Bump version to 15.3.0 by Chef Expeditorv15.3.0
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock16
-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--lib/chef/version.rb2
6 files changed, 16 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab0c84cfc9..837467e073 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 15.2.35 -->
-## [v15.2.35](https://github.com/chef/chef/tree/v15.2.35) (2019-08-29)
+<!-- latest_release 15.3.0 -->
+## [v15.3.0](https://github.com/chef/chef/tree/v15.3.0) (2019-09-03)
#### Merged Pull Requests
-- Deprecate macOS 10.12 and add macOS 10.15 support [#8850](https://github.com/chef/chef/pull/8850) ([jaymalasinha](https://github.com/jaymalasinha))
+- Update InSpec to 4.16 and addressable to 2.7.0 [#8857](https://github.com/chef/chef/pull/8857) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.2.20 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Update InSpec to 4.16 and addressable to 2.7.0 [#8857](https://github.com/chef/chef/pull/8857) ([tas50](https://github.com/tas50)) <!-- 15.3.0 -->
- Deprecate macOS 10.12 and add macOS 10.15 support [#8850](https://github.com/chef/chef/pull/8850) ([jaymalasinha](https://github.com/jaymalasinha)) <!-- 15.2.35 -->
- Bootstrap: Only use sudo when changing ownership if --sudo is passed [#8815](https://github.com/chef/chef/pull/8815) ([vsingh-msys](https://github.com/vsingh-msys)) <!-- 15.2.34 -->
- Update InSpec to 4.12 and Train to 3.0 [#8854](https://github.com/chef/chef/pull/8854) ([tas50](https://github.com/tas50)) <!-- 15.2.33 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 9d0421c622..987062e16c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,11 +27,11 @@ GIT
PATH
remote: .
specs:
- chef (15.2.35)
+ chef (15.3.0)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.2.35)
+ chef-config (= 15.3.0)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -58,11 +58,11 @@ PATH
train-winrm
tty-screen (~> 0.6)
uuidtools (~> 2.1.5)
- chef (15.2.35-universal-mingw32)
+ chef (15.3.0-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.2.35)
+ chef-config (= 15.3.0)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -105,13 +105,13 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (15.2.35)
- chef (= 15.2.35)
+ chef-bin (15.3.0)
+ chef (= 15.3.0)
PATH
remote: chef-config
specs:
- chef-config (15.2.35)
+ chef-config (15.3.0)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
@@ -319,7 +319,7 @@ GEM
unicode-display_width (~> 1.5)
unicode_utils (~> 1.4)
strings-ansi (0.1.0)
- structured_warnings (0.3.0)
+ structured_warnings (0.4.0)
syslog-logger (1.6.8)
systemu (2.6.5)
term-ansicolor (1.7.1)
diff --git a/VERSION b/VERSION
index 0f41347b1f..7ed6fef856 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.2.35 \ No newline at end of file
+15.3.0 \ 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 7812d0d996..69b7a248eb 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.2.35".freeze
+ VERSION = "15.3.0".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 075269c688..5007225f45 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.2.35".freeze
+ VERSION = "15.3.0".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 04e3f31cbc..dd3d8b1194 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.2.35")
+ VERSION = Chef::VersionString.new("15.3.0")
end
#