Skip to content

Releases: openSUSE/health-checker

Release Version 1.10

15 Sep 12:24
Compare
Choose a tag to compare
  • Fix Btrfs subvolume check if subvol starts with '-'

Release Version 1.9

22 Jun 15:25
Compare
Choose a tag to compare
  • Fix failing subvolume mount checks with certain characters in mount point (bug #14).

Release Version 1.8

09 May 13:09
Compare
Choose a tag to compare
  • Don't rely on t-u's good states in GRUB; with the introduction of the "apply" command in transactional-update the snapshot id's cannnot be reused any more. Due to that store the snapshot number separately now, too.

Release Version 1.7

06 Sep 09:29
Compare
Choose a tag to compare
  • Before rollback make sure /.snapshots is mounted read-write
  • Fix typos and spelling errors. Note: in case an application is parsing the output it will need to adopt to the new strings.

Release Version 1.6

12 Nov 18:38
Compare
Choose a tag to compare
  • Adapt rd.retry to also trigger initqueue timeout tasks [bug #11]
  • Reboot system and let the GRUB health-checker part try to find a working initrd if root file system could not be mounted - instead of ending up in an emergency shell
  • Correctly declare Bash scripts as such

Release Version 1.5

13 Jul 10:59
Compare
Choose a tag to compare

Version 1.5

  • Added /usr/local/libexec/health-checker for user defined plugins.
  • Add checks for /tmp and systemd-logind
  • Transition system into emergency mode on repeated failures to prevent
    random jobs from modifying the broken system
  • Build system cleanup
  • Really fix plugindir replacement in configure.ac script
  • Fix plugindir replacement in configure.ac script
  • Use Python 3 for building documentation
  • Use pkgconf to determine installation directories
  • Support multiple menuentries in GRUB configuration
    [gh##5]
  • Support /var on non-root device for reading health data
  • Avoid GRUB error message if env_block is not set [boo#1151072]
  • Don't show message on manual emergency shell invocation
  • Fix handling when booting a non-default snapshot

Release Version 1.2.3

06 May 14:12
Compare
Choose a tag to compare
  • Fix name of crio RPM

Release Version 1.2.2

21 Mar 08:38
Compare
Choose a tag to compare
  • Fix naming in systemd units
  • Add hooks for telemetrics events

Release Version 1.1

04 Feb 10:31
Compare
Choose a tag to compare
  • Add checks for kubelet and crio

Release Version 1.0

23 May 11:12
Compare
Choose a tag to compare
  • Skip health checker if emergency shell started by user
  • Add GRUB2 fallback handling
  • Adapt to new unified /var directory.
  • Get basic version of rollback from initrd working