Skip to content

Commit

Permalink
bump to layers using rdklib 0.3.5 and version bump rdk
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorrissirromb committed Dec 9, 2023
1 parent 3ef9600 commit e1e9080
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion rdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
32 changes: 16 additions & 16 deletions rdk/rdklib_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e1e9080

Please sign in to comment.