From e1e9080c726f905139072e5a0a9152979bbcbb89 Mon Sep 17 00:00:00 2001 From: Benjamin Morris Date: Fri, 8 Dec 2023 21:47:17 -0800 Subject: [PATCH] bump to layers using rdklib 0.3.5 and version bump rdk --- pyproject.toml | 2 +- rdk/__init__.py | 2 +- rdk/rdklib_versions.yaml | 32 ++++++++++++++++---------------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5013ba5..d8451ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ # or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. [tool.poetry] name = "rdk" -version = "0.17.5" +version = "0.17.6" description = "Rule Development Kit CLI for AWS Config" authors = [ "AWS RDK Maintainers ", diff --git a/rdk/__init__.py b/rdk/__init__.py index 99cc1cc..17cbcdb 100644 --- a/rdk/__init__.py +++ b/rdk/__init__.py @@ -6,4 +6,4 @@ # # or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -MY_VERSION = "0.17.5" +MY_VERSION = "0.17.6" diff --git a/rdk/rdklib_versions.yaml b/rdk/rdklib_versions.yaml index 18e8fcd..20d7fc4 100644 --- a/rdk/rdklib_versions.yaml +++ b/rdk/rdklib_versions.yaml @@ -3,19 +3,19 @@ # Layers are published to each region, which is why some have more versions than others. # This file was automatically generated by update_rdklib_versions.py; check for accuracy before deploying. rdklib_layer_versions: - ap-northeast-1: 22 - ap-northeast-2: 22 - ap-south-1: 22 - ap-southeast-1: 81 - ap-southeast-2: 20 - ca-central-1: 22 - eu-central-1: 21 - eu-north-1: 21 - eu-west-1: 22 - eu-west-2: 18 - eu-west-3: 22 - sa-east-1: 22 - us-east-1: 23 - us-east-2: 84 - us-west-1: 20 - us-west-2: 21 + ap-northeast-1: 23 + ap-northeast-2: 23 + ap-south-1: 23 + ap-southeast-1: 82 + ap-southeast-2: 21 + ca-central-1: 23 + eu-central-1: 22 + eu-north-1: 22 + eu-west-1: 23 + eu-west-2: 19 + eu-west-3: 23 + sa-east-1: 23 + us-east-1: 24 + us-east-2: 85 + us-west-1: 21 + us-west-2: 22