Skip to content

Commit 0f1685c

Browse files
committed
Release 2.6.2
1 parent bdfe5f4 commit 0f1685c

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

CHANGELOG.rst

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,73 @@
1+
2.6.2 (2020*07*12)
2+
------------------
3+
* Add Description property to EC2::TransitGateway (#1674)
4+
* Adding AWS::ImageBuilder::Image object, per May 7, 2020 update
5+
* Adding missing AWS::ApiGatewayV2::VpcLink object
6+
* Adding new AWS::SSM::Association property, per May 7, 2020 update
7+
* Update template_generator.py
8+
* Handle list type properties with a function validator (#1673)
9+
* Change RegularExpressionList
10+
* Remove Regex object in favour of basestring
11+
* Bug Fixes: wafv2 names not required
12+
* Update instance types in constants
13+
* Add AWS::CodeStarConnections::Connection props, per May 14, 2020 update
14+
* Adding misc AWS::DMS properties, per May 14, 2020 update
15+
* Adding misc AWS::MediaStore::Container properties, per May 14, 2020 update
16+
* updating AWS::ServiceCatalog::CloudFormationProduct properties, per May 14, 2020 update
17+
* Changing AWS::Synthetics::Canary props, per May 14, 2020 update
18+
* Adding misc AWS::GlobalAccelerator objects, per May 14, 2020 update
19+
* Adding new AWS::Macie resources, per May 14, 2020 update
20+
* Add sample Aurora Serverless RDS template
21+
* Fixing misc AWS::ImageBuilder properties
22+
* Updating AWS::StepFunctions::StateMachine props, per May 21, 2020 update
23+
* Update AWS::SSM::Parameter properties, per May 21, 2020 update
24+
* Update AWS::CodeBuild::ReportGroup properties, per May 21, 2020 update
25+
* Fix bools in example output
26+
* Adding hibernation options to LaunchTemplateData
27+
* ExcludedRules are listed directly, not wrapped
28+
* fix syntax
29+
* add OnSuccess
30+
* Update AWS::EFS::AccessPoint per 2020-05-28 changes
31+
* Update AWS::CodeGuruProfiler::ProfilingGroup per 2020-06-03 changes
32+
* Update AWS::EC2::ClientVpnEndpoint per 2020-05-28 changes
33+
* Add DBProxy and DBProxyTargetGroup to AWS::RDS per 2020-06-04 changes
34+
* Add support for ARM and GPU containers for CodeBuild (#1699)
35+
* Fix S3Encryptions in Glue EncryptionConfiguration (#1725)
36+
* Convert stepfunctions.DefinitionSubstitutions to dict (#1726)
37+
* Add GroundStation link (#1727)
38+
* Update AWS::ElasticLoadBalancingV2::LoadBalancer per 2020-06-11 changes
39+
* Update AWS::ElastiCache::ReplicationGroup per 2020-06-11 changes
40+
* Update AWS::CloudFront::Distribution per 2020-06-11 changes
41+
* Update AWS::CertificateManager::Certificate per 2020-06-11 changes
42+
* Update AWS::EC2::Volume per 2020-06-11 changes
43+
* Add AWS::IoT::ProvisioningTemplate per 2020-06-04 changes (Fixes #1723)
44+
* Added Serverless::Application and Serverless ApplicationLocation (#1549)
45+
* Fix required setting for SageMaker::Model PrimaryContainer (Fixes #1729)
46+
* Added capacity providers
47+
* Update AWS::EFS::FileSystem per 2020-06-16 changes
48+
* Update AWS::Lambda::Function per 2020-06-16 changes
49+
* Update AWS::FMS::Policy per 2020-06-18 changes
50+
* Fix tests and alphabetize properties in ECS
51+
* Update AWS::ServiceDiscovery per 2020-06-22 changes
52+
* This isn't required
53+
* Update AWS::AppMesh per 2020-06-25 changes
54+
* Support attribute Mode for SageMaker Model ContainerDefinition
55+
* Add SourcePrefixListId to the ec2.SecurityGroupIngress validator (Fixes #1739)
56+
* Add ApplicationCloudWatchLoggingOption for KinesisAnalyticsV2 (Fixes #1738)
57+
* Add required TargetGroupName to DBProxyTargetGroup
58+
* Add VpcConfiguration to AWS::KinesisFirehose::DeliveryStream (Fixes #1717)
59+
* Update AWS::Events::Rule per 2020-07-06 changes
60+
* Add AWS::QLDB::Stream per 2020-07-08 update
61+
* Add AWS::CodeGuruProfiler::ProfilingGroup.ComputePlatform per 2020-07-09 update
62+
* Add AWS::CodeBuild::Project Source: BuildStatusConfig per 2020-0709 update
63+
* Add AWS::Athena::DataCatalog per 2020-07-09 update
64+
* Add AWS::EC2::PrefixList per 2020-07-09 update
65+
* Add AWS::ElasticLoadBalancingV2::Listener.AlpnPolicy per 2020-07-09 update
66+
* Update AWS::Synthetics per 2020-07-09 update
67+
* Add AWS::Amplify::App.EnableBranchAutoDeletion per 2020-07-09 update
68+
* Update AWS::FSx::FileSystem.LustreConfiguration per 2020-07-09 update
69+
* Update AWS::Amplify::Domain per 2020-07-09 update
70+
171
2.6.1 (2020*05*04)
272
------------------
373
* Fix README for PyPI upload

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.6.1"
16+
__version__ = "2.6.2"
1717

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

0 commit comments

Comments
 (0)