From dd3457537ed5846731ddf422b99062c43010c1b2 Mon Sep 17 00:00:00 2001 From: Adam Leff Date: Thu, 6 Jul 2017 14:07:16 -0400 Subject: [PATCH] Release v1.31.0 (#1994) Signed-off-by: Adam Leff --- CHANGELOG.md | 15 +++++++++++++++ lib/inspec/version.rb | 2 +- www/Gemfile.lock | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a6e834d..27f82897d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [v1.31.0](https://github.com/chef/inspec/tree/v1.31.0) (2017-07-06) +[Full Changelog](https://github.com/chef/inspec/compare/v1.30.0...v1.31.0) + +**Implemented enhancements:** + +- Add support for ncat in host resource for CoreOS [\#1993](https://github.com/chef/inspec/pull/1993) ([adamleff](https://github.com/adamleff)) +- New postgres\_hba\_conf resource [\#1964](https://github.com/chef/inspec/pull/1964) ([aaronlippold](https://github.com/aaronlippold)) +- New postgres\_ident\_conf resource [\#1963](https://github.com/chef/inspec/pull/1963) ([aaronlippold](https://github.com/aaronlippold)) + +**Fixed bugs:** + +- Fix formatter when two profiles have the same name [\#1991](https://github.com/chef/inspec/pull/1991) ([adamleff](https://github.com/adamleff)) +- Fix host resolution on Darwin, use dig wherever possible [\#1986](https://github.com/chef/inspec/pull/1986) ([adamleff](https://github.com/adamleff)) +- updated postgres\_session resource properly escape queries [\#1939](https://github.com/chef/inspec/pull/1939) ([aaronlippold](https://github.com/aaronlippold)) + ## [v1.30.0](https://github.com/chef/inspec/tree/v1.30.0) (2017-06-29) [Full Changelog](https://github.com/chef/inspec/compare/v1.29.0...v1.30.0) diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index d98805e0a..1a54da4b9 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.30.0'.freeze + VERSION = '1.31.0'.freeze end diff --git a/www/Gemfile.lock b/www/Gemfile.lock index b87c76a6d..a33d2d485 100644 --- a/www/Gemfile.lock +++ b/www/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - inspec (1.30.0) + inspec (1.31.0) addressable (~> 2.4) faraday (>= 0.9.0) hashie (~> 3.4)