Bump version to 4.25.1 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-01-20 19:54:29 +00:00
parent 7b2558b1e8
commit c5b00dbf5d
4 changed files with 8 additions and 9 deletions

View file

@ -1,18 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.25.0 -->
## [v4.25.0](https://github.com/inspec/inspec/tree/v4.25.0) (2021-01-15)
<!-- latest_release 4.25.1 -->
## [v4.25.1](https://github.com/inspec/inspec/tree/v4.25.1) (2021-01-20)
#### Merged Pull Requests
- Revert conditional require of Thor [#5388](https://github.com/inspec/inspec/pull/5388) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Add windows as a supported platform for ssh_config [#5288](https://github.com/inspec/inspec/pull/5288) ([rgeissert](https://github.com/rgeissert))
- Build arm packages for Debian/SLES/Ubuntu [#5386](https://github.com/inspec/inspec/pull/5386) ([tas50](https://github.com/tas50))
- Update json_schemer requirement from &gt;= 0.2.1, &lt; 0.2.12 to &gt;= 0.2.1, &lt; 0.2.18 [#5356](https://github.com/inspec/inspec/pull/5356) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->
<!-- release_rollup since=4.24.32 -->
### Changes since 4.24.32 release
#### Merged Pull Requests
- Update json_schemer requirement from &gt;= 0.2.1, &lt; 0.2.12 to &gt;= 0.2.1, &lt; 0.2.18 [#5356](https://github.com/inspec/inspec/pull/5356) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.25.1 -->
- Revert conditional require of Thor [#5388](https://github.com/inspec/inspec/pull/5388) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Add windows as a supported platform for ssh_config [#5288](https://github.com/inspec/inspec/pull/5288) ([rgeissert](https://github.com/rgeissert))
- Build arm packages for Debian/SLES/Ubuntu [#5386](https://github.com/inspec/inspec/pull/5386) ([tas50](https://github.com/tas50)) <!-- 4.25.0 -->
@ -4590,4 +4589,4 @@
- make default rake tasks test+lint [\#108](https://github.com/chef/inspec/pull/108) ([arlimus](https://github.com/arlimus))
- Improve unit tests [\#106](https://github.com/chef/inspec/pull/106) ([chris-rock](https://github.com/chris-rock))
- add to\_s methods to resources, fixes \#98 [\#105](https://github.com/chef/inspec/pull/105) ([chris-rock](https://github.com/chris-rock))
- 0.7.0 release [\#104](https://github.com/chef/inspec/pull/104) ([chris-rock](https://github.com/chris-rock))
- 0.7.0 release [\#104](https://github.com/chef/inspec/pull/104) ([chris-rock](https://github.com/chris-rock))

View file

@ -1 +1 @@
4.25.0
4.25.1

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "4.25.0".freeze
VERSION = "4.25.1".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.25.0".freeze
VERSION = "4.25.1".freeze
end