From f4c94df555bea256af984ad2d3384a10003f0f39 Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Mon, 29 Apr 2024 12:36:16 -0700 Subject: [PATCH] Release 4.8.0 --- CHANGELOG.rst | 17 +++++++++++++++++ docs/conf.py | 2 +- troposphere/__init__.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7d69f12fb..16e454ee8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,20 @@ +4.8.0 (2024*04*29) +------------------------------- +* Updates from spec version 165.0.0 (#2230) +* Updates from spec version 166.0.0 +* Updates from spec version 167.0.0 +* Updates from spec version 167.1.0 +* Add syn-nodejs-puppeteer-7.0 as valid Synthetics::Canary runtime (#2234) +* DLM::LifecyclePolicy CreateRule.Interval: allow 1 as a valid interval (#2238) +* Add FilterCriteria to Serverless KinesisEvent (#2235) +* Fix Serverless MQEvent SourceAccessConfigurations property type (#2236) +* Updates from spec version 168.0.0 +* Updates from spec version 169.0.0 +* Updates from spec version 170.0.0 +* Updates from spec version 171.0.0 (#2240) +* Update copyright year for generated files +* Add new AWS resources + 4.7.0 (2024*03*10) ------------------------------- * Breaking change: AppConfig::Environment.Monitors was renamed to AppConfig::Environment.Monitor diff --git a/docs/conf.py b/docs/conf.py index 996cda159..3438b101a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "4.7.0" +release = "4.8.0" # -- General configuration --------------------------------------------------- diff --git a/troposphere/__init__.py b/troposphere/__init__.py index 19d79ac31..a9bb3cd95 100644 --- a/troposphere/__init__.py +++ b/troposphere/__init__.py @@ -41,7 +41,7 @@ else: from typing import Final -__version__ = "4.7.0" +__version__ = "4.8.0" # constants for DeletionPolicy and UpdateReplacePolicy Delete: Final = "Delete"