aws-partitions 1.454.0 → 1.455.0

Sign up to get free protection for your applications and to get access to all the features.
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 +2 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17f8721490c074c641ed8fc245f3179e6b2ce96ded03ae6886e9b3bd8ac973af
4
- data.tar.gz: 4e28528aee95510030ffefaf2ebca845b39b4feadf0cec7e694d559f30a5141a
3
+ metadata.gz: 63f580991b1d6c324fb71f4dedc1f785a211657d0add7685bffb7db7dba03d1c
4
+ data.tar.gz: '08beac1052d6771d3ea039c5fbc687081750bd2c4ba7b5f4af7833dbf6c9c82b'
5
5
  SHA512:
6
- metadata.gz: 40a936bd20e71c58b5da4e577a1343d68664406b67c81d9a036978c6aaae00bfe3de0d7cc0d68501b58ad4f0c465c9b8b7dcdf25c10ce77ca95f729a713547e7
7
- data.tar.gz: e3bf0cc6723c9b381e893ff6e4b486d0c5c185152caef9cec70485e90a4795dd6a0e07a84b4d07d1a367cb5eeae8136adba5a43d98b1a0b73dabb14669a735a0
6
+ metadata.gz: 86389c705a916951ce5c8f78ccf946a8ce1d14f3956ee139ea8bcf146478a1e51a4d1052583c5740e7f7cbd3bce7a522979124e5a11c0e3152d29a4bf5234e0e
7
+ data.tar.gz: 8fe77217dc417c37d88d127e9a4bf4595e4555465ac396d06c317c4eac1b99d3729d0ce41face4dda7f7a36919bff27bb0b9ebc146b8136047e70aa53ae478e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.455.0 (2021-05-12)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.454.0 (2021-05-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.454.0
1
+ 1.455.0
data/partitions.json CHANGED
@@ -2696,8 +2696,10 @@
2696
2696
  "ap-southeast-2" : { },
2697
2697
  "ca-central-1" : { },
2698
2698
  "eu-central-1" : { },
2699
+ "eu-north-1" : { },
2699
2700
  "eu-west-1" : { },
2700
2701
  "eu-west-2" : { },
2702
+ "eu-west-3" : { },
2701
2703
  "us-east-1" : { },
2702
2704
  "us-east-2" : { },
2703
2705
  "us-west-1" : { },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.454.0
4
+ version: 1.455.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-11 00:00:00.000000000 Z
11
+ date: 2021-05-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: