Skip to content

Commit

Permalink
Bump version to 15.7.9 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 ee57fef commit 1c7585d
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.8 -->
## [v15.7.8](https://github.com/chef/chef/tree/v15.7.8) (2020-01-13)
<!-- latest_release 15.7.9 -->
## [v15.7.9](https://github.com/chef/chef/tree/v15.7.9) (2020-01-13)

#### Merged Pull Requests
- Update all deps to current [#9210](https://github.com/chef/chef/pull/9210) ([tas50](https://github.com/tas50))
- 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))
<!-- latest_release -->

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

#### Merged Pull Requests
- 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 -->
- Update all deps to current [#9210](https://github.com/chef/chef/pull/9210) ([tas50](https://github.com/tas50)) <!-- 15.7.8 -->
- Expand chef-utils yard comments and make consistent [#9188](https://github.com/chef/chef/pull/9188) ([tas50](https://github.com/tas50)) <!-- 15.7.7 -->
- Remove legacy Net::HTTP not needed in Ruby 2.2+ [#9200](https://github.com/chef/chef/pull/9200) ([tas50](https://github.com/tas50)) <!-- 15.7.6 -->
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.8)
chef (15.7.9)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
chef-config (= 15.7.8)
chef-utils (= 15.7.8)
chef-config (= 15.7.9)
chef-utils (= 15.7.9)
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.8-universal-mingw32)
chef (15.7.9-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
chef-config (= 15.7.8)
chef-utils (= 15.7.8)
chef-config (= 15.7.9)
chef-utils (= 15.7.9)
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.8)
chef (= 15.7.8)
chef-bin (15.7.9)
chef (= 15.7.9)

PATH
remote: chef-config
specs:
chef-config (15.7.8)
chef-config (15.7.9)
addressable
chef-utils (= 15.7.8)
chef-utils (= 15.7.9)
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.8)
chef-utils (15.7.9)

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.8
15.7.9
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.8".freeze
VERSION = "15.7.9".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.8".freeze
VERSION = "15.7.9".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.8".freeze
VERSION = "15.7.9".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.8")
VERSION = Chef::VersionString.new("15.7.9")
end

#
Expand Down

0 comments on commit 1c7585d

Please sign in to comment.