Skip to content

Commit 82788a3

Browse files
committed
Release 3.1.0
1 parent f585187 commit 82788a3

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
3.1.0 (2021*10*16)
2+
------------------
3+
* Add KinesisFirehose::DeliveryStream.HttpEndpointDestinationConfiguration
4+
* Update S3 per 2021-09-02 changes
5+
* Update IoT per 2021-09-02 changes
6+
* Update KinesisFirehose per 2021-09-02 changes
7+
* Update EventSchemas per 2021-09-02 changes
8+
* Update DataSync per 2021-09-02 changes
9+
* Update ACMPCA per 2021-09-02 changes
10+
* Update Transfer per 2021-09-02 changes
11+
* Update firehose.py parameter type validation (#1953)
12+
* AWS Backup: Add EnableContinuousBackup boolean to BackupRuleResourceType (#1958)
13+
* fix: creating specific AWS::MediaPackage::OriginEndpoint AWSProperty sets, as they are different from AWS::MediaPackage::PackagingConfiguration's AWSProperty sets
14+
* making user role optional for emr studio
15+
* Add missing properties to EMR::Studio
16+
* Fix black formatting
17+
* allow helper functions for codebuild project type
18+
* Update Cloudtrail per 2021-09-10 changes
19+
* Add AWS::APS per 2021-09-16 changes
20+
* Add AWS::HealthLake per 2021-09-17 changes
21+
* Updaate ACMPCA per 2021-09-17 changes
22+
* Add AWS::MemoryDB per 2021-09-23 changes
23+
* Update AppSync per 2021-09-23 changes
24+
* Update Lambda per 2021-09-30 changes
25+
* Update KinesisFirehose per 2021-09-30 changes
26+
* Updat ECR per 2021-09-30 changes
27+
* Update IoT per 2021-10-07 changes
28+
* Add AWS::Lightsail per 2021-10-07 changes
29+
* Update Backup per 2021-10-07 changes
30+
* Add AWS::OpenSearchService per 2021-10-16 changes
31+
* Import ABC from collections.abc for Python 3.10 compatibility.
32+
* Add validation and tests to AWS::OpenSearchService::Domain.EngineVersion (#1960)
33+
* Fix isort and black formatting issues
34+
* Update Backup with missing resources from 2021-10-07 changes
35+
* Update CodeBuild per 2021-10-13 changes
36+
* Move resource type lists from README to individual files
37+
* Fix missing underscore in README links
38+
* Add AWS::Wisdom per 2021-10-14 changes
39+
* Support Globals section for serverless
40+
141
3.0.3 (2021*08*28)
242
------------------
343
* Enable MSK IAM Role based authentication

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.3'
28+
release = '3.1.0'
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.3"
15+
__version__ = "3.1.0"
1616

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

0 commit comments

Comments
 (0)