Skip to content

Commit 707c0eb

Browse files
committed
Release 2.9.2 with new dashboard and admin
1 parent 950b5d0 commit 707c0eb

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.9.2] - 2025-12-04
9+
10+
### Fixed
11+
12+
- [builder] Using dashboard 1.6.5 with falback color on about page (old browsers)
13+
- [builder] Using adminui 1.3.1 with regression fix (crash on start)
14+
815
## [2.9.1] - 2025-12-03
916

1017
### Fixed

src/offspot_config/builder.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@
6666
"fullsize": 169506325,
6767
},
6868
"dashboard": {
69-
"source": "ghcr.io/offspot/dashboard:1.6.4",
69+
"source": "ghcr.io/offspot/dashboard:1.6.5",
7070
"filesize": 167086080,
71-
"fullsize": 166963166,
71+
"fullsize": 166963676,
7272
},
7373
"adminui": {
74-
"source": "ghcr.io/offspot/adminui:1.3",
75-
"filesize": 205557760,
76-
"fullsize": 205480976,
74+
"source": "ghcr.io/offspot/adminui:1.3.1",
75+
"filesize": 205598720,
76+
"fullsize": 205525525,
7777
},
7878
"file-browser": {
7979
"source": "ghcr.io/offspot/file-browser:1.2",

src/offspot_runtime/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.1"
1+
__version__ = "2.9.2"

0 commit comments

Comments
 (0)