Skip to content

Commit c75dae5

Browse files
committed
chore(rds): add MySQL enginge versions 8.0.42 and 8.4.5
1 parent a81326e commit c75dae5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/aws-cdk-lib/aws-rds/lib/instance-engine.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,10 +973,14 @@ export class MysqlEngineVersion {
973973
public static readonly VER_8_0_40 = MysqlEngineVersion.of('8.0.40', '8.0');
974974
/** Version "8.0.41". */
975975
public static readonly VER_8_0_41 = MysqlEngineVersion.of('8.0.41', '8.0');
976+
/** Version "8.0.42". */
977+
public static readonly VER_8_0_42 = MysqlEngineVersion.of('8.0.42', '8.0');
976978
/** Version "8.4.3". */
977979
public static readonly VER_8_4_3 = MysqlEngineVersion.of('8.4.3', '8.4');
978980
/** Version "8.4.4". */
979981
public static readonly VER_8_4_4 = MysqlEngineVersion.of('8.4.4', '8.4');
982+
/** Version "8.4.5". */
983+
public static readonly VER_8_4_5 = MysqlEngineVersion.of('8.4.5', '8.4');
980984

981985
/**
982986
* Create a new MysqlEngineVersion with an arbitrary version.

0 commit comments

Comments
 (0)