Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
chef
Commits
ac87b166
Commit
ac87b166
authored
Nov 11, 2022
by
Chef Expeditor
Browse files
Bump version to 18.0.182 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
parent
c85d51fc
Changes
9
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
ac87b166
<!-- 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.18
1
-->
## [v18.0.18
1
](https://github.com/chef/chef/tree/v18.0.18
1
) (2022-11-11)
<!-- latest_release 18.0.18
2
-->
## [v18.0.18
2
](https://github.com/chef/chef/tree/v18.0.18
2
) (2022-11-11)
#### Merged Pull Requests
-
Updating the Hab installer and gems
[#1334
0
](https://github.com/chef/chef/pull/1334
0
) ([
johnmccrae
](https://github.com/
johnmccrae
))
-
fix bug in chef_client_config resource
[#1334
9
](https://github.com/chef/chef/pull/1334
9
) ([
Stromweld
](https://github.com/
Stromweld
))
<!-- latest_release -->
<!-- release_rollup since=18.0.169 -->
### Changes not yet released to stable
#### Merged Pull Requests
- fix bug in chef_client_config resource [#13349](https://github.com/chef/chef/pull/13349) ([Stromweld](https://github.com/Stromweld)) <!-- 18.0.182 -->
- Updating the Hab installer and gems [#13340](https://github.com/chef/chef/pull/13340) ([johnmccrae](https://github.com/johnmccrae)) <!-- 18.0.181 -->
- Update GitHub Actions to address deprecated actions in workflows [#13344](https://github.com/chef/chef/pull/13344) ([gene1wood](https://github.com/gene1wood)) <!-- 18.0.180 -->
- fix knife train-core dep for latest supporting net-ssh 7.x dep [#13338](https://github.com/chef/chef/pull/13338) ([Stromweld](https://github.com/Stromweld)) <!-- 18.0.179 -->
...
...
Gemfile.lock
View file @
ac87b166
...
...
@@ -51,12 +51,12 @@ GIT
PATH
remote: .
specs:
chef (18.0.18
1
)
chef (18.0.18
2
)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 18.0.18
1
)
chef-utils (= 18.0.18
1
)
chef-config (= 18.0.18
2
)
chef-utils (= 18.0.18
2
)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
...
...
@@ -85,13 +85,13 @@ PATH
unf_ext (>= 0.0.8.2)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
chef (18.0.18
1
-x64-mingw-ucrt)
chef (18.0.18
2
-x64-mingw-ucrt)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 18.0.18
1
)
chef-config (= 18.0.18
2
)
chef-powershell (~> 1.0.12)
chef-utils (= 18.0.18
1
)
chef-utils (= 18.0.18
2
)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
...
...
@@ -135,15 +135,15 @@ PATH
PATH
remote: chef-bin
specs:
chef-bin (18.0.18
1
)
chef (= 18.0.18
1
)
chef-bin (18.0.18
2
)
chef (= 18.0.18
2
)
PATH
remote: chef-config
specs:
chef-config (18.0.18
1
)
chef-config (18.0.18
2
)
addressable
chef-utils (= 18.0.18
1
)
chef-utils (= 18.0.18
2
)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
...
...
@@ -152,7 +152,7 @@ PATH
PATH
remote: chef-utils
specs:
chef-utils (18.0.18
1
)
chef-utils (18.0.18
2
)
concurrent-ruby
GEM
...
...
VERSION
View file @
ac87b166
18.0.181
\ No newline at end of file
18.0.182
\ No newline at end of file
chef-bin/lib/chef-bin/version.rb
View file @
ac87b166
...
...
@@ -21,7 +21,7 @@
module
ChefBin
CHEFBIN_ROOT
=
File
.
expand_path
(
".."
,
__dir__
)
VERSION
=
"18.0.18
1
"
.
freeze
VERSION
=
"18.0.18
2
"
.
freeze
end
#
...
...
chef-config/lib/chef-config/version.rb
View file @
ac87b166
...
...
@@ -15,5 +15,5 @@
module
ChefConfig
CHEFCONFIG_ROOT
=
File
.
expand_path
(
".."
,
__dir__
)
VERSION
=
"18.0.18
1
"
.
freeze
VERSION
=
"18.0.18
2
"
.
freeze
end
chef-utils/lib/chef-utils/version.rb
View file @
ac87b166
...
...
@@ -16,5 +16,5 @@
module
ChefUtils
CHEFUTILS_ROOT
=
File
.
expand_path
(
".."
,
__dir__
)
VERSION
=
"18.0.18
1
"
VERSION
=
"18.0.18
2
"
end
knife/Gemfile.lock
View file @
ac87b166
PATH
remote: ..
specs:
chef (18.0.18
1
)
chef (18.0.18
1
-x64-mingw-ucrt)
chef (18.0.18
2
)
chef (18.0.18
2
-x64-mingw-ucrt)
PLATFORMS
ruby
...
...
knife/lib/chef/knife/version.rb
View file @
ac87b166
...
...
@@ -17,7 +17,7 @@
class
Chef
class
Knife
KNIFE_ROOT
=
File
.
expand_path
(
"../.."
,
__dir__
)
VERSION
=
"18.0.18
1
"
.
freeze
VERSION
=
"18.0.18
2
"
.
freeze
end
end
...
...
lib/chef/version.rb
View file @
ac87b166
...
...
@@ -23,7 +23,7 @@ require_relative "version_string"
class
Chef
CHEF_ROOT
=
File
.
expand_path
(
".."
,
__dir__
)
VERSION
=
Chef
::
VersionString
.
new
(
"18.0.18
1
"
)
VERSION
=
Chef
::
VersionString
.
new
(
"18.0.18
2
"
)
end
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment