From 0afb2fb03e0cfec11faa92cede4b67979e0c0c4c Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 17 Feb 2023 20:57:36 +0000 Subject: [PATCH] Bump version to 9.0.17 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/omnibus/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fd7b7a3..9d39aff6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [9.0.16](https://github.com/chef/omnibus/tree/9.0.16) (2023-02-15) + +## [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)) ### 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)) - retry download without s3 cache flag if cache miss [#1104](https://github.com/chef/omnibus/pull/1104) ([justingruber](https://github.com/justingruber)) - BS-147 Adding build metadata to omnibus version manifest [#1103](https://github.com/chef/omnibus/pull/1103) ([justingruber](https://github.com/justingruber)) - Update PULL_REQUEST_TEMPLATE.md [#1097](https://github.com/chef/omnibus/pull/1097) ([gcs-devel](https://github.com/gcs-devel)) diff --git a/VERSION b/VERSION index 95f95ffec..5eeb3f978 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.0.16 \ No newline at end of file +9.0.17 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 2a34e2e35..1344ec80b 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "9.0.16".freeze + VERSION = "9.0.17".freeze end