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 4.4.4 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 Aug 22, 2019
1 parent 0b7a99f commit a13e98a
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 4.4.3 -->
## [v4.4.3](https://github.com/chef/chef-dk/tree/v4.4.3) (2019-08-22)
<!-- latest_release 4.4.4 -->
## [v4.4.4](https://github.com/chef/chef-dk/tree/v4.4.4) (2019-08-22)

#### Merged Pull Requests
- Fix the build arguments in the Dockerfile [#2228](https://github.com/chef/chef-dk/pull/2228) ([tduffield](https://github.com/tduffield))
- Add knife-azure to DK [#2227](https://github.com/chef/chef-dk/pull/2227) ([tas50](https://github.com/tas50))
<!-- latest_release -->

<!-- release_rollup since=4.3.13 -->
### Changes not yet released to stable

#### Merged Pull Requests
- Add knife-azure to DK [#2227](https://github.com/chef/chef-dk/pull/2227) ([tas50](https://github.com/tas50)) <!-- 4.4.4 -->
- Fix the build arguments in the Dockerfile [#2228](https://github.com/chef/chef-dk/pull/2228) ([tduffield](https://github.com/tduffield)) <!-- 4.4.3 -->
- Bump cookstyle to 5.3.6 [#2226](https://github.com/chef/chef-dk/pull/2226) ([chef-ci](https://github.com/chef-ci)) <!-- 4.4.2 -->
- Bump cookstyle to 5.2.17 [#2225](https://github.com/chef/chef-dk/pull/2225) ([chef-ci](https://github.com/chef-ci)) <!-- 4.4.1 -->
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 (4.4.3)
chef-dk (4.4.4)
addressable (>= 2.3.5, < 2.6)
chef (~> 15.0)
cookbook-omnifetch (~> 0.5)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.3
4.4.4
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 = "4.4.3".freeze
VERSION = "4.4.4".freeze
end

0 comments on commit a13e98a

Please sign in to comment.