summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-14 20:07:40 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-14 20:07:43 +0000
commit5ca5e1ec468f3c2a3fb03824884d8138f628778d (patch)
treeb9b5a3adddb1be66f09dea5dab29d1469f59f2c2
parentf085ce8e738e8f8d610da8bd5389df0eb681b20a (diff)
downloadchef-5ca5e1ec468f3c2a3fb03824884d8138f628778d.tar.gz
Bump version to 18.0.34 by Chef Expeditorv18.0.34
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 d0753b2d89..fc2808e78a 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 18.0.33 -->
-## [v18.0.33](https://github.com/chef/chef/tree/v18.0.33) (2022-02-09)
+<!-- latest_release 18.0.34 -->
+## [v18.0.34](https://github.com/chef/chef/tree/v18.0.34) (2022-02-14)
#### Merged Pull Requests
-- Make sure network scripts dir exists on alma [#12565](https://github.com/chef/chef/pull/12565) ([tas50](https://github.com/tas50))
+- Bump corefoundation to 0.3.13 [#12574](https://github.com/chef/chef/pull/12574) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot]))
<!-- latest_release -->
<!-- release_rollup since=17.9.26 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Bump corefoundation to 0.3.13 [#12574](https://github.com/chef/chef/pull/12574) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 18.0.34 -->
- Make sure network scripts dir exists on alma [#12565](https://github.com/chef/chef/pull/12565) ([tas50](https://github.com/tas50)) <!-- 18.0.33 -->
- net-ftp isn&#39;t bundled in Ruby 3.1 anymore so dep on it [#12399](https://github.com/chef/chef/pull/12399) ([tas50](https://github.com/tas50)) <!-- 18.0.32 -->
- Switch from centos-8 to almalinux-8 [#12544](https://github.com/chef/chef/pull/12544) ([tas50](https://github.com/tas50)) <!-- 18.0.31 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 30d2d9025b..056fc040bc 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,12 +35,12 @@ GIT
PATH
remote: .
specs:
- chef (18.0.33)
+ chef (18.0.34)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
- chef-config (= 18.0.33)
- chef-utils (= 18.0.33)
+ chef-config (= 18.0.34)
+ chef-utils (= 18.0.34)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
@@ -67,13 +67,13 @@ PATH
train-winrm (>= 0.2.5)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
- chef (18.0.33-universal-mingw32)
+ chef (18.0.34-universal-mingw32)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
- chef-config (= 18.0.33)
+ chef-config (= 18.0.34)
chef-powershell (~> 1.0.12)
- chef-utils (= 18.0.33)
+ chef-utils (= 18.0.34)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
@@ -115,15 +115,15 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (18.0.33)
- chef (= 18.0.33)
+ chef-bin (18.0.34)
+ chef (= 18.0.34)
PATH
remote: chef-config
specs:
- chef-config (18.0.33)
+ chef-config (18.0.34)
addressable
- chef-utils (= 18.0.33)
+ chef-utils (= 18.0.34)
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 (18.0.33)
+ chef-utils (18.0.34)
concurrent-ruby
GEM
@@ -260,7 +260,7 @@ GEM
io-wait (0.2.1)
ipaddress (0.8.3)
iso8601 (0.13.0)
- jmespath (1.5.0)
+ jmespath (1.6.0)
json (2.6.1)
libyajl2 (2.1.0)
license-acceptance (2.1.13)
diff --git a/VERSION b/VERSION
index 13321d9383..386869cfac 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.33 \ No newline at end of file
+18.0.34 \ 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 2532120b52..6d80bc497f 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 = "18.0.33".freeze
+ VERSION = "18.0.34".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index d023fe8d03..215f7ed650 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 = "18.0.33".freeze
+ VERSION = "18.0.34".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 48077fbb9f..ffcfda3cb3 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 = "18.0.33"
+ VERSION = "18.0.34"
end
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index c8e0e71864..e6c9ff1a70 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 = "18.0.33".freeze
+ VERSION = "18.0.34".freeze
end
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 99391611f3..62e8acc785 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("18.0.33")
+ VERSION = Chef::VersionString.new("18.0.34")
end
#