Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97d1d5d

Browse files
committed
Release 2.1.1
1 parent 0a38d79 commit 97d1d5d

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88

99
setup(
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",

troposphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from . import validators
1515

16-
__version__ = "2.1.0"
16+
__version__ = "2.1.1"
1717

1818
# constants for DeletionPolicy
1919
Delete = 'Delete'

0 commit comments

Comments
 (0)