This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from garethr/release-updates
Release updates
- Loading branch information
Showing
2 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
## 2015-03-25 - Supported Version 1.0.0 | ||
|
||
This release includes: | ||
|
||
* Integration with VPC for Autoscaling groups, instances and security groups | ||
* Support for managing Elastic IP addresses | ||
* Additional DNS types for the Route53 support | ||
* Detailed documentation on the properties of each type | ||
* Better error messaging in case of AWS failures | ||
* Extensive validation of types | ||
|
||
|
||
## 2015-02-26 - Version 0.3.0 | ||
|
||
This release includes support for: | ||
|
||
* Autoscaling groups | ||
* VPC (Virtual Private Cloud - the AWS internal network) | ||
* Route53 DNS | ||
|
||
This also improves the other resources (instances, security groups and | ||
elastic load balancers), includes examples of the new resources and | ||
expands the acceptance testing suite. | ||
|
||
In total that's 19 types/providers, 16 of them new from the previous release. | ||
|
||
|
||
## 2014-12-16 - Version 0.2.0 | ||
|
||
Builds on existing support for instances, security groups and load balancers, plus: | ||
|
||
* Allows editing of existing security group ingress rules | ||
* Exposes lots of information about instances to puppet resource | ||
* Adds lots of new usage examples | ||
* Adds a comprehensive acceptance testing suite | ||
|
||
|
||
## 2014-11-03 - Version 0.1.0 | ||
|
||
Initial release includes nominal support for: | ||
|
||
* EC2 Instances | ||
* Security Groups | ||
* Elastic Load Balancer (ELB) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters