Skip to content

Commit 5283205

Browse files
committed
Released notes about patch P008C
1 parent 9dbaff6 commit 5283205

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/patches/P008C.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: P008C
3+
---
4+
5+
Stop Tracking RDS Engine Version
6+
7+
## Description
8+
9+
We have identified that some RDS clusters are using older engine versions that are no longer supported.
10+
This patch will help use stop tracking the `EngineVersion` property in our templates and let AWS manage the engine version without our intervention.
11+
12+
## Impact
13+
14+
There is no downtime expected from this change, and it should not affect the operation of the RDS clusters.
15+
16+
## Changes
17+
18+
- Removed `EngineVersion` property from the RDS cluster resource.
19+
- Update engine version to the latest supported version
20+
21+
## If You Accept
22+
23+
- We will stop tracking the `EngineVersion` property in our templates.
24+
- Your RDS cluster will have the latest supported engine version.

0 commit comments

Comments
 (0)