Releases: trueforge-org/drydock
Releases · trueforge-org/drydock
0.0.16: ensure compose files are reconciled when mismatch with running container
ensure dry-run is respected
0.0.15: move compose label fixes
more fixing
0.0.14: UI tweaks, MAU support and compose-trigger ONCE
0.0.13: fix some issues with docker-compose native not working
restructure native default via env vars
0.0.12: add auto-compose defaults envs
feat: add defaults envs for auto compose (#10) * feat: add defaults by env for auto compose * fix: consistent empty string handling for compose labels (#11) * Initial plan * fix: use consistent empty string handling for compose labels Co-authored-by: Crow-Control <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Crow-Control <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
0.0.11: add automatic compose-file fetching based on original compose-file paths
feat: add automatic compose file location fetching (#9) * more fixes * add automatic compose file location fetching * improve tests * make docs more clear * Update app/watchers/providers/docker/Docker.ts Co-authored-by: Copilot <[email protected]> * Update app/watchers/providers/docker/Docker.ts Co-authored-by: Copilot <[email protected]> * fix tests --------- Co-authored-by: Copilot <[email protected]>
0.0.10: compose-file digest support
feat: allow for digest-pinned composefiles and test-coverage fixes (#7) * feat: allow for digest-pinned composefiles * fix some coverage * Add unit tests for digest helper functions per PR review feedback (#8) * Initial plan * Export helper functions and add comprehensive unit tests Co-authored-by: Crow-Control <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Crow-Control <[email protected]> * more fixes * more fixes * enforce coverage --------- Co-authored-by: Copilot <[email protected]>
0.0.9: fixing bugs
prefer tag over digest for displaying
0.0.8: more work on label-triggers
fix some issues with trigger being added where it shouldn't
0.0.6: update compose labels on existing containers
fix copose labels peristent container state