diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ed5d9..1ac435f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.10.1] - 2024-02-12 + +### Changed + +- [builder] Using dashboard:1.3.1 + ## [1.10.0] - 2024-02-11 ### Added diff --git a/src/offspot_config/builder.py b/src/offspot_config/builder.py index 166109a..5fb533c 100644 --- a/src/offspot_config/builder.py +++ b/src/offspot_config/builder.py @@ -39,9 +39,9 @@ "fullsize": 184559684, }, "dashboard": { - "source": "ghcr.io/offspot/dashboard:1.3", - "filesize": 124334080, - "fullsize": 124248725, + "source": "ghcr.io/offspot/dashboard:1.3.1", + "filesize": 124354560, + "fullsize": 124261524, }, "file-browser": { "source": "ghcr.io/offspot/file-browser:1.1", diff --git a/src/offspot_runtime/__about__.py b/src/offspot_runtime/__about__.py index fcfdf38..a0865bb 100644 --- a/src/offspot_runtime/__about__.py +++ b/src/offspot_runtime/__about__.py @@ -1 +1 @@ -__version__ = "1.10.0" +__version__ = "1.10.1"