From 2d7e0e4fa3abaaa462e33a7bc97ca6a6c5661deb Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 25 Sep 2017 21:30:25 +0000 Subject: [PATCH] Update CHANGELOG.md to reflect the promotion of 1.39.1 to stable --- CHANGELOG.md | 27 ++++++++++++--------------- Dockerfile | 2 +- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d05df7a..6da12e258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,22 @@ # Change Log - -## [v1.39.1](https://github.com/chef/inspec/tree/v1.39.1) (2017-09-25) - -#### Merged Pull Requests -- Bump train to 0.28 to allow for more net-ssh versions [#2185](https://github.com/chef/inspec/pull/2185) ([adamleff](https://github.com/adamleff)) + - -### Changes since 1.37.6 release - -#### Merged Pull Requests -- Bump train to 0.28 to allow for more net-ssh versions [#2185](https://github.com/chef/inspec/pull/2185) ([adamleff](https://github.com/adamleff)) - -#### New Resources -- etc_hosts_allow and etc_hosts_deny resources: test the content of the tcpwrappers configuration files [#2073](https://github.com/chef/inspec/pull/2073) ([dromazmj](https://github.com/dromazmj)) -- windows_hotfix resource: test whether a Windows HotFix is installed [#2178](https://github.com/chef/inspec/pull/2178) ([mattray](https://github.com/mattray)) + +## [v1.39.0](https://github.com/chef/inspec/tree/v1.39.0) (2017-09-25) + +#### New Resources +- windows_hotfix resource: test whether a Windows HotFix is installed [#2178](https://github.com/chef/inspec/pull/2178) ([mattray](https://github.com/mattray)) +- etc_hosts_allow and etc_hosts_deny resources: test the content of the tcpwrappers configuration files [#2073](https://github.com/chef/inspec/pull/2073) ([dromazmj](https://github.com/dromazmj)) + +#### Merged Pull Requests +- Bump train to 0.28 to allow for more net-ssh versions [#2185](https://github.com/chef/inspec/pull/2185) ([adamleff](https://github.com/adamleff)) + + ## [v1.38.8](https://github.com/chef/inspec/tree/v1.38.8) (2017-09-23) #### New Resources @@ -41,7 +39,6 @@ #### Merged Pull Requests - Add deprecation warning to auditd_rules resource [#2156](https://github.com/chef/inspec/pull/2156) ([adamleff](https://github.com/adamleff)) - Bump train to 0.27 [#2180](https://github.com/chef/inspec/pull/2180) ([adamleff](https://github.com/adamleff)) - ## [v1.37.6](https://github.com/chef/inspec/tree/v1.37.6) (2017-09-14) diff --git a/Dockerfile b/Dockerfile index 844b219d2..6457033ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:alpine MAINTAINER Chef Software, Inc. -ARG VERSION=1.38.8 +ARG VERSION=1.39.1 ARG GEM_SOURCE=https://rubygems.org RUN mkdir /share