2024-10-30 20:26:28 +01:00

3.8 KiB

Changelog

[1.0.1] - 2024-09-11

  • Upgraded base image from ghcr.io/hassio-addons/base/<arch>:16.1.2 to 16.3.0

[1.0.0] - 2024-07-01

⚠️ BREAKING CHANGES ⚠️

  • Upgraded Node Exporter to 1.8.1
  • Upgraded base image from ghcr.io/hassio-addons/base/<arch>:15.0.8 to 16.1.2
  • Removes the default username/password
  • Now requires a plaintext password instead of a bcrypt string (the container will bcrypt the password for you)
    • If you're upgrading from 0.9.1 or any earlier version, you will NEED to go to the "Configuration" tab and enter the plaintext version of your password (if you leave the bcrypt hash in the password field, the container will try to hash your already-hashed password)

[0.9.1] - 2024-05-14

  • Upgraded base image from ghcr.io/hassio-addons/base/<arch>:15.0.4 to 15.0.8
  • Added CONTRIBUTING.md

[0.9.0] - 2024-05-13

[0.8.2] - 2024-01-16

  • Upgraded base image from ghcr.io/hassio-addons/base/<arch>:15.0.1 to 15.0.4

[0.8.1] - 2024-01-11

[0.8.0] - 2023-12-13

  • Upgraded Node Exporter to 1.7.0
  • Upgraded base image from ghcr.io/hassio-addons/base/<arch>:14.1.0 to 15.0.1

[0.7.0] - 2023-08-18

  • Upgraded Node Exporter to 1.6.1
  • Upgraded base image from ghcr.io/hassio-addons/base/<arch>:14.0.0 to 14.1.0

[0.6.0] - 2023-05-18

[0.5.0] - 2023-03-16

  • Upgraded Node Exporter to 1.5.0
  • Upgraded base image from ghcr.io/hassio-addons/base/<arch>:12.2.4 to 13.1.3

[0.4.0] - 2022-10-20

  • Upgraded base image from ghcr.io/hassio-addons/base/<arch>:12.2.0 to 12.2.4

[0.3.0] - 2022-09-26

  • Upgraded Node Exporter to 1.4.0

[0.2.1] - 2022-08-05

  • Added more logging around TLS

[0.2.0] - 2022-08-05

[0.1.1] - 2022-08-05

  • Added configuration option descriptions

[0.1.0] - 2022-07-11

  • Upgraded base image from ghcr.io/hassio-addons/base/<arch>:11.1.2 to 12.2.0 (Alpine Linux 3.16), but also disabled the s6 init system because of this issue
  • Added CI from here

[0.0.7] - 2022-06-07

  • Upgraded base image from ghcr.io/hassio-addons/base/<arch>:11.1.0 to 11.1.2 (this is the last without s6 v3)

[0.0.6] - 2022-05-17

  • Fixed S6-overlay v3 problems
  • Added build.json file to better control base image versions
  • Small formatting fixes and readability changes

[0.0.5] - 2022-02-13

  • Added HTTP Basic Auth

[0.0.4] - 2021-12-29

  • Upgraded Node Exporter to 1.3.1

[0.0.3] - 2021-12-12

[0.0.2] - 2021-11-16

  • Built for aarch64 (Raspberry Pi 4B)

[0.0.1] - 2021-11-03

  • Initial release

Note

I'm not making numbered GitHub releases/tags, since this is still a beta project. These release numbers are purely made up.