Releases: spesnova/iruka
Releases · spesnova/iruka
v0.2.0
New Features
- #8: support for setting environment variables (added Config Vars API to server and
config
,set
,unset
command) - #9: enable to access deployed web container (added new componet "Agent" to server and
open
command) - #15: automate building release artifacts
- #27: add CLI document
The linux-amd64 and darwin-amd64 artifact contains the iruka server (irukad
) binary and iruka CLI (iruka
) both.
v0.1.0
Initial development release of iruka. The linux-amd64 and darwin-amd64 artifact contains the iruka server (irukad
) binary and iruka CLI (iruka
) both.
New Features
- iruka server (
irukad
) provides REST API to handle containers - the API serves App resource and Container resource
- iruka CLI (
iruka
) supportscreate
,destroy
,deploy
andps
command