This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Releases: martinhoefling/molten
Releases · martinhoefling/molten
Molten 0.3.2 Dependency Upgrades / Security Fixes
Various dependencies were updated
Molten 0.3.1 Bugfix Release
Upgrade dependencies, Bugfixes for #38 #36 and #41. Please note that salt 2016.11.4 has a bug that prevents proper job loading (saltstack/salt#40845). 2016.11.3 works fine.
Molten 0.3.0: MoltenTree - use react-json-tree as core ui element
- Object structure is now displayed via react-json-tree, which is much better than my self written structured view :-)
- Minion information can now be reloaded, i.e. when pillar / grains have changed
- Eauth can now be selected via dropdown
- In addition to json download, information can be opened in a separate window or downloaded / displayed as yaml (configurable via setting)
Prerelease 0.3.0pre1 support for selecting eauth / ldap
To be tested by @LordFPL
Molten 0.2.0 Release: RRR - Redux Reinforced Reactor
v0.2.0 Update version to 0.2.0
Prerelease 0.2.0pre1
Prerelease for the next version.
Release 0.1.0: Molten Core Reactor
This is the first release of Molten, a Salt WebUI written using the React framework. The UI solely uses the REST API and requires no additional service running besides salt-api.
Features:
- Live updates via SSE, e.g. Events, Jobs, …
- No Page reloads, it’s designed as a Single Page app
- Async event processing and job scheduling
Status: First release, so there’re a lot of bugs to be uncovered. Would be nice to see them on the Github tracker together with missing features. :-)
Prerelease 0.1.0pre1
First pre-release.