Skip to content

Commit

Permalink
chore(eks): update ALB controller versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nmussy committed Mar 13, 2024
1 parent 00e8a7b commit 2c23636
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/aws-cdk-lib/aws-eks/lib/alb-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ export class AlbControllerVersion {
*/
public static readonly V2_3_1 = new AlbControllerVersion('v2.3.1', '1.4.1', false);

/**
* v2.4.0
*/
public static readonly V2_4_0 = new AlbControllerVersion('v2.4.0', '1.4.1', false);

/**
* v2.4.1
*/
Expand Down Expand Up @@ -157,6 +162,16 @@ export class AlbControllerVersion {
*/
public static readonly V2_6_2 = new AlbControllerVersion('v2.6.2', '1.6.2', false);

/**
* v2.7.0
*/
public static readonly V2_7_0 = new AlbControllerVersion('v2.7.0', '1.7.0', false);

/**
* v2.7.1
*/
public static readonly V2_7_1 = new AlbControllerVersion('v2.7.1', '1.7.1', false);

/**
* Specify a custom version and an associated helm chart version.
* Use this if the version you need is not available in one of the predefined versions.
Expand Down

0 comments on commit 2c23636

Please sign in to comment.