Releases: appsody/controller
Releases · appsody/controller
0.3.5
Multiple architecture support for controller:
0.3.4
All appsody controller commands are run via /bin/sh instead of /bin/bash on development image. This enables more constrained runtimes (alpine for example) to be used.
0.3.3
Moves APPSODY_PREP call into the main line to avoid the watcher being called while it is running.
0.3.2
Release Notes:
Remove 10 second delay at shutdown.
Shorten reaper cycle.
Shorten signal handler by removing wait, async reaping and mutexing
Controller supports interactive flag option.
0.3.1
Signal handling and Process reaping which will do a better job of shutdown for the server and ON_CHANGE actions.
0.3.0
Builds a docker image containing the appsody-controller and supporting scripts.
0.2.6
Added CGO_ENABLED=0 to build in Makefile
0.2.5
Release fixes issue with appsody run test or other sync modes such as when --no-watcher is specified, where the error codes from the APPSODY_RUN or APPSODY_TEST commands were not properly propagated back.
0.2.4
- Fixes issue with post processing of ignored directory events.
- Controller now only watches for file events not directory events.
0.2.3
Adds support for no file watcher --no-watcher which overrides the settings in the APPSODY variables for the Dockerfile for the stack.
Added support for TTY in conjunction with Appsody Cli.