aws-partitions 1.1178.0 → 1.1179.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: 2ae49795aa7c974a320ff3aa9156d3c5662d383256bf586944170382bc565a12
4
- data.tar.gz: b84668606c4fbf5a00f59b68c6146057936a123ee209d647987e8177d51e9a42
3
+ metadata.gz: 948a2bad9d1c48a7c73eb16263daf5c10ce1afd34567c32d35da5d73b8de6dbd
4
+ data.tar.gz: 7141a896d7dadc60a098e6c1731fd1acb8adfb531687503ed3d100273fdc08c9
5
5
  SHA512:
6
- metadata.gz: db1094095a210fb9cec730f7f15abc5024e823baa0dfca4c78695ed7f9055d3b8533b05c4f3d7d794ba8c6d7be81368ea3403f045a013c6f5f2c60ccdbed7ca3
7
- data.tar.gz: ff2668a2c582b09e45b8a966b9e55dfaf86217a8146d42c330fa7513d116b6535ff5acf1591b1e8b4a70bf2026ac70bcafc7e2b471912e15328e05b55467f627
6
+ metadata.gz: 3c8fb5c7ba62c57a18d342090a4c74fae3058a01410c38a7b886df841c59ec373ff6f78c91044b857d17868f142809a272ffb1ba4b077ded28732bdba7041ee1
7
+ data.tar.gz: d1e55ab14c9999352624e702363f1aef88bb7354fd3b340c30df43fe5626bc5cf4dd6170e464742ea5e416fb8a35f9cc61d0c1696f08cba1b73de215c38eb037
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1179.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1178.0 (2025-10-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1178.0
1
+ 1.1179.0
data/partitions.json CHANGED
@@ -6685,6 +6685,7 @@
6685
6685
  "ap-southeast-3" : { },
6686
6686
  "ap-southeast-4" : { },
6687
6687
  "ap-southeast-5" : { },
6688
+ "ap-southeast-6" : { },
6688
6689
  "ap-southeast-7" : { },
6689
6690
  "ca-central-1" : {
6690
6691
  "variants" : [ {
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.1178.0
4
+ version: 1.1179.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services