Skip to content

Commit 4406390

Browse files
author
Erwin Dondorp
committed
Release 1.33.0
1 parent bbc4041 commit 4406390

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

saltgui/static/scripts/panels/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {Utils} from "../Utils.js";
99
export 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

0 commit comments

Comments
 (0)