summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-23 02:27:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-23 02:27:41 +0000
commit9283e7b66456e9389acfb115b9cd00257aff29ff (patch)
tree80074d445532db29e53eae7981ec5fa65ebb9c25
parentf3dc656dee0a8d567bcd11a6a2631fbb6b2b3847 (diff)
downloadchef-9283e7b66456e9389acfb115b9cd00257aff29ff.tar.gz
Bump version to 17.0.120 by Chef Expeditorv17.0.120
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock22
-rw-r--r--VERSION2
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
-rw-r--r--lib/chef/version.rb2
7 files changed, 20 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4a11d2f01..b53998533a 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.119 -->
-## [v17.0.119](https://github.com/chef/chef/tree/v17.0.119) (2021-02-23)
+<!-- latest_release 17.0.120 -->
+## [v17.0.120](https://github.com/chef/chef/tree/v17.0.120) (2021-02-23)
#### Merged Pull Requests
-- Re-lazy the template variable default [#11089](https://github.com/chef/chef/pull/11089) ([lamont-granquist](https://github.com/lamont-granquist))
+- Further improve docs generation [#11088](https://github.com/chef/chef/pull/11088) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.14 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Further improve docs generation [#11088](https://github.com/chef/chef/pull/11088) ([tas50](https://github.com/tas50)) <!-- 17.0.120 -->
- Re-lazy the template variable default [#11089](https://github.com/chef/chef/pull/11089) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 17.0.119 -->
- Integrated knife-opc into Chef [#10187](https://github.com/chef/chef/pull/10187) ([snehaldwivedi](https://github.com/snehaldwivedi)) <!-- 17.0.117 -->
- Improve automatic docs generation [#11047](https://github.com/chef/chef/pull/11047) ([tas50](https://github.com/tas50)) <!-- 17.0.116 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 03e0714468..37fff6266e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -28,11 +28,11 @@ GIT
PATH
remote: .
specs:
- chef (17.0.119)
+ chef (17.0.120)
addressable
bcrypt_pbkdf (= 1.1.0.rc2)
- chef-config (= 17.0.119)
- chef-utils (= 17.0.119)
+ chef-config (= 17.0.120)
+ chef-utils (= 17.0.120)
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.119-universal-mingw32)
+ chef (17.0.120-universal-mingw32)
addressable
bcrypt_pbkdf (= 1.1.0.rc2)
- chef-config (= 17.0.119)
- chef-utils (= 17.0.119)
+ chef-config (= 17.0.120)
+ chef-utils (= 17.0.120)
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.119)
- chef (= 17.0.119)
+ chef-bin (17.0.120)
+ chef (= 17.0.120)
PATH
remote: chef-config
specs:
- chef-config (17.0.119)
+ chef-config (17.0.120)
addressable
- chef-utils (= 17.0.119)
+ chef-utils (= 17.0.120)
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.119)
+ chef-utils (17.0.120)
GEM
remote: https://rubygems.org/
diff --git a/VERSION b/VERSION
index 7d14d88a17..3be57aa49a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.119 \ No newline at end of file
+17.0.120 \ 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 792ee320d2..ef40ab864b 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.119".freeze
+ VERSION = "17.0.120".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index c413eedee8..d84127c4a8 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.119".freeze
+ VERSION = "17.0.120".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index d66ea1e8c9..dd0e35d5b7 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.119"
+ VERSION = "17.0.120"
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index b787969acb..b1249ccd4c 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.119")
+ VERSION = Chef::VersionString.new("17.0.120")
end
#