mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
agent: bump to 0.2.8. Appmgr still at 0.2.7
This commit is contained in:
committed by
Aiden McClelland
parent
4e0ad21384
commit
3a63dab586
1
agent/migrations/0.2.7::0.2.8
Normal file
1
agent/migrations/0.2.7::0.2.8
Normal file
@@ -0,0 +1 @@
|
||||
SELECT TRUE;
|
||||
@@ -1,5 +1,5 @@
|
||||
name: ambassador-agent
|
||||
version: 0.2.7
|
||||
version: 0.2.8
|
||||
|
||||
default-extensions:
|
||||
- NoImplicitPrelude
|
||||
|
||||
@@ -96,12 +96,12 @@ parseKernelVersion = do
|
||||
pure $ KernelVersion (Version (major', minor', patch', 0)) arch
|
||||
|
||||
synchronizer :: Synchronizer
|
||||
synchronizer = sync_0_2_7
|
||||
synchronizer = sync_0_2_8
|
||||
{-# INLINE synchronizer #-}
|
||||
|
||||
sync_0_2_7 :: Synchronizer
|
||||
sync_0_2_7 = Synchronizer
|
||||
"0.2.7"
|
||||
sync_0_2_8 :: Synchronizer
|
||||
sync_0_2_8 = Synchronizer
|
||||
"0.2.8"
|
||||
[ syncCreateAgentTmp
|
||||
, syncCreateSshDir
|
||||
, syncRemoveAvahiSystemdDependency
|
||||
|
||||
Reference in New Issue
Block a user