Releases: mirceaulinic/ISalt
2021.2.2
2021.2.1
2021.2.0
Improved dunders loading when running with --proxy
.
2020.3.1
2020.3.0
Integration with salt-sproxy: see https://isalt.dev/en/latest/#using-isalt-in-conjunction-with-salt-super-proxy-master-side
2020.1.0
This is considered to be the first Production/Stable release.
New CLI Options
--proxytype
: Specify the name of the proxy module to use when loading the dunders for the Proxy Minion.
Correspondingly, added ISALT_PROXYTYPE
environment variable.
When passing this option, you don't necessarily have to pass the --proxy
option too.
Enhancements
Simplified the usage for Proxy / Minion: when passing the --minion-id
(or when provided via the ISALT_MINION_ID
environment variable, or in the ISalt configuration file), you no longer need to pass the --minion
or --proxy
options, so you can start simply as, e.g., isalt --minion-id my-minion
.
Bug fixes
- Fixed a bug when starting in
--master
mode (the__utils__
object was not loaded properly). - When loading the Proxy dunders on the master (i.e.,
--on-master
), ISalt was not actually able to perform the Proxy startup correctly, which is now fixed.
2019.12.0
Release 2019.12.0