forked from openSUSE/health-checker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
103 lines (78 loc) · 2.83 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
issue-generator NEWS -- history of user-visible changes.
Copyright (C) 2017-2020 Thorsten Kukuk et al.
Version 1.11
* Add RPM database consistency plugin
* Messages are printed with a severity prefix now
* Fix various typos
* Add missing rule for health-checker.service.8
* Remove HTML output of man pages (the man pages are rendered by a
common service on manpages.opensuse.org now)
Version 1.10
* Fix Btrfs subvolume check if subvol starts with '-'
Version 1.9
* Fix failing subvolume mount checks with certain characters in mount
point [gh#openSUSE/health-checker#14].
Version 1.8
* 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.
Version 1.7
* Before rollback make sure /.snapshots is mounted rw
* Fix typos and spelling errors. Note: in case an application is parsing
the output it will need to adopt to the new strings.
Version 1.6
* Adapt rd.retry to also trigger initqueue timeout tasks
[gh#kubic-project/health-checker#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
Version 1.5
* Added /usr/local/libexec/health-checker for user defined plugins.
Version 1.4
* 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
Version 1.3.4
* Really fix plugindir replacement in configure.ac script
Version 1.3.3
* Fix plugindir replacement in configure.ac script
* Use Python 3 for building documentation
Version 1.3.2
* Use pkgconf to determine installation directories
Version 1.3.1
* Support multiple menuentries in GRUB configuration
[gh#kubic-project/health-checker#5]
Version 1.3
* 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
Version 1.2.3
* Fix name of crio RPM
Version 1.2.2
* Fix naming in systemd units
Version 1.2.1
* Fix telemetrics payload in success case
Version 1.2
* Add hooks for telemetrics events
Version 1.1
* Add checks for kubelet and crio
Version 1.0
* 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
Version 0.5
* Fix logger arguments
Version 0.4
* Add script to verify btrfs subvolume mounts
Version 0.3
* First code for dracut module added
* Wrote documentation
Version 0.2
* Add plugins for etcd, rebootmgr, overlayfs for /etc
Version 0.1
* Initial release