Skip to content

Commit

Permalink
Bump version to 9.0.17 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 17, 2023
1 parent d24dd34 commit 0afb2fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->

<!-- latest_release 9.0.16 -->
## [9.0.16](https://github.com/chef/omnibus/tree/9.0.16) (2023-02-15)
<!-- latest_release 9.0.17 -->
## [9.0.17](https://github.com/chef/omnibus/tree/9.0.17) (2023-02-17)

#### Merged Pull Requests
- retry download without s3 cache flag if cache miss [#1104](https://github.com/chef/omnibus/pull/1104) ([justingruber](https://github.com/justingruber))
- adding this lib as a safe dependency to solve the error on an aix build [#1105](https://github.com/chef/omnibus/pull/1105) ([sean-simmons-progress](https://github.com/sean-simmons-progress))
<!-- latest_release -->
<!-- release_rollup since=9.0.12 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- adding this lib as a safe dependency to solve the error on an aix build [#1105](https://github.com/chef/omnibus/pull/1105) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) <!-- 9.0.17 -->
- retry download without s3 cache flag if cache miss [#1104](https://github.com/chef/omnibus/pull/1104) ([justingruber](https://github.com/justingruber)) <!-- 9.0.16 -->
- BS-147 Adding build metadata to omnibus version manifest [#1103](https://github.com/chef/omnibus/pull/1103) ([justingruber](https://github.com/justingruber)) <!-- 9.0.15 -->
- Update PULL_REQUEST_TEMPLATE.md [#1097](https://github.com/chef/omnibus/pull/1097) ([gcs-devel](https://github.com/gcs-devel)) <!-- 9.0.14 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.16
9.0.17
2 changes: 1 addition & 1 deletion lib/omnibus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
#

module Omnibus
VERSION = "9.0.16".freeze
VERSION = "9.0.17".freeze
end

0 comments on commit 0afb2fb

Please sign in to comment.