packages feed

keter 1.3.5 → 1.3.5.1

raw patch · 3 files changed

+4/−1 lines, 3 files

Files

cbits/process-tracker.c view
@@ -92,6 +92,7 @@             n = n->next;             free(n2);         }+        exit(0);     }     else {         close(pipes[0]);
changelog.md view
@@ -1,3 +1,5 @@+__1.3.5.1__ Fix bug where the cleanup process would remain running.+ __1.3.5__ All stanzas may have the `requires-secure` property to force redirect to HTTPS. You can set additional environment variables in your global Keter config file.  __1.3.4__ Support for overriding external ports. Support for keter.yml in addition to keter.yaml. Case insensitive hostname lookups.
keter.cabal view
@@ -1,5 +1,5 @@ Name:                keter-Version:             1.3.5+Version:             1.3.5.1 Synopsis:            Web application deployment manager, focusing on Haskell web frameworks Description:     Handles deployment of web apps, providing a reverse proxy to achieve zero downtime deployments. For more information, please see the README on Github: <https://github.com/snoyberg/keter#readme>