Skip to content

Commit 321b887

Browse files
committed
Release 4.3.0
1 parent 4e57bae commit 321b887

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
4.3.0 (2023*01*28)
2+
-------------------------------
3+
* Patch GameLift::Fleet to add type for AnywhereConfiguration
4+
* Updates from spec version 100.0.0 (#2103)
5+
* Add support for Flink 1.15 runtime environment (#2106)
6+
* Remove unneeded patches due to spec updates
7+
* Updates from spec version 101.0.0 (#2109)
8+
* Allow version override for spec download
9+
* Fix lint issues
10+
* Updates from spec version 102.0.0
11+
* Updates from spec version 103.0.0
12+
* Updates from spec version 104.0.0
13+
* Updates from spec version 105.0.0
14+
* Updates from spec version 106.0.0
15+
* Updates from spec version 107.0.0
16+
* Updates from spec version 108.0.0
17+
* Updates from spec version 109.0.0
18+
* Add AWS::DocDBElastic
19+
* Add AWS::Grafana
20+
* Add AWS::KendraRanking
21+
* Add AWS::Oam
22+
* Add AWS::OpenSearchServerless
23+
* Add AWS::Pipes
24+
* Add AWS::Scheduler
25+
* Add new AWS services to resource doc
26+
* Modify `SourceDBInstanceIdentifier` validator to allow `BackupRetentionPeriod` (#2116)
27+
* Fix tests related to GH-2116
28+
* Add support for TagMap tags
29+
* Enable AWS::Scheduler
30+
* Support for FSx/Lustre PERSISTENT_2 DeploymentType (#2110)
31+
* Be more lenient about types for Export (#2114)
32+
133
4.2.0 (2022*11*28)
234
-------------------------------
335
* me-central-1 (UAE) (#2078)

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.2.0"
29+
release = "4.3.0"
3030

3131

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

troposphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
if TYPE_CHECKING:
3535
from .type_defs.protocols import JSONreprProtocol, ToDictProtocol
3636

37-
__version__ = "4.2.0"
37+
__version__ = "4.3.0"
3838

3939
# constants for DeletionPolicy and UpdateReplacePolicy
4040
Delete = "Delete"

0 commit comments

Comments
 (0)