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.33.0 (2026-03-29)
4+ - allow operations on selected minions (erwindon, thx sx98083714)
5+ - added multi-architecture Docker build support (intekhab1025)
6+ - added SSL/TLS Support for Secure SaltGUI Deployment (intekhab1025)
7+ - modernized docker-compose and OS for testing (erwindon)
8+ - fixed orchestration columns (erwindon)
9+ - fixed nat-networks reporting all minions disconnected (erwindon, thx mena-smeup)
10+ - properly warn when clipboard not available (erwindon)
11+ - ugraded several standard packages (erwindon)
12+ - updated known issues section with current status (erwindon)
13+ - various small fixes, cleaups and improvements (erwindon)
14+ - Several eslint fixes (erwindon)
15+ - Celebrating 600+ stars on GitHub
16+
317## 1.32.1 (2025-06-15)
418- updated CVE information (erwindon)
519
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.33.0-SNAPSHOT " ;
12+ LoginPanel . version = "SaltGUI v1.33.0" ;
1313
1414 super ( "login" ) ;
1515
You can’t perform that action at this time.
0 commit comments