Skip to content

Commit

Permalink
Bump version to 15.0.130 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 Jan 17, 2019
1 parent c2cae40 commit 2f7ad6b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 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: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 15.0.129 -->
## [v15.0.129](https://github.com/chef/chef/tree/v15.0.129) (2019-01-17)
<!-- latest_release 15.0.130 -->
## [v15.0.130](https://github.com/chef/chef/tree/v15.0.130) (2019-01-17)

#### Merged Pull Requests
- homebrew_cask / homebrew_tap: Properly use the cask_name and tap_name properties [#8123](https://github.com/chef/chef/pull/8123) ([tas50](https://github.com/tas50))
- windows_printer: prevent failures when deleting printers and using device_id property [#8125](https://github.com/chef/chef/pull/8125) ([tas50](https://github.com/tas50))
<!-- latest_release -->

<!-- release_rollup -->
### Changes since latest stable release

#### Merged Pull Requests
- windows_printer: prevent failures when deleting printers and using device_id property [#8125](https://github.com/chef/chef/pull/8125) ([tas50](https://github.com/tas50)) <!-- 15.0.130 -->
- homebrew_cask / homebrew_tap: Properly use the cask_name and tap_name properties [#8123](https://github.com/chef/chef/pull/8123) ([tas50](https://github.com/tas50)) <!-- 15.0.129 -->
- openssl_ec_private_key / openssl_x509_request.rb: properly use the path properties when specified [#8122](https://github.com/chef/chef/pull/8122) ([tas50](https://github.com/tas50)) <!-- 15.0.128 -->
- ssh_known_host_entry: Use the host name_property in debug logging [#8124](https://github.com/chef/chef/pull/8124) ([tas50](https://github.com/tas50)) <!-- 15.0.127 -->
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
chef (15.0.129)
chef (15.0.130)
addressable
bundler (>= 1.10)
chef-config (= 15.0.129)
chef-config (= 15.0.130)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand All @@ -57,10 +57,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
chef (15.0.129-universal-mingw32)
chef (15.0.130-universal-mingw32)
addressable
bundler (>= 1.10)
chef-config (= 15.0.129)
chef-config (= 15.0.130)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand Down Expand Up @@ -104,7 +104,7 @@ PATH
PATH
remote: chef-config
specs:
chef-config (15.0.129)
chef-config (15.0.130)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.0.129
15.0.130
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 @@ -21,7 +21,7 @@

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

#
Expand Down
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.0.129")
VERSION = Chef::VersionString.new("15.0.130")
end

#
Expand Down

0 comments on commit 2f7ad6b

Please sign in to comment.