aws-sdk-ecrpublic 1.43.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fbb20aa8dc9b854f75273f013ed8c6003cee42087e848ac99b064cb8c640df1
4
- data.tar.gz: 28b8e3ef1ea260e0770b80267c1269bcff89e1526e76f3697762fb8d904f3285
3
+ metadata.gz: ad37e8e136a079b736e06bea8b395c8fcafa39d85810e81b29b92600cbdaff56
4
+ data.tar.gz: 7b78388a6930ab36fe8af02a2d64e580ea45e2bb9c459b8c6b64c5fa5105bd94
5
5
  SHA512:
6
- metadata.gz: 955b7215f488ab639145ef6974e3ab0074011deb7a42851e143929f5a2cf3d6cd6c4974017f6ba39b25365a0ad6b0291a5e0752c5b4a2c42698631a9b9c04f83
7
- data.tar.gz: 12a701bfe0e1f90aac129855b4535484ffd7c3735fb3da13cdca35a9804182fcd92391449985043668be83fba3e9a8c97a7d3b534abff4bf8e9b800444c1b145
6
+ metadata.gz: a313857378e0514457e9241b838d48570f53d45d67fab132e7aa4a61a052391326167da785a1466be9c0d56d22fac3e902cc8826ea11a0e9f026788187371192
7
+ data.tar.gz: a1e103ce7e8a7d5694cc47f61efbfe0df6a66b58487797055e3b8f498a79218757cca5694a0554abf7e0483ae91102afda9ff1b29b2192a11bc0a1f894c57dd5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2025-01-29)
5
+ ------------------
6
+
7
+ * Feature - Add support for Dualstack Endpoints
8
+
4
9
  1.43.0 (2025-01-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -1690,7 +1690,7 @@ module Aws::ECRPublic
1690
1690
  tracer: tracer
1691
1691
  )
1692
1692
  context[:gem_name] = 'aws-sdk-ecrpublic'
1693
- context[:gem_version] = '1.43.0'
1693
+ context[:gem_version] = '1.44.0'
1694
1694
  Seahorse::Client::Request.new(handlers, context)
1695
1695
  end
1696
1696
 
@@ -39,6 +39,9 @@ module Aws::ECRPublic
39
39
  end
40
40
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
41
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ if Aws::Endpoints::Matchers.string_equals?("aws", Aws::Endpoints::Matchers.attr(partition_result, "name"))
43
+ return Aws::Endpoints::Endpoint.new(url: "https://ecr-public.#{region}.api.aws", headers: {}, properties: {})
44
+ end
42
45
  return Aws::Endpoints::Endpoint.new(url: "https://api.ecr-public.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
46
  end
44
47
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
@@ -54,7 +54,7 @@ module Aws::ECRPublic
54
54
  autoload :EndpointProvider, 'aws-sdk-ecrpublic/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ecrpublic/endpoints'
56
56
 
57
- GEM_VERSION = '1.43.0'
57
+ GEM_VERSION = '1.44.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecrpublic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.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: 2025-01-15 00:00:00.000000000 Z
11
+ date: 2025-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core