Release 1.25.1

Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
Adam Leff 2017-05-19 21:22:30 -04:00
parent 91d51b371a
commit e06359fc40
No known key found for this signature in database
GPG key ID: 7A5136DE1C1112F8
3 changed files with 15 additions and 4 deletions

View file

@ -1,5 +1,16 @@
# Change Log
## [v1.25.1](https://github.com/chef/inspec/tree/v1.25.1) (2017-05-19)
[Full Changelog](https://github.com/chef/inspec/compare/v1.25.0...v1.25.1)
**Implemented enhancements:**
- throw an error during inspec check if the version is not correct [\#1832](https://github.com/chef/inspec/pull/1832) ([chris-rock](https://github.com/chris-rock))
**Fixed bugs:**
- Fixing typo on method name [\#1841](https://github.com/chef/inspec/pull/1841) ([cheeseplus](https://github.com/cheeseplus))
## [v1.25.0](https://github.com/chef/inspec/tree/v1.25.0) (2017-05-17)
[Full Changelog](https://github.com/chef/inspec/compare/v1.24.0...v1.25.0)
@ -74,14 +85,12 @@
- fetch user groups while building user object [\#1681](https://github.com/chef/inspec/pull/1681) ([Happycoil](https://github.com/Happycoil))
- update sslshake to v1.2 [\#1680](https://github.com/chef/inspec/pull/1680) ([arlimus](https://github.com/arlimus))
- ER-508 Extended http resource to support no ssl verification [\#1663](https://github.com/chef/inspec/pull/1663) ([ElizabethU](https://github.com/ElizabethU))
**Fixed bugs:**
- Web references in inspec shell help are wrong [\#1667](https://github.com/chef/inspec/issues/1667)
- bugfix: solve warn on uninitialized [\#1694](https://github.com/chef/inspec/pull/1694) ([arlimus](https://github.com/arlimus))
- fix web reference url [\#1669](https://github.com/chef/inspec/pull/1669) ([chris-rock](https://github.com/chris-rock))
- Move Habitat sleep time to config file [\#1662](https://github.com/chef/inspec/pull/1662) ([adamleff](https://github.com/adamleff))

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.25.0'.freeze
VERSION = '1.25.1'.freeze
end

View file

@ -1,7 +1,7 @@
PATH
remote: /Users/aleff/projects/inspec
specs:
inspec (1.25.0)
inspec (1.25.1)
addressable (~> 2.4)
faraday (>= 0.9.0)
hashie (~> 3.4)
@ -15,6 +15,7 @@ PATH
rspec (~> 3)
rspec-its (~> 1.2)
rubyzip (~> 1.1)
semverse
sslshake (~> 1.2)
thor (~> 0.19)
toml (~> 0.1)
@ -202,6 +203,7 @@ GEM
rubyntlm (0.6.2)
rubyzip (1.2.1)
sass (3.4.23)
semverse (1.2.1)
servolux (0.13.0)
slim (3.0.7)
temple (~> 0.7.6)