mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +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
1ccaa3e482
commit
c642b0b242
2 changed files with 12 additions and 15 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -1,23 +1,21 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.24.28 -->
|
||||
## [v4.24.28](https://github.com/inspec/inspec/tree/v4.24.28) (2021-01-06)
|
||||
|
||||
#### Bug Fixes
|
||||
- Avoid ffi 1.14.2 [#5375](https://github.com/inspec/inspec/pull/5375) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.24.26 -->
|
||||
### Changes since 4.24.26 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Avoid ffi 1.14.2 [#5375](https://github.com/inspec/inspec/pull/5375) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.28 -->
|
||||
|
||||
#### Enhancements
|
||||
- Truncate code_desc when truncating reports [#5372](https://github.com/inspec/inspec/pull/5372) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.27 -->
|
||||
<!-- release_rollup -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
## [v4.24.28](https://github.com/inspec/inspec/tree/v4.24.28) (2021-01-06)
|
||||
|
||||
#### Enhancements
|
||||
- Truncate code_desc when truncating reports [#5372](https://github.com/inspec/inspec/pull/5372) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
|
||||
#### Bug Fixes
|
||||
- Avoid ffi 1.14.2 [#5375](https://github.com/inspec/inspec/pull/5375) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_stable_release -->
|
||||
|
||||
## [v4.24.26](https://github.com/inspec/inspec/tree/v4.24.26) (2021-01-04)
|
||||
|
||||
#### Enhancements
|
||||
|
@ -41,7 +39,6 @@
|
|||
- Bump chefstyle to 1.5.7 [#5358](https://github.com/inspec/inspec/pull/5358) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Update parslet requirement from ~> 1.5 to >= 1.5, < 3.0 [#5354](https://github.com/inspec/inspec/pull/5354) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
|
||||
- Remove windows test skip timebomb [#5364](https://github.com/inspec/inspec/pull/5364) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_stable_release -->
|
||||
|
||||
## [v4.24.8](https://github.com/inspec/inspec/tree/v4.24.8) (2020-12-10)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM ruby:alpine
|
|||
LABEL maintainer="Chef Software, Inc. <docker@chef.io>"
|
||||
|
||||
ARG EXPEDITOR_VERSION
|
||||
ARG VERSION=4.24.26
|
||||
ARG VERSION=4.24.28
|
||||
|
||||
# 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