mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Bump version to 1.49.9 by Expeditor
This commit is contained in:
parent
943b810c85
commit
1c7ea3357f
3 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 1.49.8 -->
|
||||
## [v1.49.8](https://github.com/chef/inspec/tree/v1.49.8) (2018-01-16)
|
||||
<!-- latest_release 1.49.9 -->
|
||||
## [v1.49.9](https://github.com/chef/inspec/tree/v1.49.9) (2018-01-16)
|
||||
|
||||
#### Bug Fixes
|
||||
- package resource: fix NilClass errors on arch linux [#2437](https://github.com/chef/inspec/pull/2437) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### Merged Pull Requests
|
||||
- Bump Omnibus Ruby (and Travis Rubies) to 2.4.3 [#2452](https://github.com/chef/inspec/pull/2452) ([adamleff](https://github.com/adamleff))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.49.2 -->
|
||||
|
@ -19,6 +19,7 @@
|
|||
- mssql_session resource: add port parameter [#2429](https://github.com/chef/inspec/pull/2429) ([tarcinil](https://github.com/tarcinil)) <!-- 1.49.5 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump Omnibus Ruby (and Travis Rubies) to 2.4.3 [#2452](https://github.com/chef/inspec/pull/2452) ([adamleff](https://github.com/adamleff)) <!-- 1.49.9 -->
|
||||
- Update the inspec support check to warn to stderr. [#2446](https://github.com/chef/inspec/pull/2446) ([jquick](https://github.com/jquick)) <!-- 1.49.4 -->
|
||||
- Fix package manager detection on Arch Linux [#2436](https://github.com/chef/inspec/pull/2436) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.49.3 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.49.8
|
||||
1.49.9
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.49.8'
|
||||
VERSION = '1.49.9'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue