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

@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: ambassador-agent
version: 0.2.16
version: 0.2.17
build-type: Simple
extra-source-files:
./migrations/0.1.0::0.1.0
@@ -22,6 +22,7 @@ extra-source-files:
./migrations/0.2.13::0.2.14
./migrations/0.2.14::0.2.15
./migrations/0.2.15::0.2.16
./migrations/0.2.16::0.2.17
./migrations/0.2.1::0.2.2
./migrations/0.2.2::0.2.3
./migrations/0.2.3::0.2.4