Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Releases: appsody/controller

0.3.5

31 Mar 10:32
1621bc3
Compare
Choose a tag to compare

Multiple architecture support for controller:

  • s390x
  • ppc64le
  • amd64

0.3.4

22 Jan 15:47
Compare
Choose a tag to compare

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

11 Dec 16:47
8181393
Compare
Choose a tag to compare

Moves APPSODY_PREP call into the main line to avoid the watcher being called while it is running.

0.3.2

26 Nov 20:16
dec12c9
Compare
Choose a tag to compare

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

14 Nov 18:40
Compare
Choose a tag to compare

Signal handling and Process reaping which will do a better job of shutdown for the server and ON_CHANGE actions.

0.3.0

08 Nov 16:05
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Builds a docker image containing the appsody-controller and supporting scripts.

0.2.6

30 Oct 21:15
Compare
Choose a tag to compare

Added CGO_ENABLED=0 to build in Makefile

0.2.5

18 Oct 15:12
Compare
Choose a tag to compare

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

03 Oct 13:54
Compare
Choose a tag to compare
  1. Fixes issue with post processing of ignored directory events.
  2. Controller now only watches for file events not directory events.

0.2.3

19 Sep 14:04
ce092dc
Compare
Choose a tag to compare

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.