Upgrading MySQL server 5.7.16 to 5.7.17. What are the DBA steps

What are the DBA steps to follow when upgrading mysql servers to minor version changes like 5.7.16 to 5.7.17

Just package upgrade followed by executing mysql_upgrade script.
It is always recommended to make a backup before such operation. In case of replicated environment, upgrade the slave first, and if everything is tested as running well, the master later.