Skip to content

Commit a71c4e1

Browse files
committed
Release 4.8.2
1 parent 96d8d8e commit a71c4e1

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
4.8.2 (2024*09*30)
2+
-------------------------------
3+
* Update SSM OperatingSystem validator (#2256)
4+
* Updates from spec version 180.0.0 (updated)
5+
* Updates from spec version 182.0.0 (#2257)
6+
* The APIGateway Integration timeout can now be increased beyond 29,000 milliseconds. Removing upper limit. (#2258)
7+
* Convert to using pytest instead of "setup.py test"
8+
* Updates from spec version 183.0.0 (#2259)
9+
* Allow TZ as a lambda env var
10+
* Updates from spec version 184.0.0 (#2263)
11+
* Update ElastiCache instance types (#2262)
12+
* Fix Chatbot::SlackChannelConfiguration LoggingLevel validation (Fixes #2264)
13+
* Update node from 17 to 22 for test action
14+
* Updates from spec version 185.0.0 (#2267)
15+
* Update kinesisanalyticsv2 VALID_RUNTIME_ENVIRONMENTS (#2266)
16+
* Updates from spec version 185.0.1 (#2269)
17+
* Validate the type for Tags (#2270)
18+
* Add new AWS resources
19+
120
4.8.1 (2024*06*28)
221
-------------------------------
322
* Update copyright year in generated files

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.8.1"
29+
release = "4.8.2"
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.8.1"
44+
__version__ = "4.8.2"
4545

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

0 commit comments

Comments
 (0)