aws-sdk-ecr 1.122.0 → 1.123.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: 4bc6ddcb79564cabf2000e25c9f0d27e56e69406eb570159119cac9aac614334
4
+ data.tar.gz: 2d1487cfbee85551e2cc19823eb27cf12ee5294e5e5d6f3e25cd9387a3f61306
5
5
  SHA512:
6
- metadata.gz: 9b0f81801d842d8caaec65e9bc7b204aa2604e1c8ddf4e074041f8f00e4a6964ab56b12239cd7807bea85da042fdda4038797814e17e97ab84bfbcf64c572ef1
7
- data.tar.gz: 6f62251b3774004eb50e1e1b6d5394832e46fa1ba2002908f2224fdb4ebcca719d4a293fc87895be8b01ed92ddd15b97b3defbdeb23279430b12b5fc5154f3c1
6
+ metadata.gz: e7509fd282f7be6ee0329698b5d0f55c1e9f99a9aa2ac1e00fc1259d834b6326cb24defd2960fc8157971a88c7ea37de0b3dcdde5a0364d04cf158745c021a82
7
+ data.tar.gz: 41215a1995ef9e68c81a05321e75e8e3fb5aa1fd605ee1e7c3c08eef75ecf4442acaf4ed79ffc55b4553a266c2be2e1ac7c46d75bbfc84317d84bd68129d32ed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.123.0 (2026-03-12)
5
+ ------------------
6
+
7
+ * Feature - Add Chainguard to PTC upstreamRegistry enum
8
+
4
9
  1.122.0 (2026-02-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.122.0
1
+ 1.123.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.123.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.123.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.123.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services