aws-sdk-eks 1.64.0 → 1.65.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: 294afc0aac4136d1fbfd8e495f3017eb45e071cc7bf11191c077403621d6a2c1
4
- data.tar.gz: dca4890ce5d6aa66a73a451004c101652dd60c93d69fa4f21b974147cbdca399
3
+ metadata.gz: de7840a810de5c6d519e3a60cda0a1df5c35618325858f868205f567e9fcf4d1
4
+ data.tar.gz: 32d23a44f35dd76bd4d152ea7d6d1a446c90925cc76ad0b21fabb38b23301693
5
5
  SHA512:
6
- metadata.gz: 7679860471bd1461994c123ec75caa629f3086231c1ecc9a31c25991913b9ddc0fc2b0a8bc58aead1f16d3872bca1652bfbb2478a4ca9a3f22ef54d4c4526c39
7
- data.tar.gz: 37b1f032fbe761162a32b6412be60b232da9a1485ab29ca148ce5ee3c1a0c74d50d13333afff2e1b5e8f4ce24382a9c2b32f1e7984df7756b30aa87be9a0c8d3
6
+ metadata.gz: 40b0afa39f0cd7ddadad4f0a5c4d94f93b5573272422749e096a3fd7339ef2d94145271c16aa823da131da718829800eb337399d60133baa7f060efbcd97aa1b
7
+ data.tar.gz: 38c8118058c60d87846c6a738f4f27039ebd117192ed2e2009da71bcda24e3b86c6ec2c273e8128ba499cb27e72480afa12081ea38cbf10f1234220cd02222bf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2021-10-27)
5
+ ------------------
6
+
7
+ * Feature - EKS managed node groups now support BOTTLEROCKET_x86_64 and BOTTLEROCKET_ARM_64 AMI types.
8
+
4
9
  1.64.0 (2021-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -1134,7 +1134,7 @@ module Aws::EKS
1134
1134
  # disk_size: 1,
1135
1135
  # subnets: ["String"], # required
1136
1136
  # instance_types: ["String"],
1137
- # ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM
1137
+ # ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM, BOTTLEROCKET_ARM_64, BOTTLEROCKET_x86_64
1138
1138
  # remote_access: {
1139
1139
  # ec2_ssh_key: "String",
1140
1140
  # source_security_groups: ["String"],
@@ -1189,7 +1189,7 @@ module Aws::EKS
1189
1189
  # resp.nodegroup.remote_access.ec2_ssh_key #=> String
1190
1190
  # resp.nodegroup.remote_access.source_security_groups #=> Array
1191
1191
  # resp.nodegroup.remote_access.source_security_groups[0] #=> String
1192
- # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM"
1192
+ # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64"
1193
1193
  # resp.nodegroup.node_role #=> String
1194
1194
  # resp.nodegroup.labels #=> Hash
1195
1195
  # resp.nodegroup.labels["labelKey"] #=> String
@@ -1473,7 +1473,7 @@ module Aws::EKS
1473
1473
  # resp.nodegroup.remote_access.ec2_ssh_key #=> String
1474
1474
  # resp.nodegroup.remote_access.source_security_groups #=> Array
1475
1475
  # resp.nodegroup.remote_access.source_security_groups[0] #=> String
1476
- # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM"
1476
+ # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64"
1477
1477
  # resp.nodegroup.node_role #=> String
1478
1478
  # resp.nodegroup.labels #=> Hash
1479
1479
  # resp.nodegroup.labels["labelKey"] #=> String
@@ -1960,7 +1960,7 @@ module Aws::EKS
1960
1960
  # resp.nodegroup.remote_access.ec2_ssh_key #=> String
1961
1961
  # resp.nodegroup.remote_access.source_security_groups #=> Array
1962
1962
  # resp.nodegroup.remote_access.source_security_groups[0] #=> String
1963
- # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM"
1963
+ # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64"
1964
1964
  # resp.nodegroup.node_role #=> String
1965
1965
  # resp.nodegroup.labels #=> Hash
1966
1966
  # resp.nodegroup.labels["labelKey"] #=> String
@@ -3208,7 +3208,7 @@ module Aws::EKS
3208
3208
  params: params,
3209
3209
  config: config)
3210
3210
  context[:gem_name] = 'aws-sdk-eks'
3211
- context[:gem_version] = '1.64.0'
3211
+ context[:gem_version] = '1.65.0'
3212
3212
  Seahorse::Client::Request.new(handlers, context)
3213
3213
  end
3214
3214
 
@@ -934,7 +934,7 @@ module Aws::EKS
934
934
  # disk_size: 1,
935
935
  # subnets: ["String"], # required
936
936
  # instance_types: ["String"],
937
- # ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM
937
+ # ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM, BOTTLEROCKET_ARM_64, BOTTLEROCKET_x86_64
938
938
  # remote_access: {
939
939
  # ec2_ssh_key: "String",
940
940
  # source_security_groups: ["String"],
data/lib/aws-sdk-eks.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-eks/customizations'
49
49
  # @!group service
50
50
  module Aws::EKS
51
51
 
52
- GEM_VERSION = '1.64.0'
52
+ GEM_VERSION = '1.65.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.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: 2021-10-18 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core