Update CHANGELOG.md to reflect the promotion of 1.39.1 to stable

This commit is contained in:
Chef Expeditor 2017-09-25 21:30:25 +00:00
parent 18175feed2
commit 2d7e0e4fa3
2 changed files with 13 additions and 16 deletions

View file

@ -1,24 +1,22 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.39.1 --> <!-- latest_release -->
## [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))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=1.38.8 --> <!-- release_rollup -->
### 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)) <!-- 1.39.1 -->
#### 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)) <!-- 1.39.0 -->
- windows_hotfix resource: test whether a Windows HotFix is installed [#2178](https://github.com/chef/inspec/pull/2178) ([mattray](https://github.com/mattray)) <!-- 1.38.9 -->
<!-- release_rollup --> <!-- release_rollup -->
<!-- latest_stable_release --> <!-- latest_stable_release -->
## [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))
<!-- latest_stable_release -->
## [v1.38.8](https://github.com/chef/inspec/tree/v1.38.8) (2017-09-23) ## [v1.38.8](https://github.com/chef/inspec/tree/v1.38.8) (2017-09-23)
#### New Resources #### New Resources
@ -41,7 +39,6 @@
#### Merged Pull Requests #### Merged Pull Requests
- Add deprecation warning to auditd_rules resource [#2156](https://github.com/chef/inspec/pull/2156) ([adamleff](https://github.com/adamleff)) - 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)) - Bump train to 0.27 [#2180](https://github.com/chef/inspec/pull/2180) ([adamleff](https://github.com/adamleff))
<!-- latest_stable_release -->
## [v1.37.6](https://github.com/chef/inspec/tree/v1.37.6) (2017-09-14) ## [v1.37.6](https://github.com/chef/inspec/tree/v1.37.6) (2017-09-14)

View file

@ -1,7 +1,7 @@
FROM ruby:alpine FROM ruby:alpine
MAINTAINER Chef Software, Inc. <docker@chef.io> MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG VERSION=1.38.8 ARG VERSION=1.39.1
ARG GEM_SOURCE=https://rubygems.org ARG GEM_SOURCE=https://rubygems.org
RUN mkdir /share RUN mkdir /share