Skip to content

Commit

Permalink
Bump version to 9.0.21 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 Jun 26, 2023
1 parent d8db5cf commit 9c0643a
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.20 -->
## [9.0.20](https://github.com/chef/omnibus/tree/9.0.20) (2023-06-13)
<!-- latest_release 9.0.21 -->
## [9.0.21](https://github.com/chef/omnibus/tree/9.0.21) (2023-06-26)

#### Merged Pull Requests
- Fix Ruby 3.1 deprecation warning with ERB.new [#1108](https://github.com/chef/omnibus/pull/1108) ([stanhu](https://github.com/stanhu))
- Update gpg_name to fix RockyLinux rpm signing issue [#1118](https://github.com/chef/omnibus/pull/1118) ([poorndm](https://github.com/poorndm))
<!-- latest_release -->
<!-- release_rollup since=9.0.17 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Update gpg_name to fix RockyLinux rpm signing issue [#1118](https://github.com/chef/omnibus/pull/1118) ([poorndm](https://github.com/poorndm)) <!-- 9.0.21 -->
- Fix Ruby 3.1 deprecation warning with ERB.new [#1108](https://github.com/chef/omnibus/pull/1108) ([stanhu](https://github.com/stanhu)) <!-- 9.0.20 -->
- Skip erroneous package signing arg for el9 [#1109](https://github.com/chef/omnibus/pull/1109) ([vkarve-chef](https://github.com/vkarve-chef)) <!-- 9.0.19 -->
- omnibus/cli: Exit with non-zero code on failure [#822](https://github.com/chef/omnibus/pull/822) ([legal90](https://github.com/legal90)) <!-- 9.0.18 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.20
9.0.21
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.20".freeze
VERSION = "9.0.21".freeze
end

0 comments on commit 9c0643a

Please sign in to comment.