Integration/0.2.17 (#789)

* self-repair and prevention of ssl cert renewal bug

* bump to 0.2.17

* adjust ui for 0.2.17

* adds db migration

* add extra protection around ssl directory target

* liftIO
This commit is contained in:
Keagan McClelland
2021-11-11 12:23:25 -07:00
committed by GitHub
parent 183f91859a
commit 4713bdc793
11 changed files with 16917 additions and 50 deletions

View File

@@ -10,8 +10,7 @@ module Lib.Ssl
, root_CA_OPENSSL_CONF
, intermediate_CA_OPENSSL_CONF
, segment
)
where
) where
import Startlude

View File

@@ -102,12 +102,12 @@ parseKernelVersion = do
pure $ KernelVersion (Version (major', minor', patch', 0)) arch
synchronizer :: Synchronizer
synchronizer = sync_0_2_16
synchronizer = sync_0_2_17
{-# INLINE synchronizer #-}
sync_0_2_16 :: Synchronizer
sync_0_2_16 = Synchronizer
"0.2.16"
sync_0_2_17 :: Synchronizer
sync_0_2_17 = Synchronizer
"0.2.17"
[ syncCreateAgentTmp
, syncCreateSshDir
, syncRemoveAvahiSystemdDependency