aws-sdk-ecrpublic 1.47.0 → 1.48.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b390d59dae90bb60bce9cbcc66705c05fef9c6ef8de3727086a984f97e8105cb
4
- data.tar.gz: 12c738c50c244641a62b1b0853fff2c87c76f16ca9fcf80cce8dfa0b6363c902
3
+ metadata.gz: 54ab0c701c477a30390b7b43399326ddc822216a437120c2a27de28d6e2e3016
4
+ data.tar.gz: 6ac23717df4b0875e9d3b72ff66a6004c85f32b6e315cc83a4c1948feba1a038
5
5
  SHA512:
6
- metadata.gz: ca71dc91e2a6649c2a3479b662bba4410d67a69789a50a3972b25961691799543bd6c91e9241073ce7673335cf67feb799d1cc947cf5bd604eecfd84db3bb966
7
- data.tar.gz: 8ec5c8ab444f32f561d7e14688664ac014f80ae9b5920d77491085fcb6b42c5e71df06e1f9709e523f98a9be330e761fbb17ba463d776b7d0f1e909524589aaf
6
+ metadata.gz: 4aeccf8dcbff2c07f387346cfb29e54a6a7585cc0dce9782f82f0bfc51a4e33e8bb6f44ca75cd9a673f87eaf20cfe5c65eade5e8a0ea7ddf244602f765a42a13
7
+ data.tar.gz: 810df217683dabaa19a8c96bcfb5bdc676cf513f98ae6331d24af22b6b8ab27ce012f22d93b31d5bd80d5c48c643b649476f9ba929e3d2fe0067948eecf48a4d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2025-04-30)
5
+ ------------------
6
+
7
+ * Feature - Adds dualstack support for Amazon Elastic Container Registry Public (Amazon ECR Public).
8
+
4
9
  1.47.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.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.47.0'
1693
+ context[:gem_version] = '1.48.0'
1694
1694
  Seahorse::Client::Request.new(handlers, context)
1695
1695
  end
1696
1696
 
@@ -35,6 +35,9 @@ module Aws::ECRPublic
35
35
  end
36
36
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
37
37
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
38
+ if Aws::Endpoints::Matchers.string_equals?("aws", Aws::Endpoints::Matchers.attr(partition_result, "name"))
39
+ return Aws::Endpoints::Endpoint.new(url: "https://ecr-public.#{parameters.region}.api.aws", headers: {}, properties: {})
40
+ end
38
41
  return Aws::Endpoints::Endpoint.new(url: "https://api.ecr-public.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
39
42
  end
40
43
  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.47.0'
57
+ GEM_VERSION = '1.48.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.47.0
4
+ version: 1.48.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-02-18 00:00:00.000000000 Z
11
+ date: 2025-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core