• v1.10.1 c62d575aee

    v1.10.1 Stable

    GregoryDosh released this 2024-05-24 23:23:37 +00:00 | 604 commits to main since this release

    v1.10.1

    Homelab Common

    • Small fix for logger not being correctly overriden on user -e param for debugging script
    Downloads
  • v1.10.0 4db830df28

    v1.10.0 Stable

    GregoryDosh released this 2024-05-24 21:30:27 +00:00 | 605 commits to main since this release

    v1.10.0

    DCaaSS

    • Caught a missing validation for missing XARGS_BIN_ABSOLUTE_PATH before it came back to bite later!
    • Added DCAASS_EXTRA_CONFIG_DIRS and DCAASS_EXTRA_CONFIG_FILES to help with quicker bootstrapping various Docker Compose stacks with their own various file needs.
    Downloads
  • v1.9.1 0fa750b2f8

    v1.9.1 Stable

    GregoryDosh released this 2024-05-22 16:37:19 +00:00 | 607 commits to main since this release

    v1.9.1

    Small patch to swap back to old (default) logic of renewing before cert expiration. Combining the previous period of 18h to match with new renew before 6 hours left in expiration. Current certs in the homelab expire after 24h so this should be similar logic but prevent the period lapsing the renewal period.

    Downloads
  • v1.9.0 52b0fbc1ea

    v1.9.0 Stable

    GregoryDosh released this 2024-05-22 15:52:57 +00:00 | 608 commits to main since this release

    v1.9.0

    • feat: add async restart of DCaaSS. When DCAASS_SERVICE_ANSIBLE_RESTART_ASYNC is true, it will try and restart DCaaSS using the default async values below. The default poll options of 45/0 should make the task fire into the background and not block AFAIK.
    DCAASS_SERVICE_ANSIBLE_RESTART_ASYNC: false
    DCAASS_SERVICE_ANSIBLE_RESTART_ASYNC_FAIL_SEC: 45
    DCAASS_SERVICE_ANSIBLE_RESTART_ASYNC_POLL_SEC: 0
    
    Downloads
  • v1.8.0 4e041de010

    v1.8.0 Stable

    GregoryDosh released this 2024-05-22 01:52:40 +00:00 | 609 commits to main since this release

    v1.8.0

    • feat: add DCAASS_DOCKER_DAEMON_ALLOW_RESTART param to control docker daemon restart
    Downloads
  • v1.7.0 d2c7391c24

    v1.7.0 Stable

    GregoryDosh released this 2024-05-20 13:59:11 +00:00 | 610 commits to main since this release

    v1.7.0

    Homelab Common

    • Adding in a 18 hour renewal period argument for CA Certificate renewal service
    Downloads
  • v1.6.2 d4231b17cd

    v1.6.2 Stable

    GregoryDosh released this 2024-05-11 21:08:14 +00:00 | 611 commits to main since this release

    v1.6.2

    Set the default logging driver of DCaaSS Docker daemon.json to use journald for easier journalctl -afu dcaass usage

    Downloads
  • v1.6.1 94b387b202

    v1.6.1 Stable

    GregoryDosh released this 2024-05-11 01:49:36 +00:00 | 612 commits to main since this release

    v1.6.1

    Small patch for config directories constantly churning against Docker -> 0770

    Downloads
  • v1.6.0 5bf88d4449

    v1.6.0 Stable

    GregoryDosh released this 2024-05-11 00:28:00 +00:00 | 613 commits to main since this release

    v1.6.0

    Adds an internal mirror for the docker daemon.
    Removes the volume pruning from default service.

    Downloads
  • v1.5.6 542c928dff

    v1.5.6 Stable

    GregoryDosh released this 2024-05-09 15:26:27 +00:00 | 614 commits to main since this release

    v1.5.6

    Small fix for accidentally adding -o pipefail to posix scripts. Removing this for now since I'd rather they be posix than have that feature.

    Downloads