2015-09-07 12:36:52 +03:00
|
|
|
# v0.0.15
|
|
|
|
|
|
|
|
* Disabled the TCP ping whilst the VPN is connected. [Praneeth]
|
|
|
|
* Added TCP ping enable/disable endpoints. [Praneeth]
|
|
|
|
* Added initial go supervisor, using it to purge the /data directory of apps. [Pablo]
|
|
|
|
* Mounted /lib/firmware into the user container. [Pablo]
|
|
|
|
* Fixed spaces in env vars for web terminal. [Petros]
|
|
|
|
* Added missing return when no app id specified. [Pablo]
|
2015-07-31 17:01:36 +01:00
|
|
|
* Try to populate the docker cache before building. [Page]
|
|
|
|
|
2015-07-23 15:55:01 +01:00
|
|
|
# v0.0.15
|
|
|
|
|
2015-07-22 03:39:59 +05:30
|
|
|
* Make resolv.conf writable from a user container. [Praneeth]
|
2015-07-20 19:29:41 +01:00
|
|
|
* Updated pubnub (3.7.13 doesn't seem to have the heartbeat unnecessarily)
|
2015-07-08 20:09:58 +01:00
|
|
|
* Fixed an issue where an image would not be cleaned up if it was tagged in multiple repos. [Page]
|
2015-07-15 22:25:35 +01:00
|
|
|
* Use JOBS=MAX for npm install. [Page]
|
2015-07-08 18:00:20 +01:00
|
|
|
* Updated pinejs-client so that valid ssl certificates are enforced by default. [Page]
|
2015-05-20 14:22:37 +01:00
|
|
|
* Write the `registered_at` time to config.json as well, in case there is a failure between writing to config.json and writing to knex [Page]
|
|
|
|
|
2015-05-12 10:13:01 +01:00
|
|
|
# v0.0.14
|
|
|
|
|
2015-05-07 16:27:27 +01:00
|
|
|
* Clean up tmp files left behind by npm [Page]
|
2015-05-05 15:31:55 +01:00
|
|
|
* Fix an error where mixpanel events would have the wrong uuid set on first provision. [Page]
|
2015-05-06 13:33:11 +01:00
|
|
|
* Update knexjs to ~0.8.3, which uses lodash 3 and means it will be deduplicated (reducing image size and runtime memory usage) [Page]
|
2015-05-04 12:45:50 +01:00
|
|
|
* Stop caching config.json, avoids a race that could cause getting stuck repeatedly trying to register [Page]
|
|
|
|
|
2015-05-05 15:32:38 +01:00
|
|
|
# v0.0.13
|
2015-04-30 11:43:00 +02:00
|
|
|
|
|
|
|
* Bind mount /etc/resolv.conf as ro for application containers and supervisor [Praneeth]
|
2015-05-05 15:32:38 +01:00
|
|
|
|
2015-04-15 19:13:39 +01:00
|
|
|
# v0.0.12
|
|
|
|
|
2015-04-15 17:16:20 +01:00
|
|
|
* Stopped displaying an error message when trying to start a container that is already started.
|
2015-04-15 17:13:15 +01:00
|
|
|
* Improved error messages reported to the user in the case of finding an empty string.
|
2015-04-10 17:52:57 +01:00
|
|
|
* Switched to using the dockerode pull progress mechanism.
|
2015-04-10 18:09:55 +01:00
|
|
|
* Fixed trying to delete supervisor container when it reports an alternate tag instead of the primary tag.
|
2015-04-15 19:13:39 +01:00
|
|
|
* Switched to using the i386-node image as a base for the i386-supervisor
|
|
|
|
* Fixed reporting error objects to mixpanel.
|