Skip to content

Commit

Permalink
Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Aug 28, 2021
1 parent 893f946 commit 7bf20c3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
3.0.3 (2021*08*28)
------------------
* Enable MSK IAM Role based authentication
* Add AWS::Signer
* Allow LaunchTemplateSpecification in LaunchTemplateOverrides
* Add AWS::Route53RecoveryControl and AWS::Route53RecoveryReadiness per 2021-07-29 changes
* Update S3Outposts per 2021-07-29 changes
* Update DataBrew per 2021-07-29 changes
* Update FSx per 2021-08-05 changes
* Update ApiGatewayV2 per 2021-08-12 changes
* Update AppSync per 2021-08-05 changes
* Add Athena::PreparedStatement per 2021-08-05 changes
* Update ApiGateway per 2021-08-12 changes
* Add TimeZone property to AWS::AutoScaling::ScheduledAction
* Fix black formatting in autoscaling.py
* Update WAFv2 per 2021-08-12 changes
* Update Elasticsearch per 2021-08-17 changes
* Update SageMaker per 2021-08-19 changes
* Update Redshift per 2021-08-19 changes
* Update AutoScaling per 2021-08-19 changes
* Update CodeBuild per 2021-08-19 changes
* Add AWS::Logs::ResourcePolicy (#1936)
* Add AWS::Serverless::HttpApi (#1941)
* Update to main branch for tests workflow
* Switch build status badge from travis-ci to github
* Fix duplicate AWS::Logs::ResourcePolicy
* Remove duplicate TargetTrackingScalingPolicyConfiguration from dynamodb.py

3.0.2 (2021*07*24)
------------------
* Add JWT to apigatewayv2 valid_authorizer_types (#1929)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '3.0.2'
release = '3.0.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion troposphere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from . import validators

__version__ = "3.0.2"
__version__ = "3.0.3"

# constants for DeletionPolicy and UpdateReplacePolicy
Delete = "Delete"
Expand Down

0 comments on commit 7bf20c3

Please sign in to comment.