Skip to content

Commit

Permalink
[amazon-rds-mariadb] Add automation (#363)
Browse files Browse the repository at this point in the history
Reusing the src/rds.py script.

---------

Co-authored-by: Marc Wrobel <[email protected]>
  • Loading branch information
romainx and marcwrobel authored Aug 1, 2024
1 parent be86ecb commit 2c8d50c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
PRODUCTS = {
"amazon-rds-mysql": "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Concepts.VersionMgmt.html",
"amazon-rds-postgresql": "https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-release-calendar.html",
"amazon-rds-mariadb": "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MariaDB.Concepts.VersionMgmt.html",
}
VERSION_REGEX = re.compile(r"(?P<version>\d+(?:\.\d+)*)", flags=re.IGNORECASE) # https://regex101.com/r/BY1vwV/1

Expand Down

0 comments on commit 2c8d50c

Please sign in to comment.