Skip to content

v0.1.0

Compare
Choose a tag to compare
@muhammedikinci muhammedikinci released this 07 May 22:15
· 15 commits to main since this release

Changelog

  • 7416d21 Add apply command, implement a custom parser for YAML that config read from viper
  • 30a2aed Add goreleaser and upgrade go 1.18
  • 3b1c374 Add logger and implement copyFiles and workDir attributes to runner
  • 7299717 Add new gif to asset
  • be12f65 Add runner and implement docker api with sdk
  • a37add5 Create README.md
  • 5e6b354 Create go.yml
  • 2fee927 Extract log file from tar for pretty print
  • f82887e Fix tar path errors in copy to container action
  • e69168b Pre commit for #4 and #5, container and shell commander separated from runner
  • 68b2896 Reactivate container removing
  • e4c0ce4 Separate starting container action to container go
  • 7cf28c4 Set job name to container and catch exit 1 situations
  • e467a01 Set name argument not required
  • 8640586 Shell command logs getting from log file
  • 69c0ed8 Update README.md
  • 2a41932 Update README.md
  • b62ae02 Update README.md
  • 5084c32 Update README.md
  • f5ef458 Update README.md
  • 4ba26fa Update README.md
  • 3c73dd4 Update checklist done #1
  • 185bd30 Update checklist done #2
  • 2e87b74 fix #1 and seperate container and images from runner go
  • 129a84a fix #2 add timestamp to container names
  • ce5a8d5 fix #3 Image Manager - Create small pieces with extracting codes from runner struct
  • b4587fe fix #4 CopyToContainer appender tests completed
  • b27e0a3 fix #5 and write unit tests for #4 except for CopyToContainer tests
  • da4615d prepare and run shell command file in container
  • fec777d soloExecution flag implemented