Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/constructs/eks-managed-addon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ export class VpcCniAddonVersion extends AddonVersion {
*/
public static readonly V1_20_4_1 = VpcCniAddonVersion.of('v1.20.4-eksbuild.1');

/**
* vpc-cni version 1.21.1
*/
public static readonly V1_21_1_3 = VpcCniAddonVersion.of('v1.21.1-eksbuild.3');


/**
* Custom add-on version
* @param version custom add-on version
Expand Down
Loading