mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00

* Update versionadded from 3006 to 3005 * Add known issue about SSC 8.9.0 dependency * Add explanation for the issue * Update release candidate documentation * Add clarification per Shane's review * Add RHEL GPG key info * Revise topic per Murphy's review * Switch to the SaltStack ORG on quay.io Signed-off-by: Pedro Algarvio <palgarvio@vmware.com> * Update the salt pip executable to salt-pip * Fix pre-install and post-install scripts Make the date display in the logs properly * Add pyinstaller hook which pulls in all of salt and the standard library Signed-off-by: Pedro Algarvio <palgarvio@vmware.com> * Add changelog for #62383 which fixes #62362 Signed-off-by: Pedro Algarvio <palgarvio@vmware.com> * Windows search path is different Signed-off-by: Pedro Algarvio <palgarvio@vmware.com> * Salt should not do any logic to include/exclude requirements. That's pip's job. Refs #62386 Fixes #62392 Signed-off-by: Pedro Algarvio <palgarvio@vmware.com> Co-authored-by: Megan Wilhite <mwilhite@vmware.com> Co-authored-by: Alyssa Rock <alyssa.rock@gmail.com> Co-authored-by: Twangboy <leesh@vmware.com>
1 line
142 B
Text
1 line
142 B
Text
All of the requirements provided in the requirements files are now included. The job of evaluating platform markers is not Salt's it's pip's.
|