Releases: rosineygp/mkdkr
Releases · rosineygp/mkdkr
v0.11.0: feat: for simple job not necessary pass a action (#35)
- Now job is default for launch action - Add trap in documentation (missed) - Improvement of docs - Add trap and implict-job at pipeline
v0.10.0: feat: destroy container at end of the job (#34)
- Now trap destroy container at end of job, even control + c was pressed Thanks, Bash Bible: https://github.com/dylanaraps/pure-bash-bible#do-something-on-script-exit
v0.9.1
v0.9.0: feat: switch default terminal (#30)
- Now is possible switch to another terminal like bash,csh - Add prefix to TTL variable
v0.8.5: Fix/makefile tests (#28)
* fix: organize current examples - Examples are separeted in a folder examples/ - Now pipeline jobs run it - Update all pipeline engines - Small fix in examples * fix: change job small to simple
v0.8.4: Docs/add terminalizer (#25)
* Add Terminalizer presentation - Change url of Makefile template
v0.8.3: Big review in main document (#23)
- Reorder - Create index - Add link to examples - Cleanup
v0.8.0: Add real logo
- New logo added. I am not an artist :( - Small fix in docs - Removed old ugly logo
v0.5.0: Added pipeline generator (#12)
- Now is possible create pipeline automatically - Show in documents how to do it - Create docker image with jinja2 and scripts - Create example in Makefile - Update current .gitlab-ci with the autogenerated pipeline