Skip to content

Releases: ls1admin/docker-auto-cleaner

v0.0.2

30 Jul 10:16
98ffb16
Compare
Choose a tag to compare

Changelog

  • 98ffb16 Merge pull request #6 from ls1admin/dependabot/go_modules/github.com/docker/docker-27.1.1incompatible
  • 3692155 Bump github.com/docker/docker
  • 8d12158 Merge pull request #5 from ls1admin/dependabot/go_modules/github.com/docker/docker-27.1.0incompatible
  • 82c0118 Bump github.com/docker/docker
  • cffb448 Merge pull request #4 from ls1admin/dependabot/go_modules/github.com/docker/docker-27.0.3incompatible
  • c5eda78 Bump github.com/docker/docker
  • f25493f Add dependabot.yml
  • 423a6c8 Improve workflow triggers
  • ba85bce Merge pull request #3 from ls1admin/feat/improve-testing
  • 06a5aca Improve Docker Monitor init
  • 2f9225b Remove global queue
  • 295357d Fix more testing for gh actions
  • b65edcd Fix more testing for gh actions
  • 5332519 Fix testing for gh actions
  • 874e386 Fix image test suite
  • 1e74447 Remove json from test.yml
  • fc2a024 Update test.yml
  • cf32729 fix test.yml
  • edf0093 Migrate to test suites for better structure
  • 49940fc Add missing tests
  • 1e36ea9 Add workflow to automatically assess test cases
  • 96dfffa Add testing for functionality
  • 88b7305 Fix direct dependency being indirect

v0.0.1

26 Jun 20:42
17fc297
Compare
Choose a tag to compare

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