aws-partitions 1.1104.0 → 1.1106.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +2 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f13187d62178e7aeade80c344845c79cdbf751f1f6760645acaa26d1e99e4d0
4
- data.tar.gz: ed8670d16d2ecb3add3d21294a7856710c1b589e5724ca6107f3fef9471c4c5b
3
+ metadata.gz: 6d1a82a2407e7841b4f6928bfa53d5891b0c6d66f15796b084a9775d06fffb5a
4
+ data.tar.gz: 61a3e7096ee27b7c67e68cc753056a189b5100d203f55995198e3600ff0c6182
5
5
  SHA512:
6
- metadata.gz: dbe062fbec68ca9c7aec573c45dbbc2899d6c5fed6477486e2fb5d858b67479bd66fb4110b7802fcd05cee09bf8423d82e5f0796a1f8c08df218216b04be74f7
7
- data.tar.gz: a61718cfb54f85989e658b1bf3655bbcec013d373ffae09febbd2d59bfd81a56f59da76aacc55477ab2f3c6e6abe60f856f996a67de327fb8c2675f7f1640340
6
+ metadata.gz: 958024bc805efc9cbd59f611296602f3ce43b83b86faa38de216f4c7e2457132e91a7b6ca6e9af9dad1cb7b4e249bc19f6c2b6d2c3597fdfffde0dc1b55b0de1
7
+ data.tar.gz: e9e1ad75e5ec0a07f744a3d58da25c3251fbd77acda5b01dad9cb0609bdfde8b79445e05b0697fbe09acc788f5ef8f19079e7a1c6c1e7524c772fb30e506209d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1106.0 (2025-05-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1105.0 (2025-05-19)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1104.0 (2025-05-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1104.0
1
+ 1.1106.0
data/partitions.json CHANGED
@@ -746,6 +746,7 @@
746
746
  "ap-northeast-2" : { },
747
747
  "ap-northeast-3" : { },
748
748
  "ap-south-1" : { },
749
+ "ap-south-2" : { },
749
750
  "ap-southeast-1" : { },
750
751
  "ap-southeast-2" : { },
751
752
  "ca-central-1" : { },
@@ -22432,6 +22433,7 @@
22432
22433
  "eu-west-1" : { },
22433
22434
  "eu-west-2" : { },
22434
22435
  "eu-west-3" : { },
22436
+ "il-central-1" : { },
22435
22437
  "me-central-1" : { },
22436
22438
  "me-south-1" : { },
22437
22439
  "sa-east-1" : { },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1104.0
4
+ version: 1.1106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services