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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecr/client.rb +4 -4
- data/lib/aws-sdk-ecr.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4bc6ddcb79564cabf2000e25c9f0d27e56e69406eb570159119cac9aac614334
|
|
4
|
+
data.tar.gz: 2d1487cfbee85551e2cc19823eb27cf12ee5294e5e5d6f3e25cd9387a3f61306
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7509fd282f7be6ee0329698b5d0f55c1e9f99a9aa2ac1e00fc1259d834b6326cb24defd2960fc8157971a88c7ea37de0b3dcdde5a0364d04cf158745c021a82
|
|
7
|
+
data.tar.gz: 41215a1995ef9e68c81a05321e75e8e3fb5aa1fd605ee1e7c3c08eef75ecf4442acaf4ed79ffc55b4553a266c2be2e1ac7c46d75bbfc84317d84bd68129d32ed
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.123.0
|
data/lib/aws-sdk-ecr/client.rb
CHANGED
|
@@ -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.
|
|
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
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
|