Skip to content

Commit ff6db0a

Browse files
author
Erwin Dondorp
committed
Release 1.32.0
1 parent 64ec7f6 commit ff6db0a

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

docs/CHANGELOG.md

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

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.32.0-snapshot";
12+
LoginPanel.version = "SaltGUI v1.32.0";
1313

1414
super("login");
1515

0 commit comments

Comments
 (0)