Skip to content

Commit f92569b

Browse files
committed
Release 2.5.2
1 parent 5f18281 commit f92569b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
2.5.2 (2019*09*29)
2+
------------------
3+
* Use double validator instead of a raw float for Double types (#1485)
4+
* Add PythonVersion to Glue JobCommand (#1486)
5+
* ImageId in EC2 LaunchTemplateData is no longer required (#1487)
6+
* Add KmsKeyID prop to AWS::ElastiCache::ReplicationGroup, per 2019 Aug 30 update (#1488)
7+
* Add threshold metric to CloudWatch::Alarm (#1489)
8+
* Fix naming of parameters in FindInMap helper. (#1491)
9+
* Add missing EnableNonSecurity property to SSM Rule (#1493)
10+
* Add EnableCloudwatchLogsExports to Neptune::DBCluster
11+
* Update AppMesh::Route properties per 2019-08-29 update
12+
* Add Config::OrganizationConfigRule resource
13+
* Add ZoneAwarenessConfig to Elasticsearch ElasticsearchClusterConfig
14+
* Add AWS::QLDB
15+
* Update RDS resources per 2019-08-29 update
16+
* Travis CI: Add flake8 which is a superset of pycodestyle and pyflakes (#1470)
17+
* Run flake8 via "make test" (#1470)
18+
* Add SourceVersion to CodeBuild::Project (#1495)
19+
* Add new Properties to SSM::Parameter (#1496)
20+
* iam: Add Description field to Role (#1497)
21+
* Add MaximumBatchingWindowInSeconds to Lambda::EventSourceMapping
22+
* Update Events::Rule EcsParameters per 2019-08-29 changes
23+
* Update ECS::TaskDefinition per 2019-08-29 changes
24+
* Update EC2::Instance per 2019-08-29 changes
25+
* Update DynamoDB::Table per 2019-08-29 changes
26+
* Update ApplicationAutoScaling::ScalableTarget per 2019-08-29 changes
27+
* Update DocDB::DBCluster per 2019-09-26 changes
28+
* Update Glue per 2019-09-26 changes
29+
130
2.5.1 (2019*08*25)
231
------------------
332
* Fix missing required field in CodeContent object (#1472)

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.5.1"
16+
__version__ = "2.5.2"
1717

1818
# constants for DeletionPolicy and UpdateReplacePolicy
1919
Delete = 'Delete'

0 commit comments

Comments
 (0)