aws-partitions 1.1217.0 → 1.1218.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +1 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 12fe0c297900cf477eebb611ef6829e6267410a0b1624667462b38525f02748b
4
- data.tar.gz: e856ca7360a6ad6070a78a5f0c7384e477a7dbff423437fc0a8fa3978c6c9398
3
+ metadata.gz: 895431c3991eb141cb6a41d3ef3e0b7999338f3f70a4b533dfd56086a02b9642
4
+ data.tar.gz: 74bd89c7cfe39ea4f575ebdf7e1e97f176a9ffa416a6176e8e6a0a1a1e7ffbe0
5
5
  SHA512:
6
- metadata.gz: b1f3c0864947c7c2cb28a5d3abb03556adcbb57a284a1161e43ec5b1d898a51ebe2364bd8928cdec20a683d911426e5ec4ce05020a300b57434e8c4d279c93f1
7
- data.tar.gz: c89698aadf32fc2a7479327097bd0e8cb41b293ccf4f45c31c6fc63c35568874110609ab3cbc401f9bc2a107406d82b62522f0dbe4e5b1d0fafd987e6698c8fa
6
+ metadata.gz: 21bb59096ebc8cbd3e580c56aa578f606b78b0bb35ada5ed1f5c8293b9a118c7516ca60b6d67c2da1a8dc9e7f1cb3480d89ee679724d3dbce3de65b8c8027f0e
7
+ data.tar.gz: 0ae5f8efe675e1de7e9a7b0f0f8fc2d72e32cd5a1ac90968239ce488a37ef8e8e86c2ac960393a06cdfc5f596e46f743068e3f8595e9e60a31fab24fd4d0a79f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1218.0 (2026-02-23)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1217.0 (2026-02-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1217.0
1
+ 1.1218.0
data/partitions.json CHANGED
@@ -16416,6 +16416,7 @@
16416
16416
  "ap-southeast-1" : { },
16417
16417
  "ap-southeast-2" : { },
16418
16418
  "ap-southeast-4" : { },
16419
+ "ap-southeast-5" : { },
16419
16420
  "ca-central-1" : { },
16420
16421
  "eu-central-1" : { },
16421
16422
  "eu-north-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.1217.0
4
+ version: 1.1218.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services