summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-21 20:58:15 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-21 20:58:15 +0000
commitc2e04b0376b18a9350aa43e0a6a00c1cb6393c08 (patch)
tree253294f1b7d6163652630a9760ee38fea79b9eaa
parent34a1773e5294f7d38e88607b048f6452df14b9bb (diff)
downloadchef-c2e04b0376b18a9350aa43e0a6a00c1cb6393c08.tar.gz
Bump version to 18.0.15 by Chef Expeditorv18.0.15
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock26
-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, 23 insertions, 22 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 775d8bf257..1e1dfd577b 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.14 -->
-## [v18.0.14](https://github.com/chef/chef/tree/v18.0.14) (2022-01-20)
+<!-- latest_release 18.0.15 -->
+## [v18.0.15](https://github.com/chef/chef/tree/v18.0.15) (2022-01-21)
#### Merged Pull Requests
-- replace links in resource doc examples [#12482](https://github.com/chef/chef/pull/12482) ([IanMadd](https://github.com/IanMadd))
+- Add an expeditor corefoundation subscription [#12498](https://github.com/chef/chef/pull/12498) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=17.9.26 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Add an expeditor corefoundation subscription [#12498](https://github.com/chef/chef/pull/12498) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 18.0.15 -->
- replace links in resource doc examples [#12482](https://github.com/chef/chef/pull/12482) ([IanMadd](https://github.com/IanMadd)) <!-- 18.0.14 -->
- Bump omnibus-software from `dd555fa` to `c2fb9a4` in /omnibus [#12484](https://github.com/chef/chef/pull/12484) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 18.0.13 -->
- Bump omnibus from `7c5db7e` to `9c83f73` in /omnibus [#12485](https://github.com/chef/chef/pull/12485) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 18.0.12 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index d990ec4d69..66f60a4964 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,12 +35,12 @@ GIT
PATH
remote: .
specs:
- chef (18.0.14)
+ chef (18.0.15)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
- chef-config (= 18.0.14)
- chef-utils (= 18.0.14)
+ chef-config (= 18.0.15)
+ chef-utils (= 18.0.15)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
@@ -66,12 +66,12 @@ PATH
train-winrm (>= 0.2.5)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
- chef (18.0.14-universal-mingw32)
+ chef (18.0.15-universal-mingw32)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
- chef-config (= 18.0.14)
- chef-utils (= 18.0.14)
+ chef-config (= 18.0.15)
+ chef-utils (= 18.0.15)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
@@ -112,15 +112,15 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (18.0.14)
- chef (= 18.0.14)
+ chef-bin (18.0.15)
+ chef (= 18.0.15)
PATH
remote: chef-config
specs:
- chef-config (18.0.14)
+ chef-config (18.0.15)
addressable
- chef-utils (= 18.0.14)
+ chef-utils (= 18.0.15)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@@ -129,7 +129,7 @@ PATH
PATH
remote: chef-utils
specs:
- chef-utils (18.0.14)
+ chef-utils (18.0.15)
concurrent-ruby
GEM
@@ -151,7 +151,7 @@ GEM
aws-sdk-kms (1.53.0)
aws-sdk-core (~> 3, >= 3.125.0)
aws-sigv4 (~> 1.1)
- aws-sdk-s3 (1.111.1)
+ aws-sdk-s3 (1.111.2)
aws-sdk-core (~> 3, >= 3.125.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
@@ -181,7 +181,7 @@ GEM
net-ssh
coderay (1.1.3)
concurrent-ruby (1.1.9)
- corefoundation (0.3.4)
+ corefoundation (0.3.10)
ffi (>= 1.15.0)
crack (0.4.5)
rexml
diff --git a/VERSION b/VERSION
index c3da0e28bb..9e1e97e19e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.14 \ No newline at end of file
+18.0.15 \ 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 e39144389c..becbfe02c1 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.14".freeze
+ VERSION = "18.0.15".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 1752f6ea22..b8d5d1e70d 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.14".freeze
+ VERSION = "18.0.15".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 8d16dfbb9f..e8176e1af0 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.14"
+ VERSION = "18.0.15"
end
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index b0ede3cc3b..bcb44075f7 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.14".freeze
+ VERSION = "18.0.15".freeze
end
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index d914c5f3cf..55fd351af5 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.14")
+ VERSION = Chef::VersionString.new("18.0.15")
end
#