Skip to content

Commit

Permalink
Bump version to 4.37.15 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 May 18, 2021
1 parent 85ecf53 commit fb14f9d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: https://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.37.14 -->
## [v4.37.14](https://github.com/inspec/inspec/tree/v4.37.14) (2021-05-18)
<!-- latest_release 4.37.15 -->
## [v4.37.15](https://github.com/inspec/inspec/tree/v4.37.15) (2021-05-18)

#### Merged Pull Requests
- Changes returns nil on file non-existence through matcher `more_permissive_than` [#5519](https://github.com/inspec/inspec/pull/5519) ([Nik08](https://github.com/Nik08))
#### Enhancements
- Fix for port resource performance: adding more specific search while using ss command [#5522](https://github.com/inspec/inspec/pull/5522) ([Vasu1105](https://github.com/Vasu1105))
<!-- latest_release -->

<!-- release_rollup since=4.37.8 -->
### Changes since 4.37.8 release

#### Enhancements
- Fix for port resource performance: adding more specific search while using ss command [#5522](https://github.com/inspec/inspec/pull/5522) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.37.15 -->

#### Merged Pull Requests
- Changes returns nil on file non-existence through matcher `more_permissive_than` [#5519](https://github.com/inspec/inspec/pull/5519) ([Nik08](https://github.com/Nik08)) <!-- 4.37.14 -->
- Add explicit RHEL8 builders to omnibus build [#5527](https://github.com/inspec/inspec/pull/5527) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.37.13 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.37.14
4.37.15
2 changes: 1 addition & 1 deletion inspec-bin/lib/inspec-bin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "4.37.14".freeze
VERSION = "4.37.15".freeze
end
2 changes: 1 addition & 1 deletion lib/inspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Inspec
VERSION = "4.37.14".freeze
VERSION = "4.37.15".freeze
end

0 comments on commit fb14f9d

Please sign in to comment.