Skip to content

Commit

Permalink
Preparing 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-ball committed Feb 15, 2018
1 parent 1c42240 commit 44f8195
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Change Log

## [3.0.1](https://github.com/chef/chef-provisioning-aws/tree/3.0.1) (2018-02-05)
[Full Changelog](https://github.com/chef/chef-provisioning-aws/compare/v3.0.0...3.0.1)
## [3.0.2](https://github.com/chef/chef-provisioning-aws/tree/3.0.2) (2018-02-14)
[Full Changelog](https://github.com/chef/chef-provisioning-aws/compare/v3.0.1...3.0.2)

**Closed issues:**

- auto\_scaling\_group now requires new way to specify subnets [\#560](https://github.com/chef/chef-provisioning-aws/issues/560)
- machine/machine\_image resources no longer wait for transport [\#559](https://github.com/chef/chef-provisioning-aws/issues/559)
- launch\_configuration expects base64 encoded user\_data [\#558](https://github.com/chef/chef-provisioning-aws/issues/558)
- Examples for aws\_cloudwatch\_alarm work only with aws-sdk-v1 [\#557](https://github.com/chef/chef-provisioning-aws/issues/557)

**Merged pull requests:**

- Bug fixes [\#564](https://github.com/chef/chef-provisioning-aws/pull/564) ([tyler-ball](https://github.com/tyler-ball))

## [v3.0.1](https://github.com/chef/chef-provisioning-aws/tree/v3.0.1) (2018-02-05)
[Full Changelog](https://github.com/chef/chef-provisioning-aws/compare/v3.0.0...v3.0.1)

**Merged pull requests:**

Expand Down Expand Up @@ -850,4 +864,4 @@
## [v0.3.1](https://github.com/chef/chef-provisioning-aws/tree/v0.3.1) (2014-03-18)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion lib/chef/provisioning/aws_driver/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Chef
module Provisioning
module AWSDriver
VERSION = '3.0.1'
VERSION = '3.0.2'
end
end
end

0 comments on commit 44f8195

Please sign in to comment.