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.31 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 12, 2018
1 parent 462ca91 commit d4a6d7e
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.30 -->
## [v3.6.30](https://github.com/chef/chef-dk/tree/v3.6.30) (2018-12-12)
<!-- latest_release 3.6.31 -->
## [v3.6.31](https://github.com/chef/chef-dk/tree/v3.6.31) (2018-12-12)

#### Merged Pull Requests
- Bump kitchen-azurerm to 0.14.6 to support tags and resolve errors fetching IP during node create [#1874](https://github.com/chef/chef-dk/pull/1874) ([chef-ci](https://github.com/chef-ci))
- Update to artifactory 3.0 to slim the install size [#1875](https://github.com/chef/chef-dk/pull/1875) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Update to artifactory 3.0 to slim the install size [#1875](https://github.com/chef/chef-dk/pull/1875) ([tas50](https://github.com/tas50)) <!-- 3.6.31 -->
- Bump kitchen-azurerm to 0.14.6 to support tags and resolve errors fetching IP during node create [#1874](https://github.com/chef/chef-dk/pull/1874) ([chef-ci](https://github.com/chef-ci)) <!-- 3.6.30 -->
- Don&#39;t ship omnibus_overrides or readme in the gemfile [#1857](https://github.com/chef/chef-dk/pull/1857) ([tas50](https://github.com/tas50)) <!-- 3.6.29 -->
- Bump cookstyle to 3.0.1 [#1873](https://github.com/chef/chef-dk/pull/1873) ([chef-ci](https://github.com/chef-ci)) <!-- 3.6.28 -->
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.30)
chef-dk (3.6.31)
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.30
3.6.31
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.30".freeze
VERSION = "3.6.31".freeze
end

0 comments on commit d4a6d7e

Please sign in to comment.