Skip to content

Commit

Permalink
Bump version to 17.9.45 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 Feb 4, 2022
1 parent 8c943b8 commit 2dfa055
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 20 deletions.
7 changes: 4 additions & 3 deletions 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 17.9.44 -->
## [v17.9.44](https://github.com/chef/chef/tree/v17.9.44) (2022-02-04)
<!-- latest_release 17.9.45 -->
## [v17.9.45](https://github.com/chef/chef/tree/v17.9.45) (2022-02-04)

#### Merged Pull Requests
- Bump omnibus-software from `1c00b6d` to `791cc46` in /omnibus [#12551](https://github.com/chef/chef/pull/12551) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Bump pedump from 0.6.3 to 0.6.4 in /omnibus [#12537](https://github.com/chef/chef/pull/12537) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->

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

#### Merged Pull Requests
- Bump pedump from 0.6.3 to 0.6.4 in /omnibus [#12537](https://github.com/chef/chef/pull/12537) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.9.45 -->
- Bump omnibus-software from `1c00b6d` to `791cc46` in /omnibus [#12551](https://github.com/chef/chef/pull/12551) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.9.44 -->
- Chef 17 - Add constant for ChefServer`s docs url [#12540](https://github.com/chef/chef/pull/12540) ([aleksey-hariton](https://github.com/aleksey-hariton)) <!-- 17.9.43 -->
<!-- release_rollup -->
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Expand Up @@ -35,12 +35,12 @@ GIT
PATH
remote: .
specs:
chef (17.9.44)
chef (17.9.45)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 17.9.44)
chef-utils (= 17.9.44)
chef-config (= 17.9.45)
chef-utils (= 17.9.45)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
Expand All @@ -66,12 +66,12 @@ PATH
train-winrm (>= 0.2.5)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
chef (17.9.44-universal-mingw32)
chef (17.9.45-universal-mingw32)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 17.9.44)
chef-utils (= 17.9.44)
chef-config (= 17.9.45)
chef-utils (= 17.9.45)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
Expand Down Expand Up @@ -112,15 +112,15 @@ PATH
PATH
remote: chef-bin
specs:
chef-bin (17.9.44)
chef (= 17.9.44)
chef-bin (17.9.45)
chef (= 17.9.45)

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

GEM
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
17.9.44
17.9.45
2 changes: 1 addition & 1 deletion chef-bin/lib/chef-bin/version.rb
Expand Up @@ -21,7 +21,7 @@

module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "17.9.44".freeze
VERSION = "17.9.45".freeze
end

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

module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
VERSION = "17.9.44".freeze
VERSION = "17.9.45".freeze
end
2 changes: 1 addition & 1 deletion chef-utils/lib/chef-utils/version.rb
Expand Up @@ -16,5 +16,5 @@

module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
VERSION = "17.9.44"
VERSION = "17.9.45"
end
2 changes: 1 addition & 1 deletion knife/lib/chef/knife/version.rb
Expand Up @@ -17,7 +17,7 @@
class Chef
class Knife
KNIFE_ROOT = File.expand_path("../..", __dir__)
VERSION = "17.9.44".freeze
VERSION = "17.9.45".freeze
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/chef/version.rb
Expand Up @@ -23,7 +23,7 @@

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

#
Expand Down

0 comments on commit 2dfa055

Please sign in to comment.