mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43: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
705d0ffbb6
commit
1757199d99
2 changed files with 16 additions and 20 deletions
34
CHANGELOG.md
34
CHANGELOG.md
|
@ -1,28 +1,25 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.20.2 -->
|
||||
## [v4.20.2](https://github.com/inspec/inspec/tree/v4.20.2) (2020-06-09)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update installer license text [#5073](https://github.com/inspec/inspec/pull/5073) ([james-stocks](https://github.com/james-stocks))
|
||||
- Add newline in Dockerfile to facilitate patching by 3rd party distros [#5051](https://github.com/inspec/inspec/pull/5051) ([bobchaos](https://github.com/bobchaos))
|
||||
<!-- latest_release -->
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.19.2 -->
|
||||
### Changes since 4.19.2 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update installer license text [#5073](https://github.com/inspec/inspec/pull/5073) ([james-stocks](https://github.com/james-stocks)) <!-- 4.20.2 -->
|
||||
- Add newline in Dockerfile to facilitate patching by 3rd party distros [#5051](https://github.com/inspec/inspec/pull/5051) ([bobchaos](https://github.com/bobchaos)) <!-- 4.20.1 -->
|
||||
- Expand docs and tests for only_if [#5038](https://github.com/inspec/inspec/pull/5038) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.20.1 -->
|
||||
- CLI Option to silence deprecations [#5026](https://github.com/inspec/inspec/pull/5026) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.20.0 -->
|
||||
- Fix unmatched backticks in docs [#5053](https://github.com/inspec/inspec/pull/5053) ([james-stocks](https://github.com/james-stocks)) <!-- 4.19.4 -->
|
||||
|
||||
#### New Features
|
||||
- Boolean, Numeric, and Structured CLI inputs [#5011](https://github.com/inspec/inspec/pull/5011) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.19.3 -->
|
||||
<!-- release_rollup -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
## [v4.20.2](https://github.com/inspec/inspec/tree/v4.20.2) (2020-06-10)
|
||||
|
||||
#### New Features
|
||||
- Boolean, Numeric, and Structured CLI inputs [#5011](https://github.com/inspec/inspec/pull/5011) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix unmatched backticks in docs [#5053](https://github.com/inspec/inspec/pull/5053) ([james-stocks](https://github.com/james-stocks))
|
||||
- CLI Option to silence deprecations [#5026](https://github.com/inspec/inspec/pull/5026) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Expand docs and tests for only_if [#5038](https://github.com/inspec/inspec/pull/5038) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Add newline in Dockerfile to facilitate patching by 3rd party distros [#5051](https://github.com/inspec/inspec/pull/5051) ([bobchaos](https://github.com/bobchaos))
|
||||
- Update installer license text [#5073](https://github.com/inspec/inspec/pull/5073) ([james-stocks](https://github.com/james-stocks))
|
||||
<!-- latest_stable_release -->
|
||||
|
||||
## [v4.19.2](https://github.com/inspec/inspec/tree/v4.19.2) (2020-06-04)
|
||||
|
||||
#### Bug Fixes
|
||||
|
@ -32,7 +29,6 @@
|
|||
- Add several Builders and Testers to Omnibus [#4981](https://github.com/inspec/inspec/pull/4981) ([christopher-snapp](https://github.com/christopher-snapp))
|
||||
- Revert aarch64 build targets [#5057](https://github.com/inspec/inspec/pull/5057) ([james-stocks](https://github.com/james-stocks))
|
||||
- Pin ffi in omnibus/Gemfile [#5065](https://github.com/inspec/inspec/pull/5065) ([james-stocks](https://github.com/james-stocks))
|
||||
<!-- latest_stable_release -->
|
||||
|
||||
## [v4.19.0](https://github.com/inspec/inspec/tree/v4.19.0) (2020-05-29)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM ruby:alpine
|
|||
LABEL maintainer="Chef Software, Inc. <docker@chef.io>"
|
||||
|
||||
ARG EXPEDITOR_VERSION
|
||||
ARG VERSION=4.19.2
|
||||
ARG VERSION=4.20.2
|
||||
|
||||
# GEM_SOURCE is kept away from expeditor controlled ARGs to accomodate 3rd party distros
|
||||
ARG GEM_SOURCE=https://rubygems.org
|
||||
|
|
Loading…
Reference in a new issue