mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Executed '.expeditor/update_dockerfile.sh'
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
ae0019c33b
commit
c6764c5cd4
2 changed files with 11 additions and 14 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -1,22 +1,20 @@
|
||||||
# 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 3.0.64 -->
|
<!-- latest_release -->
|
||||||
## [v3.0.64](https://github.com/inspec/inspec/tree/v3.0.64) (2018-12-06)
|
|
||||||
|
|
||||||
#### Enhancements
|
|
||||||
- Update Habitat plugin [#3646](https://github.com/inspec/inspec/pull/3646) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=3.0.61 -->
|
<!-- release_rollup -->
|
||||||
### Changes since 3.0.61 release
|
|
||||||
|
|
||||||
#### Enhancements
|
|
||||||
- Update Habitat plugin [#3646](https://github.com/inspec/inspec/pull/3646) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.0.64 -->
|
|
||||||
- Remove Habitat package run time dependencies from Habitat plan [#3645](https://github.com/inspec/inspec/pull/3645) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.0.63 -->
|
|
||||||
- Further slim the files we ship in the gem artifact [#3647](https://github.com/inspec/inspec/pull/3647) ([tas50](https://github.com/tas50)) <!-- 3.0.62 -->
|
|
||||||
<!-- release_rollup -->
|
<!-- release_rollup -->
|
||||||
|
|
||||||
<!-- latest_stable_release -->
|
<!-- latest_stable_release -->
|
||||||
|
## [v3.0.64](https://github.com/inspec/inspec/tree/v3.0.64) (2018-12-06)
|
||||||
|
|
||||||
|
#### Enhancements
|
||||||
|
- Further slim the files we ship in the gem artifact [#3647](https://github.com/inspec/inspec/pull/3647) ([tas50](https://github.com/tas50))
|
||||||
|
- Remove Habitat package run time dependencies from Habitat plan [#3645](https://github.com/inspec/inspec/pull/3645) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||||
|
- Update Habitat plugin [#3646](https://github.com/inspec/inspec/pull/3646) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||||
|
<!-- latest_stable_release -->
|
||||||
|
|
||||||
## [v3.0.61](https://github.com/inspec/inspec/tree/v3.0.61) (2018-11-29)
|
## [v3.0.61](https://github.com/inspec/inspec/tree/v3.0.61) (2018-11-29)
|
||||||
|
|
||||||
#### New Features
|
#### New Features
|
||||||
|
@ -35,7 +33,6 @@
|
||||||
- Revert setting RSpec expectation syntax to 'should' mode [#3620](https://github.com/inspec/inspec/pull/3620) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
- Revert setting RSpec expectation syntax to 'should' mode [#3620](https://github.com/inspec/inspec/pull/3620) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||||
- lc/add-aws-platform-template [#3622](https://github.com/inspec/inspec/pull/3622) ([Caprowni](https://github.com/Caprowni))
|
- lc/add-aws-platform-template [#3622](https://github.com/inspec/inspec/pull/3622) ([Caprowni](https://github.com/Caprowni))
|
||||||
- Add SQLcl to Oracledb_session Doc [#3632](https://github.com/inspec/inspec/pull/3632) ([ibsavage](https://github.com/ibsavage))
|
- Add SQLcl to Oracledb_session Doc [#3632](https://github.com/inspec/inspec/pull/3632) ([ibsavage](https://github.com/ibsavage))
|
||||||
<!-- latest_stable_release -->
|
|
||||||
|
|
||||||
## [v3.0.52](https://github.com/inspec/inspec/tree/v3.0.52) (2018-11-15)
|
## [v3.0.52](https://github.com/inspec/inspec/tree/v3.0.52) (2018-11-15)
|
||||||
|
|
||||||
|
|
|
@ -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=3.0.61
|
ARG VERSION=3.0.64
|
||||||
ARG GEM_SOURCE=https://rubygems.org
|
ARG GEM_SOURCE=https://rubygems.org
|
||||||
|
|
||||||
RUN mkdir -p /share
|
RUN mkdir -p /share
|
||||||
|
|
Loading…
Reference in a new issue