Skip to content

Commit

Permalink
Bump version to 15.2.12 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Aug 5, 2019
1 parent cf1227b commit fc07ead
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 15.2.11 -->
## [v15.2.11](https://github.com/chef/chef/tree/v15.2.11) (2019-08-03)
<!-- latest_release 15.2.12 -->
## [v15.2.12](https://github.com/chef/chef/tree/v15.2.12) (2019-08-05)

#### Merged Pull Requests
- Bump inspec-core-bin to 4.10.4 and Ohai to 15.2.4 [#8788](https://github.com/chef/chef/pull/8788) ([chef-ci](https://github.com/chef-ci))
- Cleanup of habitat/plan.sh for chef-infra-client [#8789](https://github.com/chef/chef/pull/8789) ([afiune](https://github.com/afiune))
<!-- latest_release -->

<!-- release_rollup since=15.1.36 -->
### Changes not yet released to stable

#### Merged Pull Requests
- Cleanup of habitat/plan.sh for chef-infra-client [#8789](https://github.com/chef/chef/pull/8789) ([afiune](https://github.com/afiune)) <!-- 15.2.12 -->
- Bump inspec-core-bin to 4.10.4 and Ohai to 15.2.4 [#8788](https://github.com/chef/chef/pull/8788) ([chef-ci](https://github.com/chef-ci)) <!-- 15.2.11 -->
- Remove Travis / Jenkins config / docs [#8786](https://github.com/chef/chef/pull/8786) ([tas50](https://github.com/tas50)) <!-- 15.2.10 -->
- Bump mixlib-shellout to 3.0.7 [#8784](https://github.com/chef/chef/pull/8784) ([chef-ci](https://github.com/chef-ci)) <!-- 15.2.9 -->
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -27,11 +27,11 @@ GIT
PATH
remote: .
specs:
chef (15.2.11)
chef (15.2.12)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
chef-config (= 15.2.11)
chef-config (= 15.2.12)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
Expand All @@ -57,11 +57,11 @@ PATH
train-core (~> 2.0, >= 2.0.12)
tty-screen (~> 0.6)
uuidtools (~> 2.1.5)
chef (15.2.11-universal-mingw32)
chef (15.2.12-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
chef-config (= 15.2.11)
chef-config (= 15.2.12)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
Expand Down Expand Up @@ -103,13 +103,13 @@ PATH
PATH
remote: chef-bin
specs:
chef-bin (15.2.11)
chef (= 15.2.11)
chef-bin (15.2.12)
chef (= 15.2.12)

PATH
remote: chef-config
specs:
chef-config (15.2.11)
chef-config (15.2.12)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
15.2.11
15.2.12
2 changes: 1 addition & 1 deletion chef-bin/lib/chef-bin/version.rb
Expand Up @@ -21,7 +21,7 @@

module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "15.2.11".freeze
VERSION = "15.2.12".freeze
end

#
Expand Down
2 changes: 1 addition & 1 deletion chef-config/lib/chef-config/version.rb
Expand Up @@ -21,7 +21,7 @@

module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
VERSION = "15.2.11".freeze
VERSION = "15.2.12".freeze
end

#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/version.rb
Expand Up @@ -23,7 +23,7 @@

class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
VERSION = Chef::VersionString.new("15.2.11")
VERSION = Chef::VersionString.new("15.2.12")
end

#
Expand Down

0 comments on commit fc07ead

Please sign in to comment.