Releases: pulumi/pulumi-eks
v2.7.6-alpha.2
What's Changed
Full Changelog: v2.7.6-alpha.1...v2.7.6-alpha.2
v2.7.6-alpha.1
What's Changed
Full Changelog: v2.7.4...v2.7.6-alpha.1
v2.7.5
What's Changed
Please use 2.7.6 which has the same content. This release is invalid due to a failure in Java SDK publishing.
v2.7.4
What's Changed
Please use 2.7.6 which has the same content. This release is invalid due to a failure in Java SDK publishing.
Full Changelog: v2.7.3...v2.7.4
v2.7.3
What's Changed
- Fix ordering of on-cluster resources by @flostadler in #1221
Full Changelog: v2.7.2...v2.7.3
v2.7.2
What's Changed
- Specify the version for the
VpcCni
andRandomSuffix
resources by @justinvp in #1190 - Remove ClusterInternal reference in typescript provider by @rquitales in #1209
- Fix undefined panic when using
.map
by @rquitales in #1214
Full Changelog: v2.7.1...v2.7.2
v2.7.1
What's Changed
- Fix custom launch templates being ignored by @flostadler in #1196
- Fix ManagedNodeGroup for cluster with API authentication mode by @flostadler in #1199
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- tests: set amiID for upgrade tests by @rquitales in #1182
- Handle arg inputs as potential Pulumi Outputs by @rquitales in #1173
- Add Addon resource to EKS provider by @rquitales in #1153
- fix: expose nodeRootVolume fields in NodeGroup and NodeGroupV2 resources by @rquitales in #1183
- Enforce Golang linting in CI by @rquitales in #1187
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- Use pulumitest framework for upgrade tests by @rquitales in #1177
- Add support for cluster authentication mode and access entries by @flostadler in #1171
Full Changelog: v2.5.2...v2.6.0
Migrating to Access Entries
You have to migrate the existing entries of the ConfigMap to Access Entries if you want to switch from the AWS ConfigMap to Access Entries (Authentication Mode API
) for cluster authentication of your existing EKS cluster. This guide gives an overview of the necessary steps: https://github.com/pulumi/pulumi-eks/blob/master/docs/authentication-mode-migration.md
v2.5.2
What's Changed
- fix: always set AMI ID for custom LaunchTemplates with ManagedNodeGroups by @rquitales in #1166
Full Changelog: v2.5.1...v2.5.2