Skip to content

Commit

Permalink
Bump version to 18.4.36 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 Apr 16, 2024
1 parent 354fe6b commit d94cbe6
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 22 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.4.35 -->
## [v18.4.35](https://github.com/chef/chef/tree/v18.4.35) (2024-04-11)
<!-- latest_release 18.4.36 -->
## [v18.4.36](https://github.com/chef/chef/tree/v18.4.36) (2024-04-16)

#### Merged Pull Requests
- Add note about adding account rights not taking immediate effect. [#14325](https://github.com/chef/chef/pull/14325) ([tpowell-progress](https://github.com/tpowell-progress))
- Revert &quot;Add missing `description` to windows_service load_current_resource for idempotent check to be successful&quot; [#14334](https://github.com/chef/chef/pull/14334) ([tpowell-progress](https://github.com/tpowell-progress))
<!-- latest_release -->

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

#### Merged Pull Requests
- Revert &quot;Add missing `description` to windows_service load_current_resource for idempotent check to be successful&quot; [#14334](https://github.com/chef/chef/pull/14334) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 18.4.36 -->
- Add note about adding account rights not taking immediate effect. [#14325](https://github.com/chef/chef/pull/14325) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 18.4.35 -->
- [trivial] add missing markdown fence [#14326](https://github.com/chef/chef/pull/14326) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 18.4.34 -->
- Choco version check fails for Licensed Clients [#14320](https://github.com/chef/chef/pull/14320) ([johnmccrae](https://github.com/johnmccrae)) <!-- 18.4.33 -->
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ GIT
PATH
remote: .
specs:
chef (18.4.35)
chef (18.4.36)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 18.4.35)
chef-utils (= 18.4.35)
chef-config (= 18.4.36)
chef-utils (= 18.4.36)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
Expand Down Expand Up @@ -78,13 +78,13 @@ PATH
unf_ext (~> 0.0.8.2)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
chef (18.4.35-x64-mingw-ucrt)
chef (18.4.36-x64-mingw-ucrt)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 18.4.35)
chef-config (= 18.4.36)
chef-powershell (~> 18.1.0)
chef-utils (= 18.4.35)
chef-utils (= 18.4.36)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
Expand Down Expand Up @@ -128,15 +128,15 @@ PATH
PATH
remote: chef-bin
specs:
chef-bin (18.4.35)
chef (= 18.4.35)
chef-bin (18.4.36)
chef (= 18.4.36)

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

GEM
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.4.35
18.4.36
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.4.35".freeze
VERSION = "18.4.36".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.4.35".freeze
VERSION = "18.4.36".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.4.35"
VERSION = "18.4.36"
end
4 changes: 2 additions & 2 deletions knife/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
chef (18.4.35)
chef (18.4.35-x64-mingw-ucrt)
chef (18.4.36)
chef (18.4.36-x64-mingw-ucrt)

PLATFORMS
ruby
Expand Down
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.4.35".freeze
VERSION = "18.4.36".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.4.35")
VERSION = Chef::VersionString.new("18.4.36")
end

#
Expand Down

0 comments on commit d94cbe6

Please sign in to comment.