diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-15 18:24:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-15 18:24:26 +0000 |
commit | 23673431874d172825e71ba82c7fac176676932e (patch) | |
tree | 47d8c2f98f2c619f07a59ba941ed622091f27eed | |
parent | a9970acc7a95e1e791d86abd8ef38937e50b21f6 (diff) | |
download | chef-23673431874d172825e71ba82c7fac176676932e.tar.gz |
Bump version to 17.0.99 by Chef Expeditorv17.0.99
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 22 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
7 files changed, 20 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee15702eb4..99ba454f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> This changelog lists individual merged pull requests to Chef Infra Client and geared towards developers. For a list of significant changes per release see the [Chef Infra Client Release Notes](https://docs.chef.io/release_notes_client/). -<!-- latest_release 17.0.98 --> -## [v17.0.98](https://github.com/chef/chef/tree/v17.0.98) (2021-02-13) +<!-- latest_release 17.0.99 --> +## [v17.0.99](https://github.com/chef/chef/tree/v17.0.99) (2021-02-15) #### Merged Pull Requests -- Fix typo in powershell_script.rb [#11040](https://github.com/chef/chef/pull/11040) ([floh96](https://github.com/floh96)) +- Don't make upstart service to service on any debian platform families [#11039](https://github.com/chef/chef/pull/11039) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.8.14 --> ### Changes not yet released to stable #### Merged Pull Requests +- Don't make upstart service to service on any debian platform families [#11039](https://github.com/chef/chef/pull/11039) ([tas50](https://github.com/tas50)) <!-- 17.0.99 --> - Fix typo in powershell_script.rb [#11040](https://github.com/chef/chef/pull/11040) ([floh96](https://github.com/floh96)) <!-- 17.0.98 --> - Stop producing Habitat kernel2 packages [#11037](https://github.com/chef/chef/pull/11037) ([tas50](https://github.com/tas50)) <!-- 17.0.97 --> - mount: Fix for network mounts which use the root level as the device [#11031](https://github.com/chef/chef/pull/11031) ([ramereth](https://github.com/ramereth)) <!-- 17.0.96 --> diff --git a/Gemfile.lock b/Gemfile.lock index e1829f5fbc..8c9fddac2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,11 +28,11 @@ GIT PATH remote: . specs: - chef (17.0.98) + chef (17.0.99) addressable bcrypt_pbkdf (= 1.1.0.rc2) - chef-config (= 17.0.98) - chef-utils (= 17.0.98) + chef-config (= 17.0.99) + chef-utils (= 17.0.99) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -64,11 +64,11 @@ PATH tty-screen (~> 0.6) tty-table (~> 0.11) uuidtools (>= 2.1.5, < 3.0) - chef (17.0.98-universal-mingw32) + chef (17.0.99-universal-mingw32) addressable bcrypt_pbkdf (= 1.1.0.rc2) - chef-config (= 17.0.98) - chef-utils (= 17.0.98) + chef-config (= 17.0.99) + chef-utils (= 17.0.99) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -115,15 +115,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (17.0.98) - chef (= 17.0.98) + chef-bin (17.0.99) + chef (= 17.0.99) PATH remote: chef-config specs: - chef-config (17.0.98) + chef-config (17.0.99) addressable - chef-utils (= 17.0.98) + chef-utils (= 17.0.99) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -132,7 +132,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (17.0.98) + chef-utils (17.0.99) GEM remote: https://rubygems.org/ @@ -1 +1 @@ -17.0.98
\ No newline at end of file +17.0.99
\ 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 e26dbb8b45..5b4d8336e3 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("..", __dir__) - VERSION = "17.0.98".freeze + VERSION = "17.0.99".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 8d2659fa01..15b60e0ea0 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("..", __dir__) - VERSION = "17.0.98".freeze + VERSION = "17.0.99".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 4064a57e4a..1493edeee3 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "17.0.98" + VERSION = "17.0.99" end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 9e3a73e6d9..3557ceb564 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("..", __dir__) - VERSION = Chef::VersionString.new("17.0.98") + VERSION = Chef::VersionString.new("17.0.99") end # |