Skip to content

Commit

Permalink
using dashboard 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Feb 12, 2024
1 parent b45fd25 commit 962c5ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/offspot_config/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/offspot_runtime/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.10.0"
__version__ = "1.10.1"

0 comments on commit 962c5ae

Please sign in to comment.