• v1.10.4 7579529c0b

    v1.10.4 Stable

    GregoryDosh released this 2024-06-10 13:03:28 +00:00 | 553 commits to main since this release

    v1.10.4

    Homelab Common

    The SSH renewal service is a bit finicky. Trying to hack support for a few different archs/systems which may or may not have different preferred methods to restart sshd so-as to preserve existing certs etc.

    Really need to rethink all this cludge into something better.

    Downloads
  • v1.10.3 f6481defde

    v1.10.3 Stable

    GregoryDosh released this 2024-06-10 03:37:02 +00:00 | 554 commits to main since this release

    v1.10.3

    Homelab Common

    • Hopefully fixing the ssh restart failures in the occasional healthcheck failure 🤞🍀
    Downloads
  • v1.10.2 e0cca88a3a

    v1.10.2 Stable

    GregoryDosh released this 2024-06-09 13:13:41 +00:00 | 555 commits to main since this release

    v1.10.2

    Homelab Common

    • Fix for error handling in post renewal script and systemd journaling
    Downloads
  • v1.10.1 c62d575aee

    v1.10.1 Stable

    GregoryDosh released this 2024-05-24 23:23:37 +00:00 | 556 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 | 557 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 | 559 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 | 560 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 | 561 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 | 562 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 | 563 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