Bump version to 1.48.11 by Expeditor

This commit is contained in:
Chef Expeditor 2018-01-02 18:12:44 +00:00
parent 68d78fe535
commit 2a187530e5
3 changed files with 6 additions and 5 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.48.10 -->
## [v1.48.10](https://github.com/chef/inspec/tree/v1.48.10) (2018-01-02)
<!-- latest_release 1.48.11 -->
## [v1.48.11](https://github.com/chef/inspec/tree/v1.48.11) (2018-01-02)
#### Merged Pull Requests
- Fix `x509_certificate` integration tests [#2431](https://github.com/chef/inspec/pull/2431) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
- Fix Docker build in the Expeditor pipeline [#2432](https://github.com/chef/inspec/pull/2432) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.48.0 -->
@ -18,6 +18,7 @@
- Add support for Darwin Directory Service groups [#2403](https://github.com/chef/inspec/pull/2403) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.48.4 -->
#### Merged Pull Requests
- Fix Docker build in the Expeditor pipeline [#2432](https://github.com/chef/inspec/pull/2432) ([adamleff](https://github.com/adamleff)) <!-- 1.48.11 -->
- Fix `x509_certificate` integration tests [#2431](https://github.com/chef/inspec/pull/2431) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.48.10 -->
- Add bonding mode matcher to bond resource [#2414](https://github.com/chef/inspec/pull/2414) ([ehanlon](https://github.com/ehanlon)) <!-- 1.48.8 -->
- Fix OWCA detection for `compliance login` [#2401](https://github.com/chef/inspec/pull/2401) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.48.7 -->

View file

@ -1 +1 @@
1.48.10
1.48.11

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.48.10'
VERSION = '1.48.11'
end