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.6.16 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 Dec 6, 2018
1 parent af53d30 commit 691c8bd
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.6.15 -->
## [v3.6.15](https://github.com/chef/chef-dk/tree/v3.6.15) (2018-12-05)
<!-- latest_release 3.6.16 -->
## [v3.6.16](https://github.com/chef/chef-dk/tree/v3.6.16) (2018-12-06)

#### Merged Pull Requests
- Bump ohai to 14.8.10 for improved platform and virtualization detection [#1856](https://github.com/chef/chef-dk/pull/1856) ([chef-ci](https://github.com/chef-ci))
- Bump chef-sugar to 4.2.1 [#1858](https://github.com/chef/chef-dk/pull/1858) ([chef-ci](https://github.com/chef-ci))
<!-- latest_release -->

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

#### Merged Pull Requests
- Bump chef-sugar to 4.2.1 [#1858](https://github.com/chef/chef-dk/pull/1858) ([chef-ci](https://github.com/chef-ci)) <!-- 3.6.16 -->
- Bump ohai to 14.8.10 for improved platform and virtualization detection [#1856](https://github.com/chef/chef-dk/pull/1856) ([chef-ci](https://github.com/chef-ci)) <!-- 3.6.15 -->
- Bump chef-sugar to 4.2.0 to added parallels? helper and improve raspi detection [#1855](https://github.com/chef/chef-dk/pull/1855) ([chef-ci](https://github.com/chef-ci)) <!-- 3.6.14 -->
- Prevent rake from being packaged twice in DK [#1853](https://github.com/chef/chef-dk/pull/1853) ([tas50](https://github.com/tas50)) <!-- 3.6.13 -->
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.6.15)
chef-dk (3.6.16)
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.6.15
3.6.16
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.6.15".freeze
VERSION = "3.6.16".freeze
end

0 comments on commit 691c8bd

Please sign in to comment.