Skip to content

Commit

Permalink
Bump version to 17.10.68 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 May 16, 2023
1 parent 5266f9c commit d9b4c34
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 20 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
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 17.10.67 -->
## [v17.10.67](https://github.com/chef/chef/tree/v17.10.67) (2023-05-16)
<!-- latest_release 17.10.68 -->
## [v17.10.68](https://github.com/chef/chef/tree/v17.10.68) (2023-05-16)

#### Merged Pull Requests
- [chef-17] 27 of X - Updating EOL Support, Again [#13755](https://github.com/chef/chef/pull/13755) ([johnmccrae](https://github.com/johnmccrae))
- [chef-17] 27 of X - Tweaking EOL Support [#13756](https://github.com/chef/chef/pull/13756) ([johnmccrae](https://github.com/johnmccrae))
<!-- latest_release -->

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

#### Merged Pull Requests
- [chef-17] 27 of X - Tweaking EOL Support [#13756](https://github.com/chef/chef/pull/13756) ([johnmccrae](https://github.com/johnmccrae)) <!-- 17.10.68 -->
- [chef-17] 27 of X - Updating EOL Support, Again [#13755](https://github.com/chef/chef/pull/13755) ([johnmccrae](https://github.com/johnmccrae)) <!-- 17.10.67 -->
- [chef-17] 26 of X - Updating EOL Support [#13753](https://github.com/chef/chef/pull/13753) ([johnmccrae](https://github.com/johnmccrae)) <!-- 17.10.66 -->
- [chef-17] 25 of X - Backport Checksum Validation [#13750](https://github.com/chef/chef/pull/13750) ([johnmccrae](https://github.com/johnmccrae)) <!-- 17.10.65 -->
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ GIT
PATH
remote: .
specs:
chef (17.10.67)
chef (17.10.68)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 17.10.67)
chef-utils (= 17.10.67)
chef-config (= 17.10.68)
chef-utils (= 17.10.68)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
Expand All @@ -66,13 +66,13 @@ PATH
train-winrm (>= 0.2.5)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
chef (17.10.67-universal-mingw32)
chef (17.10.68-universal-mingw32)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 17.10.67)
chef-config (= 17.10.68)
chef-powershell (~> 1.0.12)
chef-utils (= 17.10.67)
chef-utils (= 17.10.68)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
Expand Down Expand Up @@ -113,15 +113,15 @@ PATH
PATH
remote: chef-bin
specs:
chef-bin (17.10.67)
chef (= 17.10.67)
chef-bin (17.10.68)
chef (= 17.10.68)

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

GEM
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.10.67
17.10.68
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 = "17.10.67".freeze
VERSION = "17.10.68".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 = "17.10.67".freeze
VERSION = "17.10.68".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 = "17.10.67"
VERSION = "17.10.68"
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 = "17.10.67".freeze
VERSION = "17.10.68".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("17.10.67")
VERSION = Chef::VersionString.new("17.10.68")
end

#
Expand Down

0 comments on commit d9b4c34

Please sign in to comment.