Revert "Don't include the 3007.0.md.template in the 3006.x branch"

This reverts commit 575c1b8a79.
This commit is contained in:
Pedro Algarvio 2023-11-26 17:01:29 +00:00
parent 575c1b8a79
commit 356bceb212
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -0,0 +1,32 @@
(release-3007.0)=
# Salt 3007.0 release notes{{ unreleased }}
{{ warning }}
<!--
Add release specific details below
-->
## Salt's ``setup.py`` customizations
> :warning: **Deprecation Notice**: <br>
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. <br>
**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``.
<!--
Do not edit the changelog below.
This is auto generated
-->
## Changelog
{{ changelog }}