Skip to content

Commit 412ed51

Browse files
authored
Merge pull request linode#565 from bbiggerr/fix/changelog-4-120-0
[Fix] API Changelog v4.120.0
2 parents 826b649 + 7431de7 commit 412ed51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/changelog/4-120-0-2022-04-18.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ changelog:
1212
* You can now create Database snapshot backups with this new beta command.
1313

1414
* **Managed MySQL Database Patch** ([POST /databases/mysql/instances/{instanceId}/patch](http://localhost:1313/docs/api/databases/#managed-mysql-database-create))
15-
* Update the minor version of a Managed MySQL Database with this new beta command.
15+
* Update the underlying operating system of a Managed MySQL Database with this new beta command.
1616

1717
### Changed
1818

1919
* **Managed MySQL Database Create** ([POST /databases/mysql/instances](https://www.linode.com/docs/api/databases/#managed-mysql-database-create))
20-
* Managed MySQL Databases now include automatic minor version updates, performed during configurable maintenance windows that are configurable with the **Managed MySQL Database Update** ([PUT /databases/mysql/instances/{instanceId}](https://www.linode.com/docs/api/databases/#managed-mysql-database-update)) beta command.
20+
* Managed MySQL Databases now include automatic patch updates, which apply security patches and updates to the underlying operating system of the Managed MySQL Database during configurable maintenance windows. These maintenance windows can be updated with the **Managed MySQL Database Update** ([PUT /databases/mysql/instances/{instanceId}](https://www.linode.com/docs/api/databases/#managed-mysql-database-update)) beta command.
2121

2222
* **IP Addresses Share** ([POST /networking/ips/share](https://www.linode.com/docs/api/networking/#ip-addresses-share))
2323
* This beta command has been re-enabled.

0 commit comments

Comments
 (0)