Skip to content

v1.4.6

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Feb 09:28
v1.4.6
e656ba0

LinuxAid Release Version v1.4.6

Bug Fixes

  • b5b66da fix: allow metrics which matches the certname, this is required to allow nodes like blackbox exporter nodes to send the metrics to the upstream prom server, since the exported resource have a diff certname and it wont match the node certname, which is correct
  • cf6744e fix: include node name when setting up netbird
  • 75c1866 fix: added a strict check on target give for blackbox that it needs to be a https url and handle resource naming
  • 62b9faf fix: created domain and url label for blackbox exporter, so we match exactly on the threshold record label, since it had only domain, we could have added url in the threshold record, but domains sound fine to read and understand and url is easy to showcase the actual url, since some url has some endpoints too
  • ea5930b fix: let monitor::domains handle https url as well
  • c18b95a fix: added back the httpurl type check for monitoring, since user can give url with some endpoints as well to monitor
  • 8366faa fix: domains is now just fqdn and fqdn:port
  • 042b295 fix(blackbox_exporter) allow TLS inspection to expose expired certificate metrics
  • cac281e fix: install kmod-tun via package resource
  • 2fe0995 fix(gitea-backup): add pre-run cleanup and simplify rotation logic

Configuration Changes

  • bfc5e3b chore: add doc for installing linuxaid on turris routers with netbird integration
  • 32aee32 chore: address the yaml lint failures
  • d3d0e9a chore: update openvox version to 8.24.2

Other Changes

  • d400a51 Add --volumes to Docker system prune cron job