Skip to content

Commit 40a0e94

Browse files
committed
Release 2.5.1
1 parent 895fb86 commit 40a0e94

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2.5.1 (2019*08*25)
2+
------------------
3+
* Fix missing required field in CodeContent object (#1472)
4+
* updated crawler tag attribute to match aws cloudformation doc (#1482)
5+
* Change Tags to dict in Glue resources (#1482)
6+
* Update gen script to understand "Json" Tags to be a dict
7+
* Fixed a typo in the ClientBroker's value (#1480)
8+
* Fix test output in MskCluster.template from issue #1480
9+
* Update MaintenanceWindow Properties (#1476)
10+
* Modified AdditionalAuthenticationProviders field in GraphQlApi to be a list (#1479)
11+
* Add new properties to Glue::Job (#1484)
12+
* Update missing properties in cognito (#1475)
13+
* Add AWS::LakeFormation
14+
* Update dms properties
15+
* Add SageMaker::Workteam
16+
* Add SplitTunnel to EC2::ClientVpnEndpoint
17+
* Add Tags properties to some Greengrass resources
18+
* Add ExcludeVerboseContent to AppSync LogConfig property type
19+
* Add AWS::ManagedBlockchain
20+
* Add Glue::MLTransform resource
21+
* Add AWS::CodeStar
22+
* Add LinuxParameters to Batch::ContainerProperties
23+
124
2.5.0 (2019*07*28)
225
------------------
326
* Return real booleans in the output (#1409)

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.0"
16+
__version__ = "2.5.1"
1717

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

0 commit comments

Comments
 (0)