summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-16 19:33:26 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-16 19:33:26 +0000
commit0b2cc39898ab864bab42874654badd99c9d73e9a (patch)
tree87c95d862ef36ff9939c88ff1393edd8b045989b
parentd8ad5a60dda218f4808da8990e2f08a9eadcc005 (diff)
downloadchef-0b2cc39898ab864bab42874654badd99c9d73e9a.tar.gz
Bump version to 17.3.39 by Chef Expeditorv17.3.39
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock24
-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, 22 insertions, 21 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca84201858..2b1d594207 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.3.38 -->
-## [v17.3.38](https://github.com/chef/chef/tree/v17.3.38) (2021-07-16)
+<!-- latest_release 17.3.39 -->
+## [v17.3.39](https://github.com/chef/chef/tree/v17.3.39) (2021-07-16)
#### Merged Pull Requests
-- Bump omnibus-software from `cdef22f` to `237c0a4` in /omnibus [#11827](https://github.com/chef/chef/pull/11827) ([dependabot[bot]](https://github.com/dependabot[bot]))
+- Support command line setting of run_list with policyfiles [#11803](https://github.com/chef/chef/pull/11803) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=17.2.29 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Support command line setting of run_list with policyfiles [#11803](https://github.com/chef/chef/pull/11803) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 17.3.39 -->
- Bump omnibus-software from `cdef22f` to `237c0a4` in /omnibus [#11827](https://github.com/chef/chef/pull/11827) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.3.38 -->
- Bump omnibus from `5803fdc` to `6d109b6` in /omnibus [#11822](https://github.com/chef/chef/pull/11822) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.3.37 -->
- Bump omnibus-software from `e9feb35` to `cdef22f` in /omnibus [#11815](https://github.com/chef/chef/pull/11815) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.3.36 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index f898607cfe..43f7deaa1b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,11 +35,11 @@ GIT
PATH
remote: .
specs:
- chef (17.3.38)
+ chef (17.3.39)
addressable
aws-sdk-secretsmanager (~> 1.46)
- chef-config (= 17.3.38)
- chef-utils (= 17.3.38)
+ chef-config (= 17.3.39)
+ chef-utils (= 17.3.39)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -63,11 +63,11 @@ PATH
train-core (~> 3.2, >= 3.2.28)
train-winrm (>= 0.2.5)
uuidtools (>= 2.1.5, < 3.0)
- chef (17.3.38-universal-mingw32)
+ chef (17.3.39-universal-mingw32)
addressable
aws-sdk-secretsmanager (~> 1.46)
- chef-config (= 17.3.38)
- chef-utils (= 17.3.38)
+ chef-config (= 17.3.39)
+ chef-utils (= 17.3.39)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -106,15 +106,15 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (17.3.38)
- chef (= 17.3.38)
+ chef-bin (17.3.39)
+ chef (= 17.3.39)
PATH
remote: chef-config
specs:
- chef-config (17.3.38)
+ chef-config (17.3.39)
addressable
- chef-utils (= 17.3.38)
+ chef-utils (= 17.3.39)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@@ -123,7 +123,7 @@ PATH
PATH
remote: chef-utils
specs:
- chef-utils (17.3.38)
+ chef-utils (17.3.39)
concurrent-ruby
GEM
@@ -136,7 +136,7 @@ GEM
mixlib-shellout (>= 2.0, < 4.0)
ast (2.4.2)
aws-eventstream (1.1.1)
- aws-partitions (1.478.0)
+ aws-partitions (1.479.0)
aws-sdk-core (3.117.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
diff --git a/VERSION b/VERSION
index c60529d5b9..25541528c7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.3.38 \ No newline at end of file
+17.3.39 \ 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 2a17be4a91..7223375e60 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.3.38".freeze
+ VERSION = "17.3.39".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 5a1c1a94fd..06aba4e23c 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.3.38".freeze
+ VERSION = "17.3.39".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index e2e489c4e2..436236b72e 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.3.38"
+ VERSION = "17.3.39"
end
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 82f6299829..b6a0302a76 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.3.38".freeze
+ VERSION = "17.3.39".freeze
end
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index cdff616c42..24e9f9452c 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.3.38")
+ VERSION = Chef::VersionString.new("17.3.39")
end
#