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.0.34 by Chef Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed May 16, 2018
1 parent 04ec49c commit c1e437c
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.0.33 -->
## [v3.0.33](https://github.com/chef/chef-dk/tree/v3.0.33) (2018-05-16)
<!-- latest_release 3.0.34 -->
## [v3.0.34](https://github.com/chef/chef-dk/tree/v3.0.34) (2018-05-16)

#### Merged Pull Requests
- add vendor dir to default chefignore [#1571](https://github.com/chef/chef-dk/pull/1571) ([lamont-granquist](https://github.com/lamont-granquist))
- Include Chef Client 14.1.12 [#1582](https://github.com/chef/chef-dk/pull/1582) ([thommay](https://github.com/thommay))
<!-- latest_release -->

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

#### Merged Pull Requests
- Include Chef Client 14.1.12 [#1582](https://github.com/chef/chef-dk/pull/1582) ([thommay](https://github.com/thommay)) <!-- 3.0.34 -->
- add vendor dir to default chefignore [#1571](https://github.com/chef/chef-dk/pull/1571) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.0.33 -->
- set windows installer custom setup font to white [#1581](https://github.com/chef/chef-dk/pull/1581) ([robbkidd](https://github.com/robbkidd)) <!-- 3.0.32 -->
- bump appbundler dep to rebuild [#1580](https://github.com/chef/chef-dk/pull/1580) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.0.31 -->
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.0.33)
chef-dk (3.0.34)
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.0.33
3.0.34
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.0.33"
VERSION = "3.0.34"
end

0 comments on commit c1e437c

Please sign in to comment.