Skip to content

Commit e1d79a3

Browse files
committed
Release 4.5.0
1 parent e779387 commit e1d79a3

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

CHANGELOG.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
4.5.0 (2023*10*24)
2+
-------------------------------
3+
* Updates from spec version 136.0.0 (#2175)
4+
* Add AWS::BackupGateway
5+
* Add AWS::CleanRooms
6+
* Add AWS::Comprehend
7+
* Add AWS::InternetMonitor
8+
* Add AWS::IVSChat
9+
* Add AWS::Omics
10+
* Add AWS::OSIS
11+
* Add AWS::Proton
12+
* Add AWS::Shield
13+
* Add AWS::SimSpaceWeaver
14+
* Add AWS::SystemsManagerSAP
15+
* Add AWS::VerifiedPermissions
16+
* Add AWS::VpcLattice
17+
* Add new AWS services to resource doc
18+
* Updates from spec version 137.0.0 (#2177)
19+
* Updates from spec version 138.0.0 (#2178)
20+
* Updates from spec version 139.0.0 (#2179)
21+
* Fix incorrect backward compatibility for ReplicationConfiguration
22+
* Update isort version to fix pip-shims error
23+
* RDS: allow AllocatedStorage to be a Ref (Fixes #2176)
24+
* Updates from spec version 140.0.0 (#2181)
25+
* Updates from spec version 141.0.0 (#2183)
26+
* Updates from spec version 142.0.0 (#2185)
27+
* Fixup Events patch due to removal of AWS::Events::Rule.Tag
28+
* Updates from spec version 142.1.0 (#2187)
29+
* Add support for object comparison (#2182)
30+
* Reduce error output when encountering a jsonpatch error
31+
* Collect all the service items before modifying the service
32+
* Fixup Events patch due to removal of AWS::Events::EventBus.TagEntry
33+
* Updates from spec version 143.0.0 (#2192)
34+
* Updates from spec version 144.0.0 (#2193)
35+
* Drop support for Python 3.7 (#2190)
36+
* Run tests against Python 3.12 and add trove classifier (#2189)
37+
* Fix Parameters.validate incorrect validate for CommaDelimitedList (#2191)
38+
* Updates from spec version 145.0.0 (#2195)
39+
* Fix lint error from a previous commit to gen.py
40+
* RDS: Allow defining ManageMasterUserPassword property instead of the MasterUserPassword property.
41+
* Adding support for default values in FindInMap
42+
* Add AWS::EntityResolution
43+
* Add AWS::HealthImaging
44+
* Add AWS::MediaPackageV2
45+
* Add AWS::PCAConnectorAD
46+
* Add AWS::WorkSpacesWeb
47+
* Add new AWS services to resource doc and fix some trailing parens
48+
* Fix EC2::TransitGatewayMulticastDomain.Options conflict
49+
150
4.4.1 (2023*08*16)
251
-------------------------------
352
* Remove EOL Python 3.7 from the tests action

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ""
2828
# The full version, including alpha/beta/rc tags
29-
release = "4.4.1"
29+
release = "4.5.0"
3030

3131

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

troposphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
else:
4242
from typing import Final
4343

44-
__version__ = "4.4.1"
44+
__version__ = "4.5.0"
4545

4646
# constants for DeletionPolicy and UpdateReplacePolicy
4747
Delete: Final = "Delete"

0 commit comments

Comments
 (0)