Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Bump version to 3.8.14 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Feb 27, 2019
1 parent 32119f0 commit f7d860b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 3.8.13 -->
## [v3.8.13](https://github.com/chef/chef-dk/tree/v3.8.13) (2019-02-27)
<!-- latest_release 3.8.14 -->
## [v3.8.14](https://github.com/chef/chef-dk/tree/v3.8.14) (2019-02-27)

#### Merged Pull Requests
- Update to openssl 1.0.2r for resolve CVE-2019-1559 [#1971](https://github.com/chef/chef-dk/pull/1971) ([tas50](https://github.com/tas50))
- Bump mixlib-archive to 0.4.20 [#1973](https://github.com/chef/chef-dk/pull/1973) ([chef-ci](https://github.com/chef-ci))
<!-- latest_release -->

<!-- release_rollup since=3.7.23 -->
### Changes since 3.7.23 release

#### Merged Pull Requests
- Bump mixlib-archive to 0.4.20 [#1973](https://github.com/chef/chef-dk/pull/1973) ([chef-ci](https://github.com/chef-ci)) <!-- 3.8.14 -->
- Update to openssl 1.0.2r for resolve CVE-2019-1559 [#1971](https://github.com/chef/chef-dk/pull/1971) ([tas50](https://github.com/tas50)) <!-- 3.8.13 -->
- Bump libxml2 to 2.9.9 [#1967](https://github.com/chef/chef-dk/pull/1967) ([tas50](https://github.com/tas50)) <!-- 3.8.12 -->
- Rollback the addition of ed25519 support gems [#1970](https://github.com/chef/chef-dk/pull/1970) ([jonsmorrow](https://github.com/jonsmorrow)) <!-- 3.8.11 -->
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chef-dk (3.8.13)
chef-dk (3.8.14)
addressable (>= 2.3.5, < 2.6)
chef (~> 14.0)
chef-provisioning (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.13
3.8.14
2 changes: 1 addition & 1 deletion lib/chef-dk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#

module ChefDK
VERSION = "3.8.13".freeze
VERSION = "3.8.14".freeze
end

0 comments on commit f7d860b

Please sign in to comment.