Skip to content

Commit 59dbfb9

Browse files
committed
Release 2.10.1 with adminui 1.4.1 for clock URL fix
1 parent ef34b63 commit 59dbfb9

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.10.0] - 2026-03-13
9+
10+
### Changed
11+
12+
- [builder] Using adminui 1.4.1 with clock settings URL fix
13+
814
## [2.10.0] - 2026-03-11
915

1016
### Changed

src/offspot_config/builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
"fullsize": 166963676,
7272
},
7373
"adminui": {
74-
"source": "ghcr.io/offspot/adminui:1.4.0",
75-
"filesize": 207605760,
76-
"fullsize": 207532516,
74+
"source": "ghcr.io/offspot/adminui:1.4.1",
75+
"filesize": 207656960,
76+
"fullsize": 207579106,
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.10.0"
1+
__version__ = "2.10.1"

0 commit comments

Comments
 (0)