salt/changelog/62392.fixed
Pedro Algarvio bf24613010
Merge freeze forward into master (#62403)
* 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>
2022-08-01 17:44:17 -07:00

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.