aws-sdk-ecrpublic 1.40.0 → 1.42.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: 33df06bd7e4c9a7aed5ab8280eed02d94b19fa79e2fd95867e3d3e5bd8c2ce5b
4
- data.tar.gz: 95ac5ec2dead3d54983529a4e17b7f346a43dd9644f915db8d645481f5bf285a
3
+ metadata.gz: 614e988b907a8a2b7ca250bcc8f49c708d6a0f34e34cc05c61b650e4028209b9
4
+ data.tar.gz: ba4d6cd40b7d38de5f52ac2f623d882268b703104ae0db15ef52bbb315ad2d17
5
5
  SHA512:
6
- metadata.gz: 0e50ff651b352361fe053f5629eef39d7637d4a275ba415fe25f14446ce7a6050ae48ada8333897f2ab5d705c16d6d86a367c61eeb01259a309fc3f87b63b4fc
7
- data.tar.gz: 51740a10d0810c7ed76e47bc8792be2b4f3a53158dafc35b949e043c19936af010c61e021959ed6555dd487d9ee475e89993e91fdab993f0102fc82257d8df0a
6
+ metadata.gz: e16f885d3350d6098e63aaf118efce0447948b2011d6136aa02f6202808bb732ef25c45c4ca6ce06734a7bfb1609044ece7411f19ddedb8c6fdde93b4c171171
7
+ data.tar.gz: 3d80290b2f7d1c3eb6c5050d9cb14cc2551cfcce63b8d0f02250d8d0cbffb345aa1bde1e8d0973720234efa47bdcf3e2a9f54ef0a1a5e9fecb28dfcd982d0bdf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2024-12-28)
5
+ ------------------
6
+
7
+ * Feature - Restoring custom endpoint functionality for ECR Public
8
+
9
+ 1.41.0 (2024-12-23)
10
+ ------------------
11
+
12
+ * Feature - Add support for Dualstack endpoints
13
+
4
14
  1.40.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.42.0
@@ -1667,7 +1667,7 @@ module Aws::ECRPublic
1667
1667
  tracer: tracer
1668
1668
  )
1669
1669
  context[:gem_name] = 'aws-sdk-ecrpublic'
1670
- context[:gem_version] = '1.40.0'
1670
+ context[:gem_version] = '1.42.0'
1671
1671
  Seahorse::Client::Request.new(handlers, context)
1672
1672
  end
1673
1673
 
@@ -32,7 +32,7 @@ module Aws::ECRPublic
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://api.ecr-public-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -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.40.0'
57
+ GEM_VERSION = '1.42.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.40.0
4
+ version: 1.42.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core