aws-sdk-ecr 1.125.0 → 1.126.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: d27eca7b3a97a4090c26d0257ce8ae6ad172863110ae6d3973a91289da7ed68d
4
- data.tar.gz: 1a5c83538bf5308cc301edd457ee2745940dad2ee2cd9a1d19b7ba6607dda50d
3
+ metadata.gz: 69d4d3f1545236dbd81330e2fd50f7ad31bf3854dad7310dbcde65148dd02f57
4
+ data.tar.gz: bb2bf26fdb1b90f5083e1021d07d7c18b405b9c6a119e5c26fe50e35cd74496d
5
5
  SHA512:
6
- metadata.gz: 397376325764960b98c22abef76c788fc5afde7f92745f2dfe0fdfdebce25751bd9c06dec5a7b869449d79b31d60a33ae8fb4823318863d43d4f7dc6657ce584
7
- data.tar.gz: d6f55dfc31537e09a295efc08d3f0b8f110dcdfbc748cb230accfafcb3ec8a42d9a9892e1bd7957425266df9394acd13c3b8e6ca651568ed4504cf44c5e05d62
6
+ metadata.gz: 9cca2029c883ce9a92b95a126ce95e25675a09a9aba76016ef50d2014fb4453c26ca2fe335dc2a5edcdf4044b404bb057552d94baac62f6503e444f9f2aa471f
7
+ data.tar.gz: dc8f2d36adefe4321ae1ac33d00063fffd9c5d635923a412cca55e72cdf090a4e5184f50529b7e6f1f35bc0bfcc70cc37492ae03f0e603e68476b268e3490202
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.126.0 (2026-04-29)
5
+ ------------------
6
+
7
+ * Feature - Removes support for registry policy V1
8
+
4
9
  1.125.0 (2026-04-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.125.0
1
+ 1.126.0
@@ -3273,8 +3273,8 @@ module Aws::ECR
3273
3273
  #
3274
3274
  # @option params [required, String] :value
3275
3275
  # Setting value that is specified. Valid value for basic scan type:
3276
- # `AWS_NATIVE`. Valid values for registry policy scope: `V1` or `V2`.
3277
- # Valid values for blob mounting: `ENABLED` or `DISABLED`.
3276
+ # `AWS_NATIVE`. Valid values for registry policy scope: `V2`. Valid
3277
+ # values for blob mounting: `ENABLED` or `DISABLED`.
3278
3278
  #
3279
3279
  # @return [Types::PutAccountSettingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3280
3280
  #
@@ -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.125.0'
4530
+ context[:gem_version] = '1.126.0'
4531
4531
  Seahorse::Client::Request.new(handlers, context)
4532
4532
  end
4533
4533
 
@@ -1854,8 +1854,8 @@ module Aws::ECR
1854
1854
  #
1855
1855
  # @!attribute [rw] value
1856
1856
  # The setting value for the setting name. Valid value for basic scan
1857
- # type: `AWS_NATIVE`. Valid values for registry policy scope: `V1` or
1858
- # `V2`. Valid values for blob mounting: `ENABLED` or `DISABLED`.
1857
+ # type: `AWS_NATIVE`. Valid values for registry policy scope: `V2`.
1858
+ # Valid values for blob mounting: `ENABLED` or `DISABLED`.
1859
1859
  # @return [String]
1860
1860
  #
1861
1861
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetAccountSettingResponse AWS API Documentation
@@ -3587,8 +3587,8 @@ module Aws::ECR
3587
3587
  #
3588
3588
  # @!attribute [rw] value
3589
3589
  # Setting value that is specified. Valid value for basic scan type:
3590
- # `AWS_NATIVE`. Valid values for registry policy scope: `V1` or `V2`.
3591
- # Valid values for blob mounting: `ENABLED` or `DISABLED`.
3590
+ # `AWS_NATIVE`. Valid values for registry policy scope: `V2`. Valid
3591
+ # values for blob mounting: `ENABLED` or `DISABLED`.
3592
3592
  # @return [String]
3593
3593
  #
3594
3594
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutAccountSettingRequest AWS API Documentation
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.125.0'
58
+ GEM_VERSION = '1.126.0'
59
59
 
60
60
  end
61
61
 
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.125.0
4
+ version: 1.126.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services