File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.1.1 (2017-11-26)
2+ - Add support for VPCOptions in ElasticSearch (#862 )
3+ - Add Description property for security group ingress and egress (#910 )
4+ - Add QueryLoggingConfig to Route53::HostedZone
5+ - Add SourceRegion to RDS::DBInstance
6+ - Add RootVolumeSize and caleDownBehavior to EMR::Cluster
7+ - Add new properties to ElastiCache::ReplicationGroup
8+ - Add LinuxParameters to ECS::TaskDefinition ContainerDefinitions
9+ - Add LifecyclePolicy to ECR::Repository
10+ - Add ScheduledActions to ApplicationAutoScaling::ScalableTarget
11+ - Add new properties into ApiGateway
12+
113## 2.1.0 (2017-11-19)
214- Output yaml (to_yaml) using cfn_flip (Fixes #567 )
315- Allow AWSHelperFn for CodeCommit Trigger Event(s) (#869 )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def readme():
88
99setup (
1010 name = 'troposphere' ,
11- version = '2.1.0 ' ,
11+ version = '2.1.1 ' ,
1212 description = "AWS CloudFormation creation library" ,
1313 long_description = readme (),
1414 author = "Mark Peek" ,
Original file line number Diff line number Diff line change 1313
1414from . import validators
1515
16- __version__ = "2.1.0 "
16+ __version__ = "2.1.1 "
1717
1818# constants for DeletionPolicy
1919Delete = 'Delete'
You can’t perform that action at this time.
0 commit comments