pulumi / pulumi-eks

A Pulumi component for easily creating and managing an Amazon EKS Cluster
https://www.pulumi.com/registry/packages/eks/
Apache License 2.0
168 stars 76 forks source link

Specify the version for the `VpcCni` and `RandomSuffix` resources #1190

Closed justinvp closed 1 week ago

justinvp commented 3 weeks ago

We were not passing the version for these, which causes the system to try to look-up the latest version to install the plugin, which can fail when run from GitHub actions.

This change passes the version in with the resource options the same way as in generated provider SDKs.

More details: https://github.com/pulumi/pulumi-eks/issues/1189#issuecomment-2156135938

Fixes #1125 Fixes #1189

github-actions[bot] commented 3 weeks ago

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.