Skip to content

Releases: NucciTheBoss/gambol

v0.1.0-rc2 prerelease

26 Jun 17:18
431d81f
Compare
Choose a tag to compare
v0.1.0-rc2 prerelease Pre-release
Pre-release

rc2 adds support for copying stdout and stderr back from Act instances from the LXD provider. This feature was added to enable collecting higher fidelity feedback for why scenes failed. A wish for the future is to have better logging functionality, but for now we can get away with this.

How to set up the snap on your system

After downloading the pre-release of this snap, run the following commands on your system to set up gambol:

snap connect gambol:lxd lxd:lxd  # Enables gambol to access the LXD unit socket.
snap connect gambol:dot-gambol  # Enables gambol to use local key-value database for caching artifacts between Acts

v0.1.0-rc1 prerelease

25 Jun 22:11
cb22dbf
Compare
Choose a tag to compare
v0.1.0-rc1 prerelease Pre-release
Pre-release

The birth of gambol, a simple workflow engine for distributed application.

The is a pre-release for testing gambol in production for running Slurm integration tests.

How to set up the snap on your system

After downloading the pre-release of this snap, run the following commands on your system to set up gambol:

snap connect gambol:lxd lxd:lxd  # Enables gambol to access the LXD unit socket.
snap connect gambol:dot-gambol  # Enables gambol to use local key-value database for caching artifacts between Acts