Skip to content

Releases: soerenschneider/conditional-reboot

v1.6.0

22 Sep 18:28
382f60e
Compare
Choose a tag to compare

1.6.0 (2023-09-22)

Features

  • add safeguards to not get stuck in reboot loop (ee4ac7d)
  • make needrestart checker configurable (ae38700)

Bug Fixes

  • actually honor 'safe for reboot' condition (2858d90)
  • fix linux code (7fec818)

v1.5.1

06 Sep 15:43
3cbaf54
Compare
Choose a tag to compare

1.5.1 (2023-09-06)

Bug Fixes

  • fix memory aliasing bug (8483897)
  • make sure to always run needrestart as root (fc55bce)

v1.5.0

05 Sep 19:47
cf7bc16
Compare
Choose a tag to compare

1.5.0 (2023-09-05)

Features

  • use 'HH:MM' timestamps for precondition 'time window' (286f2c5)

v1.4.2

05 Aug 07:54
156f666
Compare
Choose a tag to compare

1.4.2 (2023-08-05)

Bug Fixes

v1.4.1

02 Aug 18:36
0b8ae9a
Compare
Choose a tag to compare

1.4.1 (2023-08-02)

Bug Fixes

  • fix all configs sharing the same reference (2bda2c5)
  • respect streak (1b97738)

v1.4.0

23 Jun 18:31
1585a57
Compare
Choose a tag to compare

1.4.0 (2023-06-23)

Features

v1.3.0

22 Jun 20:02
c3f7dff
Compare
Choose a tag to compare

1.3.0 (2023-06-22)

Features

v1.2.2

22 Jun 15:11
d6db130
Compare
Choose a tag to compare

1.2.2 (2023-06-22)

Bug Fixes

  • set metric when actually performing check (4753755)

v1.2.1

21 Jun 21:18
cc46154
Compare
Choose a tag to compare

1.2.1 (2023-06-21)

Bug Fixes

  • run metrics dumper in own goroutine (651e612)

v1.2.0

21 Jun 20:34
6e54b0d
Compare
Choose a tag to compare

1.2.0 (2023-06-21)

Features

  • allow dumping of metrics to be picked up by node_exporter (c9e3b64)

Bug Fixes

  • invoke metric on startup (10d7067)