Skip to content

Commit f3c6a44

Browse files
committed
Release 2.4.8
1 parent 857efde commit f3c6a44

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
2.4.8 (2019*06*23)
2+
------------------
3+
* [iot1click] resource_type should be a string, not tuple (#1402)
4+
* Fix Parameters on AWS::Batch::JobDefinition (#1404)
5+
* Add new wafregional resources (#1406)
6+
* Add AppMesh::VirtualRouter (#1410)
7+
* Add InterfaceType to EC2 LaunchTemplate (#1405)
8+
* Adding AWS::Transfer resources, per 2019 May 23 update (#1407)
9+
* Adding AWS::PinpointEmail, per 2019 May 23 update (#1408)
10+
* Add missing LOCAL caching option (#1413)
11+
* Allow for AWSHelperFn objects in Tags (#1403)
12+
* Fix bug where FilterGroups were required, when technically they are not (#1424)
13+
* Adding AWS::Backup resources from May 23, 2019 update (#1419)
14+
* adding missing X-ray activation property for AWS::ApiGateway::Stage (#1420)
15+
* Change add_description to set_description in all examples (#1425)
16+
* Add support for httpHeaderConfig (#1426)
17+
* Add Config attributes to ELBV2 Condition (#1426)
18+
* Update ECS resources from June 13, 2019 update (#1430)
19+
* Add ClientVPN resources (#1431)
20+
* Change HeartbeatTimeout type to integer (#1415) (#1432)
21+
* Add transit gateway ID to Route (#1433)
22+
* Add Sagemaker::CodeRepository (#1422)
23+
* Adding SageMaker NotebookInstance properties (#1421)
24+
* Update ElasticLoadBalancingV2 ListenerRule (#1427)
25+
* Update DLM rule interval values (#1333) (#1437)
26+
* Add resources for Amazon MSK, from June 13, 2019 update (#1436)
27+
* Add HostRecovery property to EC2::Host
28+
* Add SecondarySourceVersions to CodeBuild::Project
29+
* Add ObjectLock* properties to S3::Bucket
30+
* Add Ec2SubnetIds property to EMR JobFlowInstancesConfig
31+
* Add AWS::Amplify
32+
* Adds 'ErrorOutputPrefix' to *S3DestinationConfiguration (#1439)
33+
* Add ServiceCatalog::StackSetConstraint and update CFProvisionedProduct
34+
* Add IdleDisconnectTimeoutInSeconds to AppStream::Fleet
35+
* Add Config::RemediationConfiguration resource
36+
* Add AppMesh AwsCloudMapServiceDiscovery and reformat for autogen
37+
* DLM: add Parameters and PolicyType properties to PolicyDetails
38+
* IoTAnalytics: add ContentDeliveryRules and VersioningConfiguration to Dataset
39+
* KinesisFirehose: updates to ExtendedS3DestinationConfiguration
40+
141
2.4.7 (2019*05*18)
242
------------------
343
* Add authenticate-cognito and authenticate-oidc to elb v2 Action's "type" validator (#1352)

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.4.7"
16+
__version__ = "2.4.8"
1717

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

0 commit comments

Comments
 (0)