Bump version to 4.47.9 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-10-22 23:18:19 +00:00
parent 592a5a8910
commit ea2ff64285
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.47.8 -->
## [v4.47.8](https://github.com/inspec/inspec/tree/v4.47.8) (2021-10-19)
<!-- latest_release 4.47.9 -->
## [v4.47.9](https://github.com/inspec/inspec/tree/v4.47.9) (2021-10-22)
#### Merged Pull Requests
- Oracle db session resource fix - when invoking query using os user and db role [#5702](https://github.com/inspec/inspec/pull/5702) ([Nik08](https://github.com/Nik08))
- Fix Oracle db session resource issues [#5706](https://github.com/inspec/inspec/pull/5706) ([Nik08](https://github.com/Nik08))
<!-- latest_release -->
<!-- release_rollup since=4.46.13 -->
@ -14,6 +14,7 @@
- Add support for Cassandra DB [#5683](https://github.com/inspec/inspec/pull/5683) ([Nik08](https://github.com/Nik08)) <!-- 4.47.0 -->
#### Merged Pull Requests
- Fix Oracle db session resource issues [#5706](https://github.com/inspec/inspec/pull/5706) ([Nik08](https://github.com/Nik08)) <!-- 4.47.9 -->
- Oracle db session resource fix - when invoking query using os user and db role [#5702](https://github.com/inspec/inspec/pull/5702) ([Nik08](https://github.com/Nik08)) <!-- 4.47.8 -->
- Enable repeatable builds by bundling Gemfile.lock [#5688](https://github.com/inspec/inspec/pull/5688) ([tas50](https://github.com/tas50)) <!-- 4.47.7 -->
- Fix google_container_node_pool.md [#5696](https://github.com/inspec/inspec/pull/5696) ([pradeepbhadani](https://github.com/pradeepbhadani)) <!-- 4.47.6 -->

View file

@ -1 +1 @@
4.47.8
4.47.9

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "4.47.8".freeze
VERSION = "4.47.9".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.47.8".freeze
VERSION = "4.47.9".freeze
end