Skip to content

Commit 627c72b

Browse files
committed
Release 2.6.0
1 parent b13d0b7 commit 627c72b

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

CHANGELOG.rst

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
2.6.0 (2020*02*22)
2+
------------------
3+
* Add ProvisionedConcurrencyConfig for AWS::Serverless::Function (#1535)
4+
* Add update policy that allows for in place upgrade of ES cluster (#1537)
5+
* Add ReportGroup and SourceCredential to CodeBuild
6+
* Add Count property to EC2::Instance ElasticInferenceAccelerator
7+
* Add EC2::GatewayRouteTableAssociation
8+
* Update FSx per 2019-12-19 changes
9+
* Add MaxAllocatedStorage to RDS::DBInstance
10+
* Add Name property to SSM::Document
11+
* Add OpenMonitoring property to MSK::Cluster
12+
* Break out NoDevice property validation (Fixes #1551) (#1553)
13+
* Fixed check_required validator error message (#1550)
14+
* Add test for check_required (#1550)
15+
* Add CloudWatch Alarm TreatMissingData validator (#1536)
16+
* Add WAFv2 resources, per Nov 25 2019 update (#1545)
17+
* linking AWS::WAFv2 and OpenStack resource types in README (#1559)
18+
* Strategy in AWS::EC2::PlacementGroup is not required (#1560)
19+
* Combine JSON + YAML example (#1561)
20+
* Add CACertificateIdentifier to DBInstance (#1557)
21+
* fixing AWS::Serverless documentation link (#1562)
22+
* adding new AWS::WAFv2::WebACLAssociation resource, per Jan 16 2020 update (#1567)
23+
* adding SyncSource & SyncType props to AWS::SSM::ResourceDataSync, per Jan 16 2020 update (#1566)
24+
* adding AWS::EC2::Instance HibernationOptions property, per Jan 16 2020 update (#1563)
25+
* Add QueuedTimeoutInMinutes to CodeBuild Project (#1540)
26+
* Add WeightedCapacity to AutoScaling::AutoScalingGroup LaunchTemplateOverrides (#1565)
27+
* Use correct curl option for compressed downloads
28+
* Update properties in AWS::Serverless::Api's Auth (#1568)
29+
* Add new pinpoint properties, per Jan 23 2020 update (#1569)
30+
* Add new AWS::RDS::DBCluster VALID_DB_ENGINE_MODES (#1573)
31+
* ServiceDiscovery DnsConfig NamespaceId is not required (#1575)
32+
* Add missing SecretTargetAttachment TargetTypes (#1578)
33+
* Ignore If expression during validation on AutoScalingRollingUpdate min instances (#1577)
34+
* adding Tags to Server, per Feb 6 2020 update
35+
* AWS::KinesisAnalyticsV2::Application.RuntimeEnvironment VALID_RUNTIME_ENVIRONMENTS
36+
* adding misc EC2 properties, per Feb 6 2020 update
37+
* adding new Config resources, per 2020 Feb 13 update
38+
* adding new Transfer properties, per 2020 Feb 13 update
39+
* adding new ACMPCA resources, per Jan 23 2020 update (#1570)
40+
* adding new AppConfig resource, per Jan 23 2020 update (#1571)
41+
* Nodegroup tags type (#1576)
42+
* adding XrayEnabled prop to GraphQLApi, per Feb 6 2020 update (#1579)
43+
* adding AccountRecoverySetting prop to UserPool, per Feb 6 2020 update (#1580)
44+
* adding Tags to Server, per Feb 6 2020 update (#1581)
45+
* Merge pull request #1582 from axelpavageau/feature/20200206-ec2
46+
* Merge pull request #1584 from cloudtools/PatMyron-patch-5
47+
* Alphebetize some properties
48+
* Merge pull request #1585 from axelpavageau/feature/20200213-transfer
49+
* Merge pull request #1586 from axelpavageau/feature/20200213-config
50+
* Adding new EC2 resources, per 2020 Feb 13 update (#1587)
51+
* Adding new FMS resources, per 2020 Feb 13 update (#1588)
52+
* adding misc Lakeformation properties, per Jan 16 2020 update (#1589)
53+
* Adding new AWS::Neptune::DBCluster properties, per Feb 18 2020 update (#1594)
54+
* fixing property according to the documentation's example (#1595)
55+
* adding UsernameConfiguration prop to UserPool, per Feb 20 2020 update (#1596)
56+
* Adding new ProjectFileSystemLocation property to CodeBuild::Project, per Feb 20 2020 update (#1597)
57+
158
2.5.3 (2019*12*08)
259
------------------
360
* Switch to using the gzip version of the Resource Specification

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.3"
16+
__version__ = "2.6.0"
1717

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

0 commit comments

Comments
 (0)