ISalt

ISalt: Interactive Salt Programming

APACHE-2.0 License

Downloads
1.3K
Stars
67
Committers
2

Bot releases are visible (Hide)

ISalt - 2021.2.2 Latest Release

Published by mirceaulinic over 3 years ago

Correct bug introduced in 2021.2.1: load the salt-sproxy extension dirs from the right location. 8d2639f
Create the cachedir when starting ISalt for the first time. 5d59baa

ISalt - 2021.2.1

Published by mirceaulinic over 3 years ago

Ensure ISalt is able to handle whatever extension modules from salt-sproxy #10

ISalt - 2021.2.0

Published by mirceaulinic over 3 years ago

Improved dunders loading when running with --proxy.

ISalt - 2020.3.1

Published by mirceaulinic over 4 years ago

Corrected a minor issue around the integration with salt-sproxy (added in 2020.3.0).

ISalt - 2020.3.0

Published by mirceaulinic over 4 years ago

ISalt - 2020.1.0

Published by mirceaulinic almost 5 years ago

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.
ISalt - 2019.12.0

Published by mirceaulinic almost 5 years ago