Add drop Py3.7 support to release notes and changelog

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-06-05 21:17:01 +01:00 committed by Pedro Algarvio
parent 8dfc923876
commit c84b2df3a9
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
Dropped Python 3.7 support since it's EOL in 27 Jun 2023

View file

@ -6,6 +6,9 @@
Add release specific details below
-->
## Python 3.7 Support Dropped
Support for python 3.7 has been dropped since it reached end-of-line in 27 Jun 2023.
## Azure Salt Extension
Starting from Salt version 3007.0, the Azure functionality previously available in the Salt code base is fully removed. To continue using Salt's features for interacting with Azure resources, users are required to utilize the Azure Salt extension. For more information, refer to the [Azure Salt Extension GitHub repository](https://github.com/salt-extensions/saltext-azurerm).