Skip to content

Releases: justinfx/minio_cleaner

v0.1.0 Release

15 Sep 01:52

Choose a tag to compare

Changelog

  • 18e917a Implement "max_remove_size" feature, to limit data removal amount per policy execution
  • b51b1ad Clarify config behavior of "set_from_stat" feature
  • d6f8009 Don't replace S3 event time with Nats msg timestamp. Use S3 UTC
  • 4313c46 fix docker compose minio nats notifications setup
  • 9d57ded fix docker compose image name

v0.0.3 Release

13 Sep 05:06

Choose a tag to compare

Changelog

  • 626cab6 Add Dockerfile, CI container builds, and docker compose configuration
  • d29103c Log absolute db path at startup
  • a8e2bf3 Add --version flag

v0.0.2 Release

12 Sep 23:13

Choose a tag to compare

Changelog

  • a1230e1 Remove debug fast-exit logic from main
  • 6e5727f Update config.toml check_interval

Initial v0.0.1 Release

12 Sep 09:10

Choose a tag to compare

Changelog

  • 082ed79 fix slog linting error for go 1.23
  • f8f7d9a Implement CLI flags and config, and update components to propagate values (fixes #1)
  • 5bbf1f4 Merge pull request #4 from justinfx/2_minio_manager
  • 9e0836d add MinioManager policy tests
  • fec8a7a temp integration of MinioManager into main, for testing
  • e2513ab manager: switch to bucket size implementation from Store instead of from Minio stats
  • 6aaa9f1 fix store bug not unescaping S3 object name from event
  • b78c6ff Working manager cleanups, with tracking of minio disk info timestamp
  • 67c3ecd Initial implementation of CleanupPolicy and MinioManager components
  • facb449 Merge pull request #3 from gedw99/main
  • c35acf8 flags added
  • 36581b9 Update Store TakeOldest to operating on max total size instead of item limit
  • 03b0e52 Update README.md
  • cbc6d05 Add WIP testing section to README
  • 4683ba2 Refactor stat event into proper event type and create Set vs SetOrUpdate store methods
  • d4fd061 Update README.md badges
  • c4c80fb Create gitlab actions
  • b14e751 initial commit
  • 8d2c98a Initial commit