summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-10 18:36:33 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-10 18:36:33 +0000
commit9a431747e0ca8a43f78e1fe343750871254631e8 (patch)
treec77875817f203c0f6e2c406ee4a27877cb10375a
parent3e359c8b71a4caca7353ceb6dbefebfe22439d4b (diff)
downloadchef-9a431747e0ca8a43f78e1fe343750871254631e8.tar.gz
Bump version to 17.1.31 by Chef Expeditorv17.1.31
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md8
-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--knife/lib/chef/knife/version.rb2
-rw-r--r--lib/chef/version.rb2
8 files changed, 21 insertions, 21 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 309c4e13dc..59c1e5d420 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,18 +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.1.30 -->
-## [v17.1.30](https://github.com/chef/chef/tree/v17.1.30) (2021-05-08)
+<!-- latest_release 17.1.31 -->
+## [v17.1.31](https://github.com/chef/chef/tree/v17.1.31) (2021-05-10)
#### Merged Pull Requests
-- Creating the `inspec_waiver_file_entry` resource for managing and formatting a waiver file [#10098](https://github.com/chef/chef/pull/10098) ([chef-davin](https://github.com/chef-davin))
-- Remove comment no longer relevant [#11550](https://github.com/chef/chef/pull/11550) ([deivid-rodriguez](https://github.com/deivid-rodriguez))
+- Bump chef/chefstyle to 9e9864d3839e1a78703e6662b0dbe7a04af05fd1 [#11527](https://github.com/chef/chef/pull/11527) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot]))
<!-- latest_release -->
<!-- release_rollup since=17.0.242 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Bump chef/chefstyle to 9e9864d3839e1a78703e6662b0dbe7a04af05fd1 [#11527](https://github.com/chef/chef/pull/11527) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 17.1.31 -->
- Creating the `inspec_waiver_file_entry` resource for managing and formatting a waiver file [#10098](https://github.com/chef/chef/pull/10098) ([chef-davin](https://github.com/chef-davin)) <!-- 17.1.30 -->
- Remove comment no longer relevant [#11550](https://github.com/chef/chef/pull/11550) ([deivid-rodriguez](https://github.com/deivid-rodriguez)) <!-- 17.1.29 -->
- Silence `bundle install` warning when installing gems for cookbooks [#11551](https://github.com/chef/chef/pull/11551) ([nvwls](https://github.com/nvwls)) <!-- 17.1.29 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 1e0dc1fd78..4dabf13cc5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,10 +35,10 @@ GIT
PATH
remote: .
specs:
- chef (17.1.30)
+ chef (17.1.31)
addressable
- chef-config (= 17.1.30)
- chef-utils (= 17.1.30)
+ chef-config (= 17.1.31)
+ chef-utils (= 17.1.31)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -62,10 +62,10 @@ PATH
train-core (~> 3.2, >= 3.2.28)
train-winrm (>= 0.2.5)
uuidtools (>= 2.1.5, < 3.0)
- chef (17.1.30-universal-mingw32)
+ chef (17.1.31-universal-mingw32)
addressable
- chef-config (= 17.1.30)
- chef-utils (= 17.1.30)
+ chef-config (= 17.1.31)
+ chef-utils (= 17.1.31)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -104,15 +104,15 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (17.1.30)
- chef (= 17.1.30)
+ chef-bin (17.1.31)
+ chef (= 17.1.31)
PATH
remote: chef-config
specs:
- chef-config (17.1.30)
+ chef-config (17.1.31)
addressable
- chef-utils (= 17.1.30)
+ chef-utils (= 17.1.31)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@@ -121,7 +121,7 @@ PATH
PATH
remote: chef-utils
specs:
- chef-utils (17.1.30)
+ chef-utils (17.1.31)
concurrent-ruby
GEM
diff --git a/VERSION b/VERSION
index 56305fe362..4b093b9bb2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.1.30 \ No newline at end of file
+17.1.31 \ 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 20abb3db35..557902fe09 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.1.30".freeze
+ VERSION = "17.1.31".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index a573d24dc8..79951437d1 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.1.30".freeze
+ VERSION = "17.1.31".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 0c3cd8104e..af9245af86 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.1.30"
+ VERSION = "17.1.31"
end
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 5ccf1e9358..c01474770d 100644
--- a/knife/lib/chef/knife/version.rb
+++ b/knife/lib/chef/knife/version.rb
@@ -17,7 +17,7 @@
class Chef
class Knife
KNIFE_ROOT = File.expand_path("../..", __dir__)
- VERSION = "17.1.30".freeze
+ VERSION = "17.1.31".freeze
end
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 7d1222e8e2..72c8a046ed 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.1.30")
+ VERSION = Chef::VersionString.new("17.1.31")
end
#