aws-sdk-ecr 1.70.0 → 1.72.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: 45b47e1275c8dac56bc91cc9919bd14be37fa060eddfb4b4cef1b20c3eb53b67
4
- data.tar.gz: 5ad209be6a0346a47ed3ab4fd8428cb2468edcf0fe37826e7608a72d1ca7fec9
3
+ metadata.gz: bb0f25349f00f66b8db38c185f5b0c2de78c36e4e9abaab08326bc88c64304ad
4
+ data.tar.gz: 753473dd68a2801f52eac820f8a5d559988bb24aef55d50527ddcea27763b042
5
5
  SHA512:
6
- metadata.gz: 83128e42021ef07c03b357b698c9696fce1a452075fc4835c609904a9a5548000bd7fb2f8852f186a3395ab43ebba5406affa66c63a24158afb4f11d41574613
7
- data.tar.gz: 68db565b6e92ccf8c6debe433a996f61cf7999433b9a9781f2cf44e7f9b3828aef17124046167ba27434bef28128bb9beeb12e46e659ca917f5d198c15b1a40e
6
+ metadata.gz: 26995c31c3b5af36c7d8f81f4d21bb2494ddfcfa27c5d3b05b6c9df078470fab46b8fac6635c14ce8558228c736368beb927995750e34b6fc445d02367097e80
7
+ data.tar.gz: d9ebde272c5b6a6aa7a2536709fdcfbaa57e54607133286cc8066325ed7a6d0a1913397c4450156c08bb8dd6a403fcbde84d62bb32e2bc751ed61d820814f752
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.71.0 (2024-05-08)
10
+ ------------------
11
+
12
+ * Feature - This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
13
+
4
14
  1.70.0 (2024-04-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.72.0
@@ -301,8 +301,9 @@ module Aws::ECR
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -801,6 +802,9 @@ module Aws::ECR
801
802
  # * Microsoft Azure Container Registry (`azure-container-registry`) -
802
803
  # `<custom>.azurecr.io`
803
804
  #
805
+ # * GitLab Container Registry (`gitlab-container-registry`) -
806
+ # `registry.gitlab.com`
807
+ #
804
808
  # @option params [String] :registry_id
805
809
  # The Amazon Web Services account ID associated with the registry to
806
810
  # create the pull through cache rule for. If you do not specify a
@@ -829,7 +833,7 @@ module Aws::ECR
829
833
  # ecr_repository_prefix: "PullThroughCacheRuleRepositoryPrefix", # required
830
834
  # upstream_registry_url: "Url", # required
831
835
  # registry_id: "RegistryId",
832
- # upstream_registry: "ecr-public", # accepts ecr-public, quay, k8s, docker-hub, github-container-registry, azure-container-registry
836
+ # upstream_registry: "ecr-public", # accepts ecr-public, quay, k8s, docker-hub, github-container-registry, azure-container-registry, gitlab-container-registry
833
837
  # credential_arn: "CredentialArn",
834
838
  # })
835
839
  #
@@ -839,7 +843,7 @@ module Aws::ECR
839
843
  # resp.upstream_registry_url #=> String
840
844
  # resp.created_at #=> Time
841
845
  # resp.registry_id #=> String
842
- # resp.upstream_registry #=> String, one of "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry"
846
+ # resp.upstream_registry #=> String, one of "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry", "gitlab-container-registry"
843
847
  # resp.credential_arn #=> String
844
848
  #
845
849
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreatePullThroughCacheRule AWS API Documentation
@@ -1549,7 +1553,7 @@ module Aws::ECR
1549
1553
  # resp.pull_through_cache_rules[0].created_at #=> Time
1550
1554
  # resp.pull_through_cache_rules[0].registry_id #=> String
1551
1555
  # resp.pull_through_cache_rules[0].credential_arn #=> String
1552
- # resp.pull_through_cache_rules[0].upstream_registry #=> String, one of "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry"
1556
+ # resp.pull_through_cache_rules[0].upstream_registry #=> String, one of "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry", "gitlab-container-registry"
1553
1557
  # resp.pull_through_cache_rules[0].updated_at #=> Time
1554
1558
  # resp.next_token #=> String
1555
1559
  #
@@ -3035,7 +3039,7 @@ module Aws::ECR
3035
3039
  params: params,
3036
3040
  config: config)
3037
3041
  context[:gem_name] = 'aws-sdk-ecr'
3038
- context[:gem_version] = '1.70.0'
3042
+ context[:gem_version] = '1.72.0'
3039
3043
  Seahorse::Client::Request.new(handlers, context)
3040
3044
  end
3041
3045
 
@@ -1200,6 +1200,7 @@ module Aws::ECR
1200
1200
  "endpointPrefix" => "api.ecr",
1201
1201
  "jsonVersion" => "1.1",
1202
1202
  "protocol" => "json",
1203
+ "protocols" => ["json"],
1203
1204
  "serviceAbbreviation" => "Amazon ECR",
1204
1205
  "serviceFullName" => "Amazon EC2 Container Registry",
1205
1206
  "serviceId" => "ECR",
@@ -361,6 +361,9 @@ module Aws::ECR
361
361
  #
362
362
  # * Microsoft Azure Container Registry (`azure-container-registry`) -
363
363
  # `<custom>.azurecr.io`
364
+ #
365
+ # * GitLab Container Registry (`gitlab-container-registry`) -
366
+ # `registry.gitlab.com`
364
367
  # @return [String]
365
368
  #
366
369
  # @!attribute [rw] registry_id
data/lib/aws-sdk-ecr.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ecr/customizations'
53
53
  # @!group service
54
54
  module Aws::ECR
55
55
 
56
- GEM_VERSION = '1.70.0'
56
+ GEM_VERSION = '1.72.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -156,7 +156,7 @@ module Aws
156
156
  def upstream_registry_url: () -> ::String
157
157
  def created_at: () -> ::Time
158
158
  def registry_id: () -> ::String
159
- def upstream_registry: () -> ("ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry")
159
+ def upstream_registry: () -> ("ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry")
160
160
  def credential_arn: () -> ::String
161
161
  end
162
162
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ECR/Client.html#create_pull_through_cache_rule-instance_method
@@ -164,7 +164,7 @@ module Aws
164
164
  ecr_repository_prefix: ::String,
165
165
  upstream_registry_url: ::String,
166
166
  ?registry_id: ::String,
167
- ?upstream_registry: ("ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry"),
167
+ ?upstream_registry: ("ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry"),
168
168
  ?credential_arn: ::String
169
169
  ) -> _CreatePullThroughCacheRuleResponseSuccess
170
170
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePullThroughCacheRuleResponseSuccess
data/sig/types.rbs CHANGED
@@ -104,7 +104,7 @@ module Aws::ECR
104
104
  attr_accessor ecr_repository_prefix: ::String
105
105
  attr_accessor upstream_registry_url: ::String
106
106
  attr_accessor registry_id: ::String
107
- attr_accessor upstream_registry: ("ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry")
107
+ attr_accessor upstream_registry: ("ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry")
108
108
  attr_accessor credential_arn: ::String
109
109
  SENSITIVE: []
110
110
  end
@@ -114,7 +114,7 @@ module Aws::ECR
114
114
  attr_accessor upstream_registry_url: ::String
115
115
  attr_accessor created_at: ::Time
116
116
  attr_accessor registry_id: ::String
117
- attr_accessor upstream_registry: ("ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry")
117
+ attr_accessor upstream_registry: ("ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry")
118
118
  attr_accessor credential_arn: ::String
119
119
  SENSITIVE: []
120
120
  end
@@ -702,7 +702,7 @@ module Aws::ECR
702
702
  attr_accessor created_at: ::Time
703
703
  attr_accessor registry_id: ::String
704
704
  attr_accessor credential_arn: ::String
705
- attr_accessor upstream_registry: ("ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry")
705
+ attr_accessor upstream_registry: ("ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry")
706
706
  attr_accessor updated_at: ::Time
707
707
  SENSITIVE: []
708
708
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.72.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core