Skip to content

Commit

Permalink
Release 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Sep 30, 2024
1 parent 96d8d8e commit a71c4e1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
4.8.2 (2024*09*30)
-------------------------------
* Update SSM OperatingSystem validator (#2256)
* Updates from spec version 180.0.0 (updated)
* Updates from spec version 182.0.0 (#2257)
* The APIGateway Integration timeout can now be increased beyond 29,000 milliseconds. Removing upper limit. (#2258)
* Convert to using pytest instead of "setup.py test"
* Updates from spec version 183.0.0 (#2259)
* Allow TZ as a lambda env var
* Updates from spec version 184.0.0 (#2263)
* Update ElastiCache instance types (#2262)
* Fix Chatbot::SlackChannelConfiguration LoggingLevel validation (Fixes #2264)
* Update node from 17 to 22 for test action
* Updates from spec version 185.0.0 (#2267)
* Update kinesisanalyticsv2 VALID_RUNTIME_ENVIRONMENTS (#2266)
* Updates from spec version 185.0.1 (#2269)
* Validate the type for Tags (#2270)
* Add new AWS resources

4.8.1 (2024*06*28)
-------------------------------
* Update copyright year in generated files
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "4.8.1"
release = "4.8.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion troposphere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
else:
from typing import Final

__version__ = "4.8.1"
__version__ = "4.8.2"

# constants for DeletionPolicy and UpdateReplacePolicy
Delete: Final = "Delete"
Expand Down

0 comments on commit a71c4e1

Please sign in to comment.