Bump version to 4.47.7 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-10-13 01:15:56 +00:00
parent 215e90d348
commit 648afbb6fa
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.6 -->
## [v4.47.6](https://github.com/inspec/inspec/tree/v4.47.6) (2021-10-13)
<!-- latest_release 4.47.7 -->
## [v4.47.7](https://github.com/inspec/inspec/tree/v4.47.7) (2021-10-13)
#### Merged Pull Requests
- Fix google_container_node_pool.md [#5696](https://github.com/inspec/inspec/pull/5696) ([pradeepbhadani](https://github.com/pradeepbhadani))
- Enable repeatable builds by bundling Gemfile.lock [#5688](https://github.com/inspec/inspec/pull/5688) ([tas50](https://github.com/tas50))
<!-- 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
- 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 -->
- Renamed Inspec DSL to Inspec Language [#5694](https://github.com/inspec/inspec/pull/5694) ([dishanktiwari2501](https://github.com/dishanktiwari2501)) <!-- 4.47.5 -->
- Group &amp; User Resources - Resolve name case-sensitivity issue for windows [#5667](https://github.com/inspec/inspec/pull/5667) ([Nik08](https://github.com/Nik08)) <!-- 4.47.4 -->

View file

@ -1 +1 @@
4.47.6
4.47.7

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.6".freeze
VERSION = "4.47.7".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.47.6".freeze
VERSION = "4.47.7".freeze
end