aws-sdk-ecr 1.122.0 → 1.124.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: f004d94b90082dc41148b09067bcdb7285d85e1f078fc8cd359ed6f26539ae42
4
- data.tar.gz: 339b0417dd5da5e8a9c76dbdef0cf63515c3831bae9c5b6c0c359f78f9ec2724
3
+ metadata.gz: ae020244a71a0425f663c290dc828729ce487e61827f868cc2ca4a16dbfe248a
4
+ data.tar.gz: 66054b4059ba2adb04e05c282c737f8d1ecf8e4c845a389bca250401798fb573
5
5
  SHA512:
6
- metadata.gz: 9b0f81801d842d8caaec65e9bc7b204aa2604e1c8ddf4e074041f8f00e4a6964ab56b12239cd7807bea85da042fdda4038797814e17e97ab84bfbcf64c572ef1
7
- data.tar.gz: 6f62251b3774004eb50e1e1b6d5394832e46fa1ba2002908f2224fdb4ebcca719d4a293fc87895be8b01ed92ddd15b97b3defbdeb23279430b12b5fc5154f3c1
6
+ metadata.gz: 282e25fcf6efb5c6573f8093fb38ea3a41409936f2c2ee6cc98de2cddd47b7f86527a8bced8714f30bb2c3d487458776f66209b4c06294db5fc6764c3d938aa4
7
+ data.tar.gz: 888588b4c6a5ca644e43b86b84a6f003eeb97a5e35772d534f2f1880fb3db410ed170e11fba8b3e7f8576d5d0e829a036a70bd2be0441194d2ca1419b076f84d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2026-03-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.123.0 (2026-03-12)
10
+ ------------------
11
+
12
+ * Feature - Add Chainguard to PTC upstreamRegistry enum
13
+
4
14
  1.122.0 (2026-02-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.122.0
1
+ 1.124.0
@@ -911,7 +911,7 @@ module Aws::ECR
911
911
  # ecr_repository_prefix: "PullThroughCacheRuleRepositoryPrefix", # required
912
912
  # upstream_registry_url: "Url", # required
913
913
  # registry_id: "RegistryId",
914
- # upstream_registry: "ecr", # accepts ecr, ecr-public, quay, k8s, docker-hub, github-container-registry, azure-container-registry, gitlab-container-registry
914
+ # upstream_registry: "ecr", # accepts ecr, ecr-public, quay, k8s, docker-hub, github-container-registry, azure-container-registry, gitlab-container-registry, chainguard
915
915
  # credential_arn: "CredentialArn",
916
916
  # custom_role_arn: "CustomRoleArn",
917
917
  # upstream_repository_prefix: "PullThroughCacheRuleRepositoryPrefix",
@@ -923,7 +923,7 @@ module Aws::ECR
923
923
  # resp.upstream_registry_url #=> String
924
924
  # resp.created_at #=> Time
925
925
  # resp.registry_id #=> String
926
- # resp.upstream_registry #=> String, one of "ecr", "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry", "gitlab-container-registry"
926
+ # resp.upstream_registry #=> String, one of "ecr", "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry", "gitlab-container-registry", "chainguard"
927
927
  # resp.credential_arn #=> String
928
928
  # resp.custom_role_arn #=> String
929
929
  # resp.upstream_repository_prefix #=> String
@@ -2093,7 +2093,7 @@ module Aws::ECR
2093
2093
  # resp.pull_through_cache_rules[0].credential_arn #=> String
2094
2094
  # resp.pull_through_cache_rules[0].custom_role_arn #=> String
2095
2095
  # resp.pull_through_cache_rules[0].upstream_repository_prefix #=> String
2096
- # resp.pull_through_cache_rules[0].upstream_registry #=> String, one of "ecr", "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry", "gitlab-container-registry"
2096
+ # resp.pull_through_cache_rules[0].upstream_registry #=> String, one of "ecr", "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry", "gitlab-container-registry", "chainguard"
2097
2097
  # resp.pull_through_cache_rules[0].updated_at #=> Time
2098
2098
  # resp.next_token #=> String
2099
2099
  #
@@ -4527,7 +4527,7 @@ module Aws::ECR
4527
4527
  tracer: tracer
4528
4528
  )
4529
4529
  context[:gem_name] = 'aws-sdk-ecr'
4530
- context[:gem_version] = '1.122.0'
4530
+ context[:gem_version] = '1.124.0'
4531
4531
  Seahorse::Client::Request.new(handlers, context)
4532
4532
  end
4533
4533
 
data/lib/aws-sdk-ecr.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ECR
55
55
  autoload :EndpointProvider, 'aws-sdk-ecr/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ecr/endpoints'
57
57
 
58
- GEM_VERSION = '1.122.0'
58
+ GEM_VERSION = '1.124.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -162,7 +162,7 @@ module Aws
162
162
  def upstream_registry_url: () -> ::String
163
163
  def created_at: () -> ::Time
164
164
  def registry_id: () -> ::String
165
- def upstream_registry: () -> ("ecr" | "ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry")
165
+ def upstream_registry: () -> ("ecr" | "ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry" | "chainguard")
166
166
  def credential_arn: () -> ::String
167
167
  def custom_role_arn: () -> ::String
168
168
  def upstream_repository_prefix: () -> ::String
@@ -172,7 +172,7 @@ module Aws
172
172
  ecr_repository_prefix: ::String,
173
173
  upstream_registry_url: ::String,
174
174
  ?registry_id: ::String,
175
- ?upstream_registry: ("ecr" | "ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry"),
175
+ ?upstream_registry: ("ecr" | "ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry" | "chainguard"),
176
176
  ?credential_arn: ::String,
177
177
  ?custom_role_arn: ::String,
178
178
  ?upstream_repository_prefix: ::String
data/sig/types.rbs CHANGED
@@ -111,7 +111,7 @@ module Aws::ECR
111
111
  attr_accessor ecr_repository_prefix: ::String
112
112
  attr_accessor upstream_registry_url: ::String
113
113
  attr_accessor registry_id: ::String
114
- attr_accessor upstream_registry: ("ecr" | "ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry")
114
+ attr_accessor upstream_registry: ("ecr" | "ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry" | "chainguard")
115
115
  attr_accessor credential_arn: ::String
116
116
  attr_accessor custom_role_arn: ::String
117
117
  attr_accessor upstream_repository_prefix: ::String
@@ -123,7 +123,7 @@ module Aws::ECR
123
123
  attr_accessor upstream_registry_url: ::String
124
124
  attr_accessor created_at: ::Time
125
125
  attr_accessor registry_id: ::String
126
- attr_accessor upstream_registry: ("ecr" | "ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry")
126
+ attr_accessor upstream_registry: ("ecr" | "ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry" | "chainguard")
127
127
  attr_accessor credential_arn: ::String
128
128
  attr_accessor custom_role_arn: ::String
129
129
  attr_accessor upstream_repository_prefix: ::String
@@ -912,7 +912,7 @@ module Aws::ECR
912
912
  attr_accessor credential_arn: ::String
913
913
  attr_accessor custom_role_arn: ::String
914
914
  attr_accessor upstream_repository_prefix: ::String
915
- attr_accessor upstream_registry: ("ecr" | "ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry")
915
+ attr_accessor upstream_registry: ("ecr" | "ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry" | "chainguard")
916
916
  attr_accessor updated_at: ::Time
917
917
  SENSITIVE: []
918
918
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.122.0
4
+ version: 1.124.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.241.4
21
+ version: 3.244.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.241.4
31
+ version: 3.244.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement