Skip to content

Releases: Obmondo/LinuxAid

v1.5.1

02 Mar 06:49
v1.5.1
c644968

Choose a tag to compare

LinuxAid Release Version v1.5.1

Features

  • b9195d4 feat: add acme support for haproxy 3
  • bd16f65 feat: add haproxy 3

Bug Fixes

  • 1e32716 fix: auto-enable native ACME for 3.x on Noble and add ACME CA/timer flow with other fixes
  • 04cd9c2 fix: address lint issues for puppet strings docs
  • 463d539 fix: handle immediate scheduling of certificate renewals
  • 32a2641 fix: handle rejected domains in the Native acme monitoring loop
  • af20c7a fix: address the formatting lint issues
  • 09f48de fix: handle configuration conflict and the unintended certbot execution
  • 5f141b7 fix: write the automated renewed certificates from memory to disk via cron script
  • 6e7ddfa fix: handle certificate issuing for multiple group of domains
  • 4fa62a3 fix: handle unknown service name error for haproxy challenge response
  • e8782a7 fix: remove dependency on extra variables for version and use the existing one
  • b70f4fe fix: handle setting config version when a git directory for a repo exists
  • b1b6f21 fix extra_options parameter while passing undef
  • c4f72e7 fix: remove unwanted 'main' component from kubernetes apt repo

Other Changes

v1.5.0

26 Feb 07:53

Choose a tag to compare

LinuxAid Release Version v1.5.0

Bug Fixes

  • c4f72e7 fix: remove unwanted 'main' component from kubernetes apt repo

Other Changes

v1.4.9

19 Feb 13:25
db61d6a

Choose a tag to compare

LinuxAid Release Version v1.4.9

Bug Fixes

  • 4922c37 fix: ensures creation of log directory before installing netbird for openwrt systems
  • 5c1b97a fix: handle non existence of extra opts in haproxy configs

Configuration Changes

  • 60df9a1 chore: update netbird client version and checksum to v0.65.1
  • a3878e6 chore: set the hostname via env var when installing netbird

Other Changes

  • 858e5a7 Revert "Merge pull request 'Add --volumes to Docker system prune cron job to clean unused volumes' (#1456) from volumes into master"

v1.4.8

16 Feb 05:02
v1.4.8
eeb1c2c

Choose a tag to compare

LinuxAid Release Version v1.4.8

Bug Fixes

  • fc74c59 fix: apache vhost can have any string, but the underlying domains needs to be fqdn, since its useful incase the entry is common in tags hiera

v1.4.7

16 Feb 04:47
v1.4.7
7ce0076

Choose a tag to compare

LinuxAid Release Version v1.4.7

Bug Fixes

  • be75e8f fix: underlying profile input data type were too broad, so limited those to fqdn input only and added domain monitoring for phpfpm role

v1.4.6

13 Feb 09:28
v1.4.6
e656ba0

Choose a tag to compare

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

v1.4.5

04 Feb 06:01
bbdfc4f

Choose a tag to compare

LinuxAid Release Version v1.4.5

Bug Fixes

  • 067471e fix: handle turrisos multi-arch for netbird install
  • 5130121 fix: handle regex match existence for raidcontrollers

Configuration Changes

  • 0071095 chore: move armv7l arch hiera config to turrisos with proper segregation and update netbird version
  • c3df927 chore: update the gitea workflow to accept harbor creds from org secrets

v1.4.4

02 Feb 07:17
fc8b1d9

Choose a tag to compare

LinuxAid Release Version v1.4.4

Bug Fixes

  • 9b815b5 fix: read db buffer pool and log file size from variables

Configuration Changes

  • 00fd949 chore: basic auth is still used for tags endpoint, have asked the team to fix this
  • 1f13030 chore(fix); removed the unwanted logic to figure out the func to talk to api and fallback to good old method and removed the basic auth as well, since its not used anymore
  • ac5a6d4 chore: added puppet-subversion module 867e10c4611e5712d64e632cc9b8aedaf1499e39

v1.4.3

22 Jan 12:47
v1.4.3
609ed0d

Choose a tag to compare

LinuxAid Release Version v1.4.3

Configuration Changes

  • dfc1d11 chore: update linuxaid-cli release version v1.2.0 with checksum

v1.4.2

19 Jan 13:04
v1.4.2
00217f3

Choose a tag to compare

LinuxAid Release Version v1.4.2

Bug Fixes

  • 73671d9 fix the bug for calling the facts for init_system and fix os family selector for linuxaid-cli package version

Other Changes

  • 0ff54de ci: update linuxaid-ci image to v0.0.2, fix ci issues