aws-sdk-ecr 1.55.0 → 1.56.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69898be111a558f8a390a9f154d2585f58dbbfdd86dbd97c3ad1c5dfc2030ceb
4
- data.tar.gz: a2e92380ad62949cf9b2f3bb5833d56e72714e26d62d4787a74b9ec30f9d11c9
3
+ metadata.gz: f9ac458fa259a808e501933d1efee7bad6c559f71ffe5e9a6cd396139bd2abf1
4
+ data.tar.gz: 47c99130518c10abe17c38935ce10740ea72b67fca93349d0260d40661854a72
5
5
  SHA512:
6
- metadata.gz: f8bf1eab7c501b8d85d211354be3c5ac6995a4e6afbfde7a199d9a1f297fa1c1f2d581a5c2b1654ebaa01b02858efd1b1afd474a73627224baea20f50cd647ab
7
- data.tar.gz: 390f3fb0ae963cfeee5172369660b903463f152bab2df70b28dc0fe3f2561cffb763e7b34092bf411fca1ccf8c6a9fe95b03d7a27390ad6a789d4b16dbde3439
6
+ metadata.gz: be1f9f094351899da3ff1d6f77f20c08a8538d94b7bbdd82480f7f70b90b4cf7f24209fea5961bb82cc09be9b989e4d254fc0cc8828745e1c3d860331e6eaa4f
7
+ data.tar.gz: 7c0230d2a4ab14f6d243ebed8fa01040ccb1848eab75e5f6e922a764d2531819b89595e90a1fc6b57fe06488ee49ea46692c081620a9aaed3a1ccb83e0ff8195
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2022-03-21)
5
+ ------------------
6
+
7
+ * Feature - This release includes a fix in the DescribeImageScanFindings paginated output.
8
+
4
9
  1.55.0 (2022-03-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -2835,7 +2835,7 @@ module Aws::ECR
2835
2835
  params: params,
2836
2836
  config: config)
2837
2837
  context[:gem_name] = 'aws-sdk-ecr'
2838
- context[:gem_version] = '1.55.0'
2838
+ context[:gem_version] = '1.56.0'
2839
2839
  Seahorse::Client::Request.new(handlers, context)
2840
2840
  end
2841
2841
 
@@ -3809,7 +3809,13 @@ module Aws::ECR
3809
3809
  include Aws::Structure
3810
3810
  end
3811
3811
 
3812
- # The details of a scanning repository filter.
3812
+ # The details of a scanning repository filter. For more information on
3813
+ # how to use filters, see [Using filters][1] in the *Amazon Elastic
3814
+ # Container Registry User Guide*.
3815
+ #
3816
+ #
3817
+ #
3818
+ # [1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html#image-scanning-filters
3813
3819
  #
3814
3820
  # @note When making an API call, you may pass ScanningRepositoryFilter
3815
3821
  # data as a hash:
data/lib/aws-sdk-ecr.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ecr/customizations'
49
49
  # @!group service
50
50
  module Aws::ECR
51
51
 
52
- GEM_VERSION = '1.55.0'
52
+ GEM_VERSION = '1.56.0'
53
53
 
54
54
  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.55.0
4
+ version: 1.56.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: 2022-03-02 00:00:00.000000000 Z
11
+ date: 2022-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core