Skip to content

Commit ca5c2ae

Browse files
authored
feat: added a new vpc cni version support (#51)
1 parent 22e6b09 commit ca5c2ae

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

API.md

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/constructs/eks-managed-addon.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ export class VpcCniAddonVersion extends AddonVersion {
173173
*/
174174
public static readonly V1_20_4_1 = VpcCniAddonVersion.of('v1.20.4-eksbuild.1');
175175

176+
/**
177+
* vpc-cni version 1.21.1
178+
*/
179+
public static readonly V1_21_1_3 = VpcCniAddonVersion.of('v1.21.1-eksbuild.3');
180+
181+
176182
/**
177183
* Custom add-on version
178184
* @param version custom add-on version

0 commit comments

Comments
 (0)