Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 20:42
· 23 commits to main since this release
17fc297

Changelog

  • 17fc297 Merge pull request #2 from ls1admin/ci/add-goreleaser
  • 0087e3c Update release.yml to only run on tags
  • b52b123 Create release.yml with goreleaser
  • 4b83a66 Merge pull request #1 from ls1admin/feat/improve-code-structure
  • fbdd4b6 Parse storage threshold from ENV variable
  • 8194708 Move threshold from global var to struct
  • c39c3dc Remove global Docker CLI variable
  • 1990446 Add TODO for running service itself in a container
  • b66c28b Refactor code by introducing new structs
  • c5e4e89 Cleanup dependencies and update them
  • 20d5ebe Restructure project
  • 39439da Implement basic functionallity
  • 7ba957e Init go mod
  • 93eb689 Initial commit