Skip to content

Commit

Permalink
Release 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Mar 10, 2024
1 parent c395c20 commit 982cb38
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
4.?.? (2024*??*??)
4.7.0 (2024*03*10)
-------------------------------
* Breaking change: AppConfig::Environment.Monitors was renamed to AppConfig::Environment.Monitor
* Validate CoreNetworkArn for a valid EC2 Route descriptor
* Fix RDS validator for gp3 iops/allocated_storage ratio check (#2225)
* Fix lint issue in recent change to test_rds.py
* Updates from spec version 158.0.0
* Updates from spec version 159.0.0
* Updates from spec version 160.0.0 (#2226)
* Add syn-nodejs-puppeteer-6.2 as valid canary runtime (#2228)
* Updates from spec version 161.0.0
* Updates from spec version 162.0.0
* Update actions for node 16 => 20
* Update to peter-evans/create-pull-request@v6
* Updates from spec version 163.0.0 (#2227)
* Updates from spec version 164.0.0 (#2229)
* Add AWS:B2BI
* Add AWS::DataZone
* Add AWS::NeptuneGraph
* Add new AWS services to resource doc

4.6.0 (2024*01*06)
-------------------------------
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.6.0"
release = "4.7.0"


# -- 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.6.0"
__version__ = "4.7.0"

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

0 comments on commit 982cb38

Please sign in to comment.