Skip to content

Commit

Permalink
updating admin files for release
Browse files Browse the repository at this point in the history
  • Loading branch information
T.J. Corrigan committed Oct 4, 2017
1 parent cc00735 commit c65a55c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.7.0] - 2017-10-04

**Note: This contains a breaking change to `AWS::AutoScaling::AutoScalingGroup` to make DesiredCapacity an optional field. See [#196](https://github.com/MonsantoCo/cloudformation-template-generator/pull/196) for more details.**

- Add support for AWS EC2 Systems Manager (SSM) (see [#195](https://github.com/MonsantoCo/cloudformation-template-generator/pull/195))
- Add support for AWS::CodeCommit::Repository (see [#200](https://github.com/MonsantoCo/cloudformation-template-generator/pull/200))
- Add support for TreatMissingData parameter of AWS::CloudWatch::Alarm (see [#197](https://github.com/MonsantoCo/cloudformation-template-generator/pull/197))
- Add support for AWS::ApiGateway::{UsagePlan,UsagePlanKey} (see [#187](https://github.com/MonsantoCo/cloudformation-template-generator/pull/187))

## [3.6.3] - 2017-07-19
- Add support for custom namespace in cloudwatch (see [#178](https://github.com/MonsantoCo/cloudformation-template-generator/pull/178))
- Make RuleCondition accept Option[Seq[Token[String]]] (see [#182](https://github.com/MonsantoCo/cloudformation-template-generator/pull/182))
Expand Down
3 changes: 2 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ chrisshafer (Chris Shafer)
dickwall (Dick Wall)
cgswong (Stuart Wong)
tylersouthwick (Tyler Southwick)
adamfokken (Adam Fokken)
adamfokken (Adam Fokken)
seanmcl (Sean McLaughlin)
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ and the dependency

```scala
libraryDependencies ++= Seq (
"com.monsanto.arch" %% "cloud-formation-template-generator" % "3.5.2"
"com.monsanto.arch" %% "cloud-formation-template-generator" % "3.7.0"
).map(_.force())
```

Expand Down Expand Up @@ -103,6 +103,7 @@ describe("Template Lookup") {
- AWS::CloudFront:Distribution:
- AWS::CloudWatch::Alarm
- AWS::CodeBuild::Project
- AWS::CodeCommit::Repository
- AWS::CodePipeline::CustomActionType
- AWS::CodePipeline::Pipeline
- AWS::DynamoDB::Table
Expand Down Expand Up @@ -188,6 +189,9 @@ describe("Template Lookup") {
- AWS::SNS::TopicPolicy
- AWS::SQS::Queue
- AWS::SQS::QueuePolicy
- AWS::SSM::Association
- AWS::SSM::Document
- AWS::SSM::Parameter

### Custom types

Expand Down

0 comments on commit c65a55c

Please sign in to comment.