summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-17 18:20:00 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-17 18:20:00 +0000
commit3318e43fc94b2d90626ebc7549d46abe453e12bb (patch)
tree1d3e763c18d89f2ee5c5480eb4fc4f31bc7fc55d
parent9bc5253d049fb702e672eb2cd2d6657ab5734c8d (diff)
downloadchef-3318e43fc94b2d90626ebc7549d46abe453e12bb.tar.gz
Bump version to 17.10.40 by Chef Expeditorv17.10.40
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 c671c92e2b..2cdcad810a 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.10.39 -->
-## [v17.10.39](https://github.com/chef/chef/tree/v17.10.39) (2023-04-12)
+<!-- latest_release 17.10.40 -->
+## [v17.10.40](https://github.com/chef/chef/tree/v17.10.40) (2023-04-17)
#### Merged Pull Requests
-- Fix berkshelf on chef 17 [#13679](https://github.com/chef/chef/pull/13679) ([tpowell-progress](https://github.com/tpowell-progress))
+- Bump omnibus from `5bc091a` to `a1ed55c` in /omnibus [#13632](https://github.com/chef/chef/pull/13632) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=17.10.0 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Bump omnibus from `5bc091a` to `a1ed55c` in /omnibus [#13632](https://github.com/chef/chef/pull/13632) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.10.40 -->
- Fix berkshelf on chef 17 [#13679](https://github.com/chef/chef/pull/13679) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 17.10.39 -->
- Bump addressable to 2.8.4 [#13674](https://github.com/chef/chef/pull/13674) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 17.10.38 -->
- [Chef-17] Update ssl cert used in kitchen tests [#13660](https://github.com/chef/chef/pull/13660) ([neha-p6](https://github.com/neha-p6)) <!-- 17.10.37 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 744f844234..17d0e2beab 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,12 +35,12 @@ GIT
PATH
remote: .
specs:
- chef (17.10.39)
+ chef (17.10.40)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
- chef-config (= 17.10.39)
- chef-utils (= 17.10.39)
+ chef-config (= 17.10.40)
+ chef-utils (= 17.10.40)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
@@ -66,13 +66,13 @@ PATH
train-winrm (>= 0.2.5)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
- chef (17.10.39-universal-mingw32)
+ chef (17.10.40-universal-mingw32)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
- chef-config (= 17.10.39)
+ chef-config (= 17.10.40)
chef-powershell (~> 1.0.12)
- chef-utils (= 17.10.39)
+ chef-utils (= 17.10.40)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
@@ -113,15 +113,15 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (17.10.39)
- chef (= 17.10.39)
+ chef-bin (17.10.40)
+ chef (= 17.10.40)
PATH
remote: chef-config
specs:
- chef-config (17.10.39)
+ chef-config (17.10.40)
addressable
- chef-utils (= 17.10.39)
+ chef-utils (= 17.10.40)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@@ -130,7 +130,7 @@ PATH
PATH
remote: chef-utils
specs:
- chef-utils (17.10.39)
+ chef-utils (17.10.40)
concurrent-ruby
GEM
@@ -143,7 +143,7 @@ GEM
mixlib-shellout (>= 2.0, < 4.0)
ast (2.4.2)
aws-eventstream (1.2.0)
- aws-partitions (1.745.0)
+ aws-partitions (1.748.0)
aws-sdk-core (3.171.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
diff --git a/VERSION b/VERSION
index 89ddd051f2..65584c449b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.10.39 \ No newline at end of file
+17.10.40 \ 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 a6ccb07283..cbc348995a 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.10.39".freeze
+ VERSION = "17.10.40".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 351b785c27..5bab88ac14 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.10.39".freeze
+ VERSION = "17.10.40".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index b999efe44d..4d60e938e8 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.10.39"
+ VERSION = "17.10.40"
end
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 1f3fdf8e4a..a133140ccf 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.10.39".freeze
+ VERSION = "17.10.40".freeze
end
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 2f3da46302..6d4824da88 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.10.39")
+ VERSION = Chef::VersionString.new("17.10.40")
end
#