mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
Release/0.2.15 (#411)
* remove all apt-get calls from check phase of startup * Fix "n is undefined" config spec change bug (#392) Fixes the issue where an old config with a new config spec sometimes renders the config inaccessible, with the error `n is undefined` * updates version numbers * version change for appmgr * updates version numbers and welcome message * adds migration for 0.2.15 to the agent * actually add 0.2.15 migration to appmgr Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
46643cb3a4
commit
18a069e6fd
@@ -499,8 +499,8 @@ const mockApiNotifications: ReqRes.GetNotificationsRes = [
|
||||
const mockApiServer: () => ReqRes.GetServerRes = () => ({
|
||||
serverId: 'start9-mockxyzab',
|
||||
name: 'Embassy:12345678',
|
||||
versionInstalled: '0.2.14',
|
||||
versionLatest: '0.2.14',
|
||||
versionInstalled: '0.2.15',
|
||||
versionLatest: '0.2.15',
|
||||
status: ServerStatus.RUNNING,
|
||||
alternativeRegistryUrl: 'beta-registry.start9labs.com',
|
||||
welcomeAck: true,
|
||||
|
||||
Reference in New Issue
Block a user