mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Update CHANGELOG.md to reflect the promotion of 1.40.0 to stable
This commit is contained in:
parent
e181c1730c
commit
2a1a9c1dbe
2 changed files with 9 additions and 12 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,20 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 1.40.0 -->
|
||||
## [v1.40.0](https://github.com/chef/inspec/tree/v1.40.0) (2017-09-27)
|
||||
|
||||
#### New Resources
|
||||
- firewalld resource: inspect the status and configuration of firewalld [#2074](https://github.com/chef/inspec/pull/2074) ([dromazmj](https://github.com/dromazmj))
|
||||
<!-- latest_release -->
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.39.1 -->
|
||||
### Changes since 1.39.1 release
|
||||
|
||||
#### New Resources
|
||||
- firewalld resource: inspect the status and configuration of firewalld [#2074](https://github.com/chef/inspec/pull/2074) ([dromazmj](https://github.com/dromazmj)) <!-- 1.40.0 -->
|
||||
<!-- release_rollup -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
## [v1.40.0](https://github.com/chef/inspec/tree/v1.40.0) (2017-09-28)
|
||||
|
||||
#### New Resources
|
||||
- firewalld resource: inspect the status and configuration of firewalld [#2074](https://github.com/chef/inspec/pull/2074) ([dromazmj](https://github.com/dromazmj))
|
||||
<!-- latest_stable_release -->
|
||||
|
||||
## [v1.39.0](https://github.com/chef/inspec/tree/v1.39.0) (2017-09-25)
|
||||
|
||||
#### New Resources
|
||||
|
@ -23,7 +21,6 @@
|
|||
|
||||
#### 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)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM ruby:alpine
|
||||
MAINTAINER Chef Software, Inc. <docker@chef.io>
|
||||
|
||||
ARG VERSION=1.39.1
|
||||
ARG VERSION=1.40.0
|
||||
ARG GEM_SOURCE=https://rubygems.org
|
||||
|
||||
RUN mkdir /share
|
||||
|
|
Loading…
Reference in a new issue