summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-29 21:57:27 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-29 21:57:27 +0000
commitdc9a95e1a4c6224c23baa72f504ce4ef4cb54683 (patch)
tree00488d5c12f65bf4f05ab8587f92e94600401f58
parentdc5592f1e3e35477d916d8b7007aa989fedd92b4 (diff)
downloadchef-dc9a95e1a4c6224c23baa72f504ce4ef4cb54683.tar.gz
Bump version to 15.2.35 by Chef Expeditorv15.2.35
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock14
-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, 15 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee1cbb17fc..ab0c84cfc9 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.34 -->
-## [v15.2.34](https://github.com/chef/chef/tree/v15.2.34) (2019-08-29)
+<!-- latest_release 15.2.35 -->
+## [v15.2.35](https://github.com/chef/chef/tree/v15.2.35) (2019-08-29)
#### Merged Pull Requests
-- 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))
+- Deprecate macOS 10.12 and add macOS 10.15 support [#8850](https://github.com/chef/chef/pull/8850) ([jaymalasinha](https://github.com/jaymalasinha))
<!-- latest_release -->
<!-- release_rollup since=15.2.20 -->
### Changes not yet released to stable
#### 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)) <!-- 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 -->
- remove app_server_support spec file [#8852](https://github.com/chef/chef/pull/8852) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.2.32 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 5c001d349a..2e0a54812f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,11 +27,11 @@ GIT
PATH
remote: .
specs:
- chef (15.2.34)
+ chef (15.2.35)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.2.34)
+ chef-config (= 15.2.35)
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.34-universal-mingw32)
+ chef (15.2.35-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.2.34)
+ chef-config (= 15.2.35)
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.34)
- chef (= 15.2.34)
+ chef-bin (15.2.35)
+ chef (= 15.2.35)
PATH
remote: chef-config
specs:
- chef-config (15.2.34)
+ chef-config (15.2.35)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
diff --git a/VERSION b/VERSION
index db36264049..0f41347b1f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.2.34 \ No newline at end of file
+15.2.35 \ 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 32e39b4219..7812d0d996 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.34".freeze
+ VERSION = "15.2.35".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 510eccb709..075269c688 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.34".freeze
+ VERSION = "15.2.35".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index b3a015cb27..04e3f31cbc 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.34")
+ VERSION = Chef::VersionString.new("15.2.35")
end
#