aws-sdk-ecrpublic 1.27.0 → 1.28.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: 8faae65e925cbcd71af3b9c1861981f493981b736b41a07ee70131920673f5e9
4
- data.tar.gz: 64f64cfafda4613b6af8a68c7aab7d15c7524794d507cad092e78c0162b519fc
3
+ metadata.gz: a1312b7a6f39d5a1a17c311ac6394193b3084b3c882d10e0dd4f3875933f759d
4
+ data.tar.gz: 4898cb677ae9d0d56a56872f21e74de79e636cd002557ec6ac8bc0d7dc758fd4
5
5
  SHA512:
6
- metadata.gz: 72c0619b227c1fb002d406078a6039c16022f6f07bdbd39f41ea77d50313f701535fd300943925f2454c98d401971dbecb4f0c6ac1b1c3c23082d4a7b27c6969
7
- data.tar.gz: 97e9998f43198cf8c9d6cbf81dc7f2999b7d4d2af5c798ab7be2ee49c25a0ec0a7fb845462a43f259ba594f15040e1ee8d00ad5315fef5e80aac6f25c1d56c73
6
+ metadata.gz: 79e8d8934d9d3f1f7d93ca7abffeb3ec070ad71f9f966e79209662b24bd7ad44a0bee2daf8a3403fef820d85ce78f04b129a624e6d09d2d6ca70b9b3bb462055
7
+ data.tar.gz: 982de8562ff228a5129fc1a80d7c6322eb4167f904e32c7cff7aa4b020472be2f95f1c33304cdd4b551f9db228f0197a723052e355f26b16d29d8113550328f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.27.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -301,8 +301,9 @@ module Aws::ECRPublic
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
  #
@@ -1630,7 +1631,7 @@ module Aws::ECRPublic
1630
1631
  params: params,
1631
1632
  config: config)
1632
1633
  context[:gem_name] = 'aws-sdk-ecrpublic'
1633
- context[:gem_version] = '1.27.0'
1634
+ context[:gem_version] = '1.28.0'
1634
1635
  Seahorse::Client::Request.new(handlers, context)
1635
1636
  end
1636
1637
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ecrpublic/customizations'
52
52
  # @!group service
53
53
  module Aws::ECRPublic
54
54
 
55
- GEM_VERSION = '1.27.0'
55
+ GEM_VERSION = '1.28.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecrpublic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.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