aws-sdk-eksauth 1.3.0 → 1.4.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: 75ea6874c42a76c15c4e61d2c5ee8fad7c563d25a2309c7ba93f9afd926ff4e7
4
- data.tar.gz: e3104c9d37cae386380dc12d8ebc391e338a57e26e7e1ebda912cc41fd7ae894
3
+ metadata.gz: b73318bbd6119f098e7d50da9252494a394b82759d5ca9f3cda43b7896f5bbd4
4
+ data.tar.gz: 88fbb041da48578752f1c17e72074d747fca281f936f3fee571a10290210368c
5
5
  SHA512:
6
- metadata.gz: 1398d5e01138420cdfac70a0b517c90ddc6f2c1ca1e18e3af193aa62f4886886b0af98c158d01fdd8d34827c25b2cc7a1068e80c20f632329193d7af7a0a3d0e
7
- data.tar.gz: df613130875f0e078a1ee4726d118dc02b2a3e64cdc59fb8bb4729cad3b7f09dfe50a6ae7b89c0d6228e09b2251f9dcde2853a8aa3dab3af08875a06b6f80b38
6
+ metadata.gz: 3a99559fa1b7f76e057fcf187567ac9ce2fd1fd0d201324adf5b3030e0c5bb8c4cdf32d54d6fa5214f25304ceac300eb473a6002fb6e6860f43e314e71189ef8
7
+ data.tar.gz: ac02bc0c90f425e5e14834eade1f5e853f0b98d5078f7feceb4838d38d408d6d11f5bd01ee8f52f5a4335271f438217273939749a990dd9954f8eecce84e011a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.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.3.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.4.0
@@ -301,8 +301,9 @@ module Aws::EKSAuth
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
  #
@@ -477,7 +478,7 @@ module Aws::EKSAuth
477
478
  params: params,
478
479
  config: config)
479
480
  context[:gem_name] = 'aws-sdk-eksauth'
480
- context[:gem_version] = '1.3.0'
481
+ context[:gem_version] = '1.4.0'
481
482
  Seahorse::Client::Request.new(handlers, context)
482
483
  end
483
484
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-eksauth/customizations'
53
53
  # @!group service
54
54
  module Aws::EKSAuth
55
55
 
56
- GEM_VERSION = '1.3.0'
56
+ GEM_VERSION = '1.4.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eksauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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