From 356bceb212029dfec51be8b71d028f4849950028 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 26 Nov 2023 17:01:29 +0000 Subject: [PATCH] Revert "Don't include the `3007.0.md.template` in the 3006.x branch" This reverts commit 575c1b8a790651b89d8a547c2a56f8addfbd7f7b. --- .../releases/templates/3007.0.md.template | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/topics/releases/templates/3007.0.md.template 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 00000000000..bfaa59defba --- /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 }}