Skip to content

Commit 7bf20c3

Browse files
committed
Release 3.0.3
1 parent 893f946 commit 7bf20c3

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
3.0.3 (2021*08*28)
2+
------------------
3+
* Enable MSK IAM Role based authentication
4+
* Add AWS::Signer
5+
* Allow LaunchTemplateSpecification in LaunchTemplateOverrides
6+
* Add AWS::Route53RecoveryControl and AWS::Route53RecoveryReadiness per 2021-07-29 changes
7+
* Update S3Outposts per 2021-07-29 changes
8+
* Update DataBrew per 2021-07-29 changes
9+
* Update FSx per 2021-08-05 changes
10+
* Update ApiGatewayV2 per 2021-08-12 changes
11+
* Update AppSync per 2021-08-05 changes
12+
* Add Athena::PreparedStatement per 2021-08-05 changes
13+
* Update ApiGateway per 2021-08-12 changes
14+
* Add TimeZone property to AWS::AutoScaling::ScheduledAction
15+
* Fix black formatting in autoscaling.py
16+
* Update WAFv2 per 2021-08-12 changes
17+
* Update Elasticsearch per 2021-08-17 changes
18+
* Update SageMaker per 2021-08-19 changes
19+
* Update Redshift per 2021-08-19 changes
20+
* Update AutoScaling per 2021-08-19 changes
21+
* Update CodeBuild per 2021-08-19 changes
22+
* Add AWS::Logs::ResourcePolicy (#1936)
23+
* Add AWS::Serverless::HttpApi (#1941)
24+
* Update to main branch for tests workflow
25+
* Switch build status badge from travis-ci to github
26+
* Fix duplicate AWS::Logs::ResourcePolicy
27+
* Remove duplicate TargetTrackingScalingPolicyConfiguration from dynamodb.py
28+
129
3.0.2 (2021*07*24)
230
------------------
331
* Add JWT to apigatewayv2 valid_authorizer_types (#1929)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# The short X.Y version
2626
version = ''
2727
# The full version, including alpha/beta/rc tags
28-
release = '3.0.2'
28+
release = '3.0.3'
2929

3030

3131
# -- General configuration ---------------------------------------------------

troposphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from . import validators
1414

15-
__version__ = "3.0.2"
15+
__version__ = "3.0.3"
1616

1717
# constants for DeletionPolicy and UpdateReplacePolicy
1818
Delete = "Delete"

0 commit comments

Comments
 (0)