agent: bump to 0.2.8. Appmgr still at 0.2.7

This commit is contained in:
Aaron Greenspan
2021-01-11 09:55:10 -07:00
committed by Aiden McClelland
parent 4e0ad21384
commit 3a63dab586
3 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1 @@
SELECT TRUE;

View File

@@ -1,5 +1,5 @@
name: ambassador-agent
version: 0.2.7
version: 0.2.8
default-extensions:
- NoImplicitPrelude

View File

@@ -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