Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 13.3.44 by Chef Expeditor
  • Loading branch information
Chef Expeditor committed Aug 11, 2017
1 parent a2fc227 commit 3435382
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
@@ -1,14 +1,15 @@
<!-- latest_release 13.3.43 -->
## [v13.3.43](https://github.com/chef/chef/tree/v13.3.43) (2017-08-11)
<!-- latest_release 13.3.44 -->
## [v13.3.44](https://github.com/chef/chef/tree/v13.3.44) (2017-08-11)

#### Merged Pull Requests
- Add more items to the 13.3 release notes [#6325](https://github.com/chef/chef/pull/6325) ([tas50](https://github.com/tas50))
- Fix bad examples in the release notes [#6326](https://github.com/chef/chef/pull/6326) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Fix bad examples in the release notes [#6326](https://github.com/chef/chef/pull/6326) ([tas50](https://github.com/tas50)) <!-- 13.3.44 -->
- Add more items to the 13.3 release notes [#6325](https://github.com/chef/chef/pull/6325) ([tas50](https://github.com/tas50)) <!-- 13.3.43 -->
- Bump InSpec to v1.33.1 [#6324](https://github.com/chef/chef/pull/6324) ([adamleff](https://github.com/adamleff)) <!-- 13.3.42 -->
- README improvement for Chef beginner. [#6297](https://github.com/chef/chef/pull/6297) ([takaya-fuj19](https://github.com/takaya-fuj19)) <!-- 13.3.41 -->
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
chef (13.3.43)
chef (13.3.44)
addressable
bundler (>= 1.10)
chef-config (= 13.3.43)
chef-config (= 13.3.44)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand All @@ -47,10 +47,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
chef (13.3.43-universal-mingw32)
chef (13.3.44-universal-mingw32)
addressable
bundler (>= 1.10)
chef-config (= 13.3.43)
chef-config (= 13.3.44)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand Down Expand Up @@ -92,7 +92,7 @@ PATH
PATH
remote: chef-config
specs:
chef-config (13.3.43)
chef-config (13.3.44)
addressable
fuzzyurl
mixlib-config (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
13.3.43
13.3.44
2 changes: 1 addition & 1 deletion chef-config/lib/chef-config/version.rb
Expand Up @@ -20,7 +20,7 @@

module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
VERSION = "13.3.43"
VERSION = "13.3.44"
end

#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/version.rb
Expand Up @@ -22,7 +22,7 @@

class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
VERSION = Chef::VersionString.new("13.3.43")
VERSION = Chef::VersionString.new("13.3.44")
end

#
Expand Down

0 comments on commit 3435382

Please sign in to comment.