Skip to content

Commit

Permalink
Bump version to 15.7.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 Expeditor committed Jan 13, 2020
1 parent 5579b36 commit 407d9e7
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 19 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!-- usage documentation: https://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 15.7.11 -->
## [v15.7.11](https://github.com/chef/chef/tree/v15.7.11) (2020-01-13)
<!-- latest_release 15.7.12 -->
## [v15.7.12](https://github.com/chef/chef/tree/v15.7.12) (2020-01-13)

#### Merged Pull Requests
- Do not build Chef Infra Client on Windows 2008 R2 [#9203](https://github.com/chef/chef/pull/9203) ([tas50](https://github.com/tas50))
- Update to license_scout 1.1.2 [#9212](https://github.com/chef/chef/pull/9212) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Update to license_scout 1.1.2 [#9212](https://github.com/chef/chef/pull/9212) ([tas50](https://github.com/tas50)) <!-- 15.7.12 -->
- Do not build Chef Infra Client on Windows 2008 R2 [#9203](https://github.com/chef/chef/pull/9203) ([tas50](https://github.com/tas50)) <!-- 15.7.11 -->
- Clear password flags when setting the password on aix [#9209](https://github.com/chef/chef/pull/9209) ([Triodes](https://github.com/Triodes)) <!-- 15.7.10 -->
- Fixes for sudo resource fails on 2nd converge when Cmnd_Alias is used [#9186](https://github.com/chef/chef/pull/9186) ([samshinde](https://github.com/samshinde)) <!-- 15.7.9 -->
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ GIT
PATH
remote: .
specs:
chef (15.7.11)
chef (15.7.12)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
chef-config (= 15.7.11)
chef-utils (= 15.7.11)
chef-config (= 15.7.12)
chef-utils (= 15.7.12)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
Expand All @@ -59,12 +59,12 @@ PATH
train-winrm (>= 0.2.5)
tty-screen (~> 0.6)
uuidtools (~> 2.1.5)
chef (15.7.11-universal-mingw32)
chef (15.7.12-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
chef-config (= 15.7.11)
chef-utils (= 15.7.11)
chef-config (= 15.7.12)
chef-utils (= 15.7.12)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
Expand Down Expand Up @@ -107,15 +107,15 @@ PATH
PATH
remote: chef-bin
specs:
chef-bin (15.7.11)
chef (= 15.7.11)
chef-bin (15.7.12)
chef (= 15.7.12)

PATH
remote: chef-config
specs:
chef-config (15.7.11)
chef-config (15.7.12)
addressable
chef-utils (= 15.7.11)
chef-utils (= 15.7.12)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
Expand All @@ -124,7 +124,7 @@ PATH
PATH
remote: chef-utils
specs:
chef-utils (15.7.11)
chef-utils (15.7.12)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.7.11
15.7.12
2 changes: 1 addition & 1 deletion chef-bin/lib/chef-bin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

#
Expand Down
2 changes: 1 addition & 1 deletion chef-config/lib/chef-config/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
VERSION = "15.7.11".freeze
VERSION = "15.7.12".freeze
end
2 changes: 1 addition & 1 deletion chef-utils/lib/chef-utils/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
VERSION = "15.7.11".freeze
VERSION = "15.7.12".freeze
end
2 changes: 1 addition & 1 deletion lib/chef/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

#
Expand Down

0 comments on commit 407d9e7

Please sign in to comment.