-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(rds): update engine versions #30305
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
be51875
chore(rds): update engine versions
nmussy 93a32bd
docs: copypasta
nmussy 2959529
Merge remote-tracking branch 'upstream/main' into chore-rds-update-en…
nmussy 185f93d
chore: update versions
nmussy de09b4f
Merge branch 'main' into chore-rds-update-enging-versions
paulhcsun b4d37ef
Merge branch 'main' into chore-rds-update-enging-versions
mergify[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -412,9 +412,15 @@ export class MariaDbEngineVersion { | |
* @deprecated MariaDB 10.4.26 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_10_4_26 = MariaDbEngineVersion.of('10.4.26', '10.4'); | ||
/** Version "10.4.27". */ | ||
/** | ||
* Version "10.4.27" | ||
* @deprecated MariaDB 10.4.27 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_10_4_27 = MariaDbEngineVersion.of('10.4.27', '10.4') | ||
/** Version "10.4.28". */ | ||
/** | ||
* Version "10.4.28" | ||
* @deprecated MariaDB 10.4.28 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_10_4_28 = MariaDbEngineVersion.of('10.4.28', '10.4') | ||
/** Version "10.4.29". */ | ||
public static readonly VER_10_4_29 = MariaDbEngineVersion.of('10.4.29', '10.4') | ||
|
@@ -464,9 +470,15 @@ export class MariaDbEngineVersion { | |
* @deprecated MariaDB 10.5.17 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_10_5_17 = MariaDbEngineVersion.of('10.5.17', '10.5'); | ||
/** Version "10.5.18". */ | ||
/** | ||
* Version "10.5.18" | ||
* @deprecated MariaDB 10.5.18 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_10_5_18 = MariaDbEngineVersion.of('10.5.18', '10.5'); | ||
/** Version "10.5.19". */ | ||
/** | ||
* Version "10.5.19" | ||
* @deprecated MariaDB 10.5.19 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_10_5_19 = MariaDbEngineVersion.of('10.5.19', '10.5'); | ||
/** Version "10.5.20". */ | ||
public static readonly VER_10_5_20 = MariaDbEngineVersion.of('10.5.20', '10.5'); | ||
|
@@ -496,11 +508,20 @@ export class MariaDbEngineVersion { | |
* @deprecated MariaDB 10.6.8 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_10_6_8 = MariaDbEngineVersion.of('10.6.8', '10.6'); | ||
/** Version "10.6.10". */ | ||
/** | ||
* Version "10.6.10" | ||
* @deprecated MariaDB 10.6.10 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_10_6_10 = MariaDbEngineVersion.of('10.6.10', '10.6'); | ||
/** Version "10.6.11". */ | ||
/** | ||
* Version "10.6.11" | ||
* @deprecated MariaDB 10.6.11 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_10_6_11 = MariaDbEngineVersion.of('10.6.11', '10.6'); | ||
/** Version "10.6.12". */ | ||
/** | ||
* Version "10.6.12" | ||
* @deprecated MariaDB 10.6.12 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_10_6_12 = MariaDbEngineVersion.of('10.6.12', '10.6'); | ||
/** Version "10.6.13". */ | ||
public static readonly VER_10_6_13 = MariaDbEngineVersion.of('10.6.13', '10.6'); | ||
|
@@ -771,22 +792,45 @@ export class MysqlEngineVersion { | |
* @deprecated MySQL 5.7.36 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_5_7_36 = MysqlEngineVersion.of('5.7.36', '5.7'); | ||
/** Version "5.7.37". */ | ||
/** | ||
* Version "5.7.37" | ||
* @deprecated MySQL 5.7.37 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_5_7_37 = MysqlEngineVersion.of('5.7.37', '5.7'); | ||
/** Version "5.7.38". */ | ||
/** | ||
* Version "5.7.38" | ||
* @deprecated MySQL 5.7.38 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_5_7_38 = MysqlEngineVersion.of('5.7.38', '5.7'); | ||
/** Version "5.7.39". */ | ||
/** | ||
* Version "5.7.39" | ||
* @deprecated MySQL 5.7.39 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_5_7_39 = MysqlEngineVersion.of('5.7.39', '5.7'); | ||
/** Version "5.7.40". */ | ||
/** | ||
* Version "5.7.40" | ||
* @deprecated MySQL 5.7.40 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_5_7_40 = MysqlEngineVersion.of('5.7.40', '5.7'); | ||
/** Version "5.7.41". */ | ||
/** | ||
* Version "5.7.41" | ||
* @deprecated MySQL 5.7.41 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_5_7_41 = MysqlEngineVersion.of('5.7.41', '5.7'); | ||
/** Version "5.7.42". */ | ||
/** | ||
* Version "5.7.42" | ||
* @deprecated MySQL 5.7.42 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_5_7_42 = MysqlEngineVersion.of('5.7.42', '5.7'); | ||
/** Version "5.7.43". */ | ||
/** | ||
* Version "5.7.43" | ||
* @deprecated MySQL 5.7.43 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_5_7_43 = MysqlEngineVersion.of('5.7.43', '5.7'); | ||
/** Version "5.7.44". */ | ||
public static readonly VER_5_7_44 = MysqlEngineVersion.of('5.7.44', '5.7'); | ||
/** Version "5.7.44-rds.20240408". */ | ||
public static readonly VER_5_7_44_RDS_20240408 = MysqlEngineVersion.of('5.7.44-rds.20240408', '5.7'); | ||
|
||
/** Version "8.0" (only a major version, without a specific minor version). */ | ||
public static readonly VER_8_0 = MysqlEngineVersion.of('8.0', '8.0'); | ||
|
@@ -850,7 +894,10 @@ export class MysqlEngineVersion { | |
* @deprecated MySQL 8.0.27 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_8_0_27 = MysqlEngineVersion.of('8.0.27', '8.0'); | ||
/** Version "8.0.28". */ | ||
/** | ||
* Version "8.0.28" | ||
* @deprecated MySQL 8.0.28 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_8_0_28 = MysqlEngineVersion.of('8.0.28', '8.0'); | ||
/** | ||
* Version "8.0.29" | ||
|
@@ -862,7 +909,10 @@ export class MysqlEngineVersion { | |
* @deprecated MySQL 8.0.30 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_8_0_30 = MysqlEngineVersion.of('8.0.30', '8.0'); | ||
/** Version "8.0.31". */ | ||
/** | ||
* Version "8.0.31" | ||
* @deprecated MySQL 8.0.28 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_8_0_31 = MysqlEngineVersion.of('8.0.31', '8.0'); | ||
/** Version "8.0.32". */ | ||
public static readonly VER_8_0_32 = MysqlEngineVersion.of('8.0.32', '8.0'); | ||
|
@@ -1330,6 +1380,10 @@ export class PostgresEngineVersion { | |
* @deprecated PostgreSQL 11.12 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_11_12 = PostgresEngineVersion.of('11.12', '11', { s3Import: true, s3Export: true }); | ||
/** | ||
* Version "11.12-rds.20240418" | ||
*/ | ||
public static readonly VER_11_12_RDS_20240418 = PostgresEngineVersion.of('11.12-rds.20240418', '11', { s3Import: true, s3Export: true }); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See announcement There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
/** | ||
* Version "11.13" | ||
* @deprecated PostgreSQL 11.13 is no longer supported by Amazon RDS. | ||
|
@@ -1350,15 +1404,30 @@ export class PostgresEngineVersion { | |
* @deprecated PostgreSQL 11.16 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_11_16 = PostgresEngineVersion.of('11.16', '11', { s3Import: true, s3Export: true }); | ||
/** Version "11.17". */ | ||
/** | ||
* Version "11.17" | ||
* @deprecated PostgreSQL 11.17 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_11_17 = PostgresEngineVersion.of('11.17', '11', { s3Import: true, s3Export: true }); | ||
/** Version "11.18". */ | ||
/** | ||
* Version "11.18" | ||
* @deprecated PostgreSQL 11.18 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_11_18 = PostgresEngineVersion.of('11.18', '11', { s3Import: true, s3Export: true }); | ||
/** Version "11.19". */ | ||
/** | ||
* Version "11.19" | ||
* @deprecated PostgreSQL 11.19 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_11_19 = PostgresEngineVersion.of('11.19', '11', { s3Import: true, s3Export: true }); | ||
/** Version "11.20". */ | ||
/** | ||
* Version "11.20" | ||
* @deprecated PostgreSQL 11.20 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_11_20 = PostgresEngineVersion.of('11.20', '11', { s3Import: true, s3Export: true }); | ||
/** Version "11.21". */ | ||
/** | ||
* Version "11.21" | ||
* @deprecated PostgreSQL 11.21 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_11_21 = PostgresEngineVersion.of('11.21', '11', { s3Import: true, s3Export: true }); | ||
/** Version "11.22". */ | ||
public static readonly VER_11_22 = PostgresEngineVersion.of('11.22', '11', { s3Import: true, s3Export: true }); | ||
|
@@ -1415,11 +1484,20 @@ export class PostgresEngineVersion { | |
* @deprecated PostgreSQL 12.11 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_12_11 = PostgresEngineVersion.of('12.11', '12', { s3Import: true, s3Export: true }); | ||
/** Version "12.12". */ | ||
/** | ||
* Version "12.12" | ||
* @deprecated PostgreSQL 12.12 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_12_12 = PostgresEngineVersion.of('12.12', '12', { s3Import: true, s3Export: true }); | ||
/** Version "12.13". */ | ||
/** | ||
* Version "12.13" | ||
* @deprecated PostgreSQL 12.13 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_12_13 = PostgresEngineVersion.of('12.13', '12', { s3Import: true, s3Export: true }); | ||
/** Version "12.14". */ | ||
/** | ||
* Version "12.14" | ||
* @deprecated PostgreSQL 12.14 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_12_14 = PostgresEngineVersion.of('12.14', '12', { s3Import: true, s3Export: true }); | ||
/** Version "12.15". */ | ||
public static readonly VER_12_15 = PostgresEngineVersion.of('12.15', '12', { s3Import: true, s3Export: true }); | ||
|
@@ -1429,6 +1507,8 @@ export class PostgresEngineVersion { | |
public static readonly VER_12_17 = PostgresEngineVersion.of('12.17', '12', { s3Import: true, s3Export: true }); | ||
/** Version "12.18". */ | ||
public static readonly VER_12_18 = PostgresEngineVersion.of('12.18', '12', { s3Import: true, s3Export: true }); | ||
/** Version "12.19". */ | ||
public static readonly VER_12_19 = PostgresEngineVersion.of('12.19', '12', { s3Import: true, s3Export: true }); | ||
|
||
/** Version "13" (only a major version, without a specific minor version). */ | ||
public static readonly VER_13 = PostgresEngineVersion.of('13', '13', { s3Import: true, s3Export: true }); | ||
|
@@ -1467,11 +1547,20 @@ export class PostgresEngineVersion { | |
* @deprecated PostgreSQL 13.7 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_13_7 = PostgresEngineVersion.of('13.7', '13', { s3Import: true, s3Export: true }); | ||
/** Version "13.8". */ | ||
/** | ||
* Version "13.8" | ||
* @deprecated PostgreSQL 13.8 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_13_8 = PostgresEngineVersion.of('13.8', '13', { s3Import: true, s3Export: true }); | ||
/** Version "13.9". */ | ||
/** | ||
* Version "13.9" | ||
* @deprecated PostgreSQL 13.9 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_13_9 = PostgresEngineVersion.of('13.9', '13', { s3Import: true, s3Export: true }); | ||
/** Version "13.10". */ | ||
/** | ||
* Version "13.10" | ||
* @deprecated PostgreSQL 13.10 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_13_10 = PostgresEngineVersion.of('13.10', '13', { s3Import: true, s3Export: true }); | ||
/** Version "13.11". */ | ||
public static readonly VER_13_11 = PostgresEngineVersion.of('13.11', '13', { s3Import: true, s3Export: true }); | ||
|
@@ -1481,6 +1570,8 @@ export class PostgresEngineVersion { | |
public static readonly VER_13_13 = PostgresEngineVersion.of('13.13', '13', { s3Import: true, s3Export: true }); | ||
/** Version "13.14". */ | ||
public static readonly VER_13_14 = PostgresEngineVersion.of('13.14', '13', { s3Import: true, s3Export: true }); | ||
/** Version "13.15". */ | ||
public static readonly VER_13_15 = PostgresEngineVersion.of('13.15', '13', { s3Import: true, s3Export: true }); | ||
|
||
/** Version "14" (only a major version, without a specific minor version). */ | ||
public static readonly VER_14 = PostgresEngineVersion.of('14', '14', { s3Import: true, s3Export: true }); | ||
|
@@ -1504,33 +1595,55 @@ export class PostgresEngineVersion { | |
* @deprecated PostgreSQL 14.4 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_14_4 = PostgresEngineVersion.of('14.4', '14', { s3Import: true, s3Export: true }); | ||
/** Version "14.5". */ | ||
/** | ||
* Version "14.5" | ||
* @deprecated PostgreSQL 14.5 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_14_5 = PostgresEngineVersion.of('14.5', '14', { s3Import: true, s3Export: true }); | ||
/** Version "14.6". */ | ||
/** | ||
* Version "14.6" | ||
* @deprecated PostgreSQL 14.6 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_14_6 = PostgresEngineVersion.of('14.6', '14', { s3Import: true, s3Export: true }); | ||
/** Version "14.7". */ | ||
/** | ||
* Version "14.7" | ||
* @deprecated PostgreSQL 14.7 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_14_7 = PostgresEngineVersion.of('14.7', '14', { s3Import: true, s3Export: true }); | ||
/** Version "14.8". */ | ||
/** | ||
* Version "14.8" | ||
* @deprecated PostgreSQL 14.8 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_14_8 = PostgresEngineVersion.of('14.8', '14', { s3Import: true, s3Export: true }); | ||
/** Version "14.9". */ | ||
public static readonly VER_14_9 = PostgresEngineVersion.of('14.9', '14', { s3Import: true, s3Export: true }); | ||
/** Version "14.10". */ | ||
public static readonly VER_14_10 = PostgresEngineVersion.of('14.10', '14', { s3Import: true, s3Export: true }); | ||
/** Version "14.11". */ | ||
public static readonly VER_14_11 = PostgresEngineVersion.of('14.11', '14', { s3Import: true, s3Export: true }); | ||
/** Version "14.12". */ | ||
public static readonly VER_14_12 = PostgresEngineVersion.of('14.12', '14', { s3Import: true, s3Export: true }); | ||
|
||
/** Version "15" (only a major version, without a specific minor version). */ | ||
public static readonly VER_15 = PostgresEngineVersion.of('15', '15', { s3Import: true, s3Export: true }); | ||
/** Version "15.2". */ | ||
/** | ||
* Version "15.2" | ||
* @deprecated PostgreSQL 15.2 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_15_2 = PostgresEngineVersion.of('15.2', '15', { s3Import: true, s3Export: true }); | ||
/** Version "15.3". */ | ||
/** | ||
* Version "15.3" | ||
* @deprecated PostgreSQL 15.3 is no longer supported by Amazon RDS. | ||
*/ | ||
public static readonly VER_15_3 = PostgresEngineVersion.of('15.3', '15', { s3Import: true, s3Export: true }); | ||
/** Version "15.4". */ | ||
public static readonly VER_15_4 = PostgresEngineVersion.of('15.4', '15', { s3Import: true, s3Export: true }); | ||
/** Version "15.5". */ | ||
public static readonly VER_15_5 = PostgresEngineVersion.of('15.5', '15', { s3Import: true, s3Export: true }); | ||
/** Version "15.6". */ | ||
public static readonly VER_15_6 = PostgresEngineVersion.of('15.6', '15', { s3Import: true, s3Export: true }); | ||
/** Version "15.7". */ | ||
public static readonly VER_15_7 = PostgresEngineVersion.of('15.7', '15', { s3Import: true, s3Export: true }); | ||
|
||
/** Version "16" (only a major version, without a specific minor version). */ | ||
public static readonly VER_16 = PostgresEngineVersion.of('16', '16', { s3Import: true, s3Export: true }); | ||
|
@@ -2009,6 +2122,8 @@ export class OracleEngineVersion { | |
public static readonly VER_19_0_0_0_2023_10_R1 = OracleEngineVersion.of('19.0.0.0.ru-2023-10.rur-2023-10.r1', '19'); | ||
/** Version "19.0.0.0.ru-2024-01.rur-2024-01.r1". */ | ||
public static readonly VER_19_0_0_0_2024_01_R1 = OracleEngineVersion.of('19.0.0.0.ru-2024-01.rur-2024-01.r1', '19'); | ||
/** Version "19.0.0.0.ru-2024-04.rur-2024-04.r1". */ | ||
public static readonly VER_19_0_0_0_2024_04_R1 = OracleEngineVersion.of('19.0.0.0.ru-2024-04.rur-2024-04.r1', '19'); | ||
|
||
/** Version "21" (only a major version, without a specific minor version). */ | ||
public static readonly VER_21 = OracleEngineVersion.of('21', '21'); | ||
|
@@ -2032,6 +2147,8 @@ export class OracleEngineVersion { | |
public static readonly VER_21_0_0_0_2023_10_R1 = OracleEngineVersion.of('21.0.0.0.ru-2023-10.rur-2023-10.r1', '21'); | ||
/** Version "21.0.0.0.ru-2024-01.rur-2024-01.r1". */ | ||
public static readonly VER_21_0_0_0_2024_01_R1 = OracleEngineVersion.of('21.0.0.0.ru-2024-01.rur-2024-01.r1', '21'); | ||
/** Version "21.0.0.0.ru-2024-04.rur-2024-04.r1". */ | ||
public static readonly VER_21_0_0_0_2024_04_R1 = OracleEngineVersion.of('21.0.0.0.ru-2024-04.rur-2024-04.r1', '21'); | ||
|
||
/** | ||
* Creates a new OracleEngineVersion with an arbitrary version. | ||
|
@@ -2495,6 +2612,8 @@ export class SqlServerEngineVersion { | |
public static readonly VER_15_00_4335_1_V1 = SqlServerEngineVersion.of('15.00.4335.1.v1', '15.00'); | ||
/** Version "15.00.4345.5.v1". */ | ||
public static readonly VER_15_00_4345_5_V1 = SqlServerEngineVersion.of('15.00.4345.5.v1', '15.00'); | ||
/** Version "15.00.4365.2.v1". */ | ||
public static readonly VER_15_00_4365_2_V1 = SqlServerEngineVersion.of('15.00.4365.2.v1', '15.00'); | ||
|
||
/** Version "16.00" (only a major version, without a specific minor version). */ | ||
public static readonly VER_16 = SqlServerEngineVersion.of('16.00', '16.00'); | ||
|
@@ -2504,6 +2623,10 @@ export class SqlServerEngineVersion { | |
public static readonly VER_16_00_4095_4_V1 = SqlServerEngineVersion.of('16.00.4095.4.v1', '16.00'); | ||
/** Version "16.00.4105.2.v1". */ | ||
public static readonly VER_16_00_4105_2_V1 = SqlServerEngineVersion.of('16.00.4105.2.v1', '16.00'); | ||
/** Version "16.00.4115.5.v1". */ | ||
public static readonly VER_16_00_4115_5_V1 = SqlServerEngineVersion.of('16.00.4115.5.v1', '16.00'); | ||
/** Version "16.00.4120.1.v1". */ | ||
public static readonly VER_16_00_4120_1_V1 = SqlServerEngineVersion.of('16.00.4120.1.v1', '16.00'); | ||
|
||
/** | ||
* Create a new SqlServerEngineVersion with an arbitrary version. | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See announcement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like there is extended support for version 5.7.44-RDS.20240529 as well now, could we update this PR to include the latest versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for letting me know, I've updated them 👍