Skip to content

Commit

Permalink
Bump version to 18.0.84 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Mar 31, 2022
1 parent d7863d8 commit cabeb35
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 21 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.83 -->
## [v18.0.83](https://github.com/chef/chef/tree/v18.0.83) (2022-03-30)
<!-- latest_release 18.0.84 -->
## [v18.0.84](https://github.com/chef/chef/tree/v18.0.84) (2022-03-31)

#### Merged Pull Requests
- Fix attribute performance issues in node.read [#12742](https://github.com/chef/chef/pull/12742) ([lamont-granquist](https://github.com/lamont-granquist))
- Bump libxslt to 1.1.35 [#12752](https://github.com/chef/chef/pull/12752) ([jeremiahsnapp](https://github.com/jeremiahsnapp))
<!-- latest_release -->

<!-- release_rollup since=17.9.26 -->
### Changes not yet released to stable

#### Merged Pull Requests
- Bump libxslt to 1.1.35 [#12752](https://github.com/chef/chef/pull/12752) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) <!-- 18.0.84 -->
- Fix attribute performance issues in node.read [#12742](https://github.com/chef/chef/pull/12742) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 18.0.83 -->
- Add rubygems_url property to chef_client_config resource [#12724](https://github.com/chef/chef/pull/12724) ([DecoyJoe](https://github.com/DecoyJoe)) <!-- 18.0.82 -->
- Bump libxml2 to 2.9.13 [#12739](https://github.com/chef/chef/pull/12739) ([johnmccrae](https://github.com/johnmccrae)) <!-- 18.0.81 -->
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ GIT
PATH
remote: .
specs:
chef (18.0.83)
chef (18.0.84)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 18.0.83)
chef-utils (= 18.0.83)
chef-config (= 18.0.84)
chef-utils (= 18.0.84)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
Expand Down Expand Up @@ -75,13 +75,13 @@ PATH
train-winrm (>= 0.2.5)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
chef (18.0.83-universal-mingw32)
chef (18.0.84-universal-mingw32)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 18.0.83)
chef-config (= 18.0.84)
chef-powershell (~> 1.0.12)
chef-utils (= 18.0.83)
chef-utils (= 18.0.84)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
Expand Down Expand Up @@ -124,15 +124,15 @@ PATH
PATH
remote: chef-bin
specs:
chef-bin (18.0.83)
chef (= 18.0.83)
chef-bin (18.0.84)
chef (= 18.0.84)

PATH
remote: chef-config
specs:
chef-config (18.0.83)
chef-config (18.0.84)
addressable
chef-utils (= 18.0.83)
chef-utils (= 18.0.84)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
Expand All @@ -141,7 +141,7 @@ PATH
PATH
remote: chef-utils
specs:
chef-utils (18.0.83)
chef-utils (18.0.84)
concurrent-ruby

GEM
Expand All @@ -154,7 +154,7 @@ GEM
mixlib-shellout (>= 2.0, < 4.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.571.0)
aws-partitions (1.572.0)
aws-sdk-core (3.130.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.0.83
18.0.84
2 changes: 1 addition & 1 deletion chef-bin/lib/chef-bin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "18.0.83".freeze
VERSION = "18.0.84".freeze
end

#
Expand Down
2 changes: 1 addition & 1 deletion chef-config/lib/chef-config/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
VERSION = "18.0.83".freeze
VERSION = "18.0.84".freeze
end
2 changes: 1 addition & 1 deletion chef-utils/lib/chef-utils/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
VERSION = "18.0.83"
VERSION = "18.0.84"
end
2 changes: 1 addition & 1 deletion knife/lib/chef/knife/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class Chef
class Knife
KNIFE_ROOT = File.expand_path("../..", __dir__)
VERSION = "18.0.83".freeze
VERSION = "18.0.84".freeze
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/chef/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
VERSION = Chef::VersionString.new("18.0.83")
VERSION = Chef::VersionString.new("18.0.84")
end

#
Expand Down

0 comments on commit cabeb35

Please sign in to comment.