Skip to content

Commit 445ebbf

Browse files
committed
Release 2.6.1
1 parent 01b44a3 commit 445ebbf

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-1
lines changed

CHANGELOG.rst

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
2.6.1 (2020*05*04)
2+
------------------
3+
* Fix README for PyPI upload
4+
* Remove extra PublicAccessBlockConfiguration in s3 (Fixes #1541)
5+
* Added support for ForwardConfig in Listener (#1555)
6+
* Fix up a couple of items for ELBv2 from #1555
7+
* Fixing a missimplementation of rules, caused by a bug in the document… (#1599)
8+
* fix: include valid postgres capacity configurations (#1602)
9+
* adding misc AppMesh properties, per Feb 27 2020 update
10+
* adding misc FSX properties, per Feb 27 2020 update
11+
* Adding new AWS::CloudWatch::CompositeAlarm object, per March 2 2020 update
12+
* Adding new AWS::GroundStation resources, per Feb 27 2020 update
13+
* Add README link for GroundStation (#1606)
14+
* Fixup WAFv2 TextTransformations property and required (#1607)
15+
* Adding cloudfront OriginGroups properties, per March 5 2020 update
16+
* AWS::EC2::SecurityGroupIngress.SourcePrefixListId (#1622)
17+
* adding AWS::Athena::WorkGroup, per March 5 2020 update
18+
* Adding EncryptionConfig props to AWS::EKS::Cluster, per March 5 2020 update (#1610)
19+
* adding AWS::CodeStarConnections::Connection, per Marche 5 2020 update
20+
* Adding AWS::Chatbot::SlackChannelConfiguration, per March 5 2020 update
21+
* Fixup recent CodeStarConnections and Chatbot additions
22+
* Fixes to acmpca (#1660)
23+
* adding misc Greengrass props, per March 09 2020 update
24+
* adding misc AWS::MSK::Cluster properties, per March 12 2020 update
25+
* Adding MeshOwner prop to misc AppMesh objects, per March 12 2020 update
26+
* Adding new AWS::Cassandra resources, per March 16 2020 update
27+
* Fixup link and comments for AWS::Cassandra (related to #1616)
28+
* Fix several problems in wafv2
29+
* Add IotAnalyticsAction and StepFunctionsAction to IoT TopicRule Actions
30+
* Add missing IoTAnalytics properties, add Datastore object, add test IoTAnalytics example
31+
* Attributes for AddAttributes is a dict
32+
* add secrets manager type to codebuild environment variable types
33+
* Usageplan throttle (#2)
34+
* update example to include method as required
35+
* Adding AWS::ResourceGroups::Group resource, per March 19, 2020 update
36+
* Adding AWS::CodeGuruProfiler::ProfilingGroup resource, per March 19, 2020 update
37+
* Fixup links in README.rst
38+
* adding AWS::EC2::ClientVpnEndpoint properties, per March 19, 2020 update
39+
* Adding AWS::DMS::Endpoint props, per March 23, 2020 update
40+
* Adding AWS::AutoScaling::AutoScalingGroup props, per March 26, 2020 update
41+
* Adding misc AWS::ApiGatewayV2::Integration properties, per March 26, 2020 update
42+
* Adding AWS::ServiceCatalog::LaunchRoleConstraint props, per April 2, 2020 update
43+
* Adding AWS::CloudWatch::InsightRule props, per April 2, 2020 update
44+
* Fix new test changes to use TROPO_REAL_BOOL
45+
* Change ApiGateway::RestApi FailOnWarnings from basestring to boolean (Fixes #1655)
46+
* Update SAM Schedule event source spec
47+
* AWS::SecurityHub::Hub Tags uses the wrong format
48+
* Adding AWS::NetworkManager resource, per March 19, 2020 update
49+
* Adding AWS::Detective resources, per March 26, 2020 update
50+
* Adding misc AWS::IoT props, per March 26, 2020 update
51+
* Adding AWS::EC2::Volume props, per March 26, 2020 update
52+
* Adding AWS::FSx::FileSystem properties, per April 2, 2020 update
53+
* Adding misc AWS::Glue properties, per April 16, 2020 update
54+
* Adding new AWS::Synthetics::Canary resource, per April 23, 2020 update
55+
* Adding AWS::ImageBuilder resources, per April 23, 2020 update
56+
* Adding new AWS::CE::CostCategory resource, per April 23, 2020 update
57+
* Fix typo: pros => props
58+
* Update EventSchemas per 2020-04-30 changes
59+
* Update Synthetics per 2020-04-30 changes
60+
* Update Transfer per 2020-04-30 changes
61+
162
2.6.0 (2020*02*22)
263
------------------
364
* Add ProvisionedConcurrencyConfig for AWS::Serverless::Function (#1535)

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

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

0 commit comments

Comments
 (0)