File tree Expand file tree Collapse file tree
saltgui/static/scripts/panels Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.32.0 (2025-06-12)
4+ - updated github pipeline (erwindon)
5+ - moved/fixed regression test to a github pipeline (erwindon)
6+ - updated docker containers for testing (erwindon)
7+ - end of support for any salt version up to 3005.x (erwindon)
8+ - added icon for fedora-asahi-remix (erwindon, thx vemilyus)
9+ - fix minion-list in cmd-box under restricted cicumstances (erwindon, thx sunderjayaraj)
10+ - fix display of on-purpose offline minions (erwindon)
11+ - added some support for master-clusters (erwindon)
12+ - added some support for orchestrations (erwindon)
13+ - documentation fixes (erwindon, thx Jiayang-Lai)
14+ - updated CVE information (erwindon)
15+ - small visual fixes (erwindon)
16+ - general component version upgrades (erwindon)
17+
318## 1.31.0 (2024-06-17)
419- fixes and improvements for highstate task-indicators (thx AntonOvseenko)
520- allow job info to be updated when job was still running (thx gseguinbourgeois)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import {Utils} from "../Utils.js";
99export class LoginPanel extends Panel {
1010
1111 constructor ( ) {
12- LoginPanel . version = "SaltGUI v1.32.0-snapshot " ;
12+ LoginPanel . version = "SaltGUI v1.32.0" ;
1313
1414 super ( "login" ) ;
1515
You can’t perform that action at this time.
0 commit comments