diff --git a/doc/topics/releases/templates/3007.0.md.template b/doc/topics/releases/templates/3007.0.md.template new file mode 100644 index 000000000000..bfaa59defbad --- /dev/null +++ b/doc/topics/releases/templates/3007.0.md.template @@ -0,0 +1,32 @@ +(release-3007.0)= +# Salt 3007.0 release notes{{ unreleased }} +{{ warning }} + + + +## Salt's ``setup.py`` customizations +> :warning: **Deprecation Notice**:
+In Salt 3009, the ``setup.py`` file will be stripped of it's custom additions and migrated to a plain ``pyproject.toml`` python package +or whatever is found best during the process of removing the customizations.
+**If you're relying on these customizations please stop as your workflow will break in the future**. + +## 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). + +## New Package Grain +A new ``package`` grain was added in 3007.0 This detects how Salt was installed using the ``_pkg.txt`` in the root of +the directory. If you are building packages of Salt you need to ensure this file is set to the correct package type +that you are building. The options are ``pip``, ``onedir``, or ``system``. By default this file is already set to ``pip``. + + +## Changelog +{{ changelog }}