aws-sdk-eks 1.69.0 → 1.91.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 +4 -4
- data/CHANGELOG.md +113 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +399 -100
- data/lib/aws-sdk-eks/client_api.rb +82 -0
- data/lib/aws-sdk-eks/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-eks/endpoint_provider.rb +60 -0
- data/lib/aws-sdk-eks/endpoints.rb +506 -0
- data/lib/aws-sdk-eks/plugins/endpoints.rb +138 -0
- data/lib/aws-sdk-eks/types.rb +642 -783
- data/lib/aws-sdk-eks.rb +5 -1
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c65c82d4005cf9cfcd467818c4fa7ac0e448cd4e5f4bdca31f57a8e5ab7bbacb
|
4
|
+
data.tar.gz: 28a1db110c190733c868e9937ea269fa8f508bdb307197e3943be1a841b2f4ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15bd230454320ee2a9c365cb12842bb8b2db7ed4c469e0d6159e65cfeb8535a4dac5bea2b6d0217cf564cc7dacf0780862122432e62b6479f76144b9110dacfe
|
7
|
+
data.tar.gz: 1345b5763e612194e26445d89d4d92e29700a32309b732582895308af9ac721c5f866ade026303aa1ff8f62a9afe71fd51c91d2b84e754a636bb54bb523cfb15
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,118 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.91.0 (2023-10-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for Cluster Subnet and Security Group mutability.
|
8
|
+
|
9
|
+
1.90.0 (2023-09-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.89.0 (2023-07-27)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Add multiple customer error code to handle customer caused failure when managing EKS node groups
|
18
|
+
|
19
|
+
1.88.0 (2023-07-11)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.87.0 (2023-07-06)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.86.0 (2023-06-28)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.85.0 (2023-06-15)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.84.0 (2023-05-31)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.83.0 (2023-01-18)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
50
|
+
|
51
|
+
1.82.0 (2022-12-15)
|
52
|
+
------------------
|
53
|
+
|
54
|
+
* Feature - Add support for Windows managed nodes groups.
|
55
|
+
|
56
|
+
1.81.0 (2022-12-07)
|
57
|
+
------------------
|
58
|
+
|
59
|
+
* Feature - Adds support for EKS add-ons configurationValues fields and DescribeAddonConfiguration function
|
60
|
+
|
61
|
+
1.80.0 (2022-11-29)
|
62
|
+
------------------
|
63
|
+
|
64
|
+
* Feature - Adds support for additional EKS add-ons metadata and filtering fields
|
65
|
+
|
66
|
+
1.79.0 (2022-11-16)
|
67
|
+
------------------
|
68
|
+
|
69
|
+
* Feature - Adds support for customer-provided placement groups for Kubernetes control plane instances when creating local EKS clusters on Outposts
|
70
|
+
|
71
|
+
1.78.0 (2022-10-25)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
75
|
+
|
76
|
+
1.77.0 (2022-09-12)
|
77
|
+
------------------
|
78
|
+
|
79
|
+
* Feature - Adding support for local Amazon EKS clusters on Outposts
|
80
|
+
|
81
|
+
1.76.0 (2022-09-07)
|
82
|
+
------------------
|
83
|
+
|
84
|
+
* Feature - Adds support for EKS Addons ResolveConflicts "preserve" flag. Also adds new update failed status for EKS Addons.
|
85
|
+
|
86
|
+
1.75.0 (2022-05-10)
|
87
|
+
------------------
|
88
|
+
|
89
|
+
* Feature - Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups
|
90
|
+
|
91
|
+
1.74.0 (2022-03-08)
|
92
|
+
------------------
|
93
|
+
|
94
|
+
* Feature - Introducing a new enum for NodeGroup error code: Ec2SubnetMissingIpv6Assignment
|
95
|
+
|
96
|
+
1.73.0 (2022-02-24)
|
97
|
+
------------------
|
98
|
+
|
99
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
100
|
+
|
101
|
+
1.72.0 (2022-02-03)
|
102
|
+
------------------
|
103
|
+
|
104
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
105
|
+
|
106
|
+
1.71.0 (2022-01-05)
|
107
|
+
------------------
|
108
|
+
|
109
|
+
* Feature - Amazon EKS now supports running applications using IPv6 address space
|
110
|
+
|
111
|
+
1.70.0 (2021-12-21)
|
112
|
+
------------------
|
113
|
+
|
114
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
115
|
+
|
4
116
|
1.69.0 (2021-11-30)
|
5
117
|
------------------
|
6
118
|
|
@@ -355,4 +467,4 @@ Unreleased Changes
|
|
355
467
|
1.0.0 (2018-06-04)
|
356
468
|
------------------
|
357
469
|
|
358
|
-
* Feature - Initial release of `aws-sdk-eks`.
|
470
|
+
* Feature - Initial release of `aws-sdk-eks`.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.91.0
|