Skip to content

2020.1.0

Compare
Choose a tag to compare
@mirceaulinic mirceaulinic released this 06 Jan 08:30
· 21 commits to master since this release
0a67d05

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.