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.9 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 3, 2018
1 parent a53b2de commit dd90da2
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.8 -->
## [v3.6.8](https://github.com/chef/chef-dk/tree/v3.6.8) (2018-12-03)
<!-- latest_release 3.6.9 -->
## [v3.6.9](https://github.com/chef/chef-dk/tree/v3.6.9) (2018-12-03)

#### Merged Pull Requests
- Bump knife-ec2 to 0.19.15 to slim the install size [#1849](https://github.com/chef/chef-dk/pull/1849) ([chef-ci](https://github.com/chef-ci))
- Bump knife-push to 1.1.1 to slim the install size [#1850](https://github.com/chef/chef-dk/pull/1850) ([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 knife-push to 1.1.1 to slim the install size [#1850](https://github.com/chef/chef-dk/pull/1850) ([chef-ci](https://github.com/chef-ci)) <!-- 3.6.9 -->
- Bump knife-ec2 to 0.19.15 to slim the install size [#1849](https://github.com/chef/chef-dk/pull/1849) ([chef-ci](https://github.com/chef-ci)) <!-- 3.6.8 -->
- Bump foodcritic to 15.0.0 to include just the latest Chef release metadata [#1848](https://github.com/chef/chef-dk/pull/1848) ([chef-ci](https://github.com/chef-ci)) <!-- 3.6.7 -->
- Bump test-kitchen to 1.23.3 with improvements for WinRM [#1847](https://github.com/chef/chef-dk/pull/1847) ([chef-ci](https://github.com/chef-ci)) <!-- 3.6.6 -->
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.8)
chef-dk (3.6.9)
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.8
3.6.9
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.8".freeze
VERSION = "3.6.9".freeze
end

0 comments on commit dd90da2

Please sign in to comment.