Skip to content

Commit e1e9080

Browse files
bump to layers using rdklib 0.3.5 and version bump rdk
1 parent 3ef9600 commit e1e9080

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 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.
88
[tool.poetry]
99
name = "rdk"
10-
version = "0.17.5"
10+
version = "0.17.6"
1111
description = "Rule Development Kit CLI for AWS Config"
1212
authors = [
1313
"AWS RDK Maintainers <[email protected]>",

rdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
#
77
# 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.
88

9-
MY_VERSION = "0.17.5"
9+
MY_VERSION = "0.17.6"

rdk/rdklib_versions.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# Layers are published to each region, which is why some have more versions than others.
44
# This file was automatically generated by update_rdklib_versions.py; check for accuracy before deploying.
55
rdklib_layer_versions:
6-
ap-northeast-1: 22
7-
ap-northeast-2: 22
8-
ap-south-1: 22
9-
ap-southeast-1: 81
10-
ap-southeast-2: 20
11-
ca-central-1: 22
12-
eu-central-1: 21
13-
eu-north-1: 21
14-
eu-west-1: 22
15-
eu-west-2: 18
16-
eu-west-3: 22
17-
sa-east-1: 22
18-
us-east-1: 23
19-
us-east-2: 84
20-
us-west-1: 20
21-
us-west-2: 21
6+
ap-northeast-1: 23
7+
ap-northeast-2: 23
8+
ap-south-1: 23
9+
ap-southeast-1: 82
10+
ap-southeast-2: 21
11+
ca-central-1: 23
12+
eu-central-1: 22
13+
eu-north-1: 22
14+
eu-west-1: 23
15+
eu-west-2: 19
16+
eu-west-3: 23
17+
sa-east-1: 23
18+
us-east-1: 24
19+
us-east-2: 85
20+
us-west-1: 21
21+
us-west-2: 22

0 commit comments

Comments
 (0)