Skip to content

Commit a651b81

Browse files
committed
Release 3.2.2
1 parent 8b315c3 commit a651b81

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-3
lines changed

CHANGELOG.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
3.2.2 (2022*01*07)
2+
------------------
3+
* Auto-generate CloudFront
4+
* Auto-generate Backup
5+
* Auto-generate AmazonMQ
6+
* Auto-generate SSM
7+
* Auto-generate IVS
8+
* Auto-generate IoTEvents
9+
* Auto-generate ManagedBlockchain
10+
* Auto-generate MediaConvert
11+
* Auto-generate MSK
12+
* Auto-generate NimbleStudio
13+
* Auto-generate OpenSearchService
14+
* Auto-generate RAM
15+
* Auto-generate Route53RecoveryControl
16+
* Auto-generate S3ObjectLambda
17+
* Auto-generate S3Outposts
18+
* Auto-generate ServiceDiscovery
19+
* Auto-generate SSMContacts
20+
* Auto-generate SSMIncidents
21+
* Auto-generate Transfer
22+
* Auto-generate Events
23+
* Auto-generate FIS
24+
* Auto-generate DataSync
25+
* Various changes to the code generator
26+
* Fix copy/paste issue resulting in incorrect ECS validator assignment (Fixes #2000)
27+
* Automatically correct Resource/Property dups in the code generator
28+
* Auto-generate XRay
29+
* Add missing CloudFront jsonpatch
30+
* Auto-generate Greengrass
31+
* Auto-generate GreengrassV2
32+
* Add code regen and remove the resource spec version from the code
33+
* Upgrade auto-generated files to spec version 52.0.0
34+
* Auto-generate AppStream
35+
* Auto-generate Inspector
36+
* Add AWS::InspectorV2
37+
* Add missing jsonpatch files
38+
139
3.2.1 (2022*01*03)
240
------------------
341
* Restore AWS::ECS::TaskDefinition AuthorizationConfig (Fixes #1997)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = "troposphere"
23-
copyright = "2019, cloudtools"
23+
copyright = "2012-2022, cloudtools"
2424
author = "cloudtools"
2525

2626
# The short X.Y version
2727
version = ""
2828
# The full version, including alpha/beta/rc tags
29-
release = "3.2.1"
29+
release = "3.2.2"
3030

3131

3232
# -- General configuration ---------------------------------------------------

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__ = "3.2.1"
16+
__version__ = "3.2.2"
1717

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

0 commit comments

Comments
 (0)