aws-sdk-ecrpublic 1.44.0 → 1.45.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: ad37e8e136a079b736e06bea8b395c8fcafa39d85810e81b29b92600cbdaff56
4
- data.tar.gz: 7b78388a6930ab36fe8af02a2d64e580ea45e2bb9c459b8c6b64c5fa5105bd94
3
+ metadata.gz: 0f81e105cc1846d906c33fb9671111ff794e1779a06151b0d55334a3221da4c4
4
+ data.tar.gz: 47977a3a3da5a3656ecaac280aad8860ff67880f6c7b3d75db74334ed767be08
5
5
  SHA512:
6
- metadata.gz: a313857378e0514457e9241b838d48570f53d45d67fab132e7aa4a61a052391326167da785a1466be9c0d56d22fac3e902cc8826ea11a0e9f026788187371192
7
- data.tar.gz: a1e103ce7e8a7d5694cc47f61efbfe0df6a66b58487797055e3b8f498a79218757cca5694a0554abf7e0483ae91102afda9ff1b29b2192a11bc0a1f894c57dd5
6
+ metadata.gz: e2e9bf73f90fc49b1c6aedf3888435cbbf147d49cde2443123745c5d34ea377f8176549c0ad4b13c69c0cb051bee1e363f4ec3e5d6b9a9dc84dda8659d2c7527
7
+ data.tar.gz: 9fb0ab96c98771f2af3334669b8ca5231ba96159aa356d2fe511da9ec5dca06a04f4211559dd457e97afcc6dfd95ab6b07877e045789d8eb1215d09d4aee8681
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2025-01-30)
5
+ ------------------
6
+
7
+ * Feature - Temporarily updating dualstack endpoint support
8
+
4
9
  1.44.0 (2025-01-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.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.44.0'
1693
+ context[:gem_version] = '1.45.0'
1694
1694
  Seahorse::Client::Request.new(handlers, context)
1695
1695
  end
1696
1696
 
@@ -39,9 +39,6 @@ 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
45
42
  return Aws::Endpoints::Endpoint.new(url: "https://api.ecr-public.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
46
43
  end
47
44
  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.44.0'
57
+ GEM_VERSION = '1.45.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.44.0
4
+ version: 1.45.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-29 00:00:00.000000000 Z
11
+ date: 2025-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core