From f29150f1983bbd5be64d879efd198b0018f1509b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 06:11:50 +0000 Subject: [PATCH] chore(main): :tada: release 10.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 84ca395b6..033a89c78 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.4.0" + ".": "10.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4114cb3..a8888bd3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [10.5.0](https://github.com/joshuar/go-hass-agent/compare/v10.4.0...v10.5.0) (2024-11-19) + + +### Features + +* **linux/cpu:** :sparkles: add preferences to optionally disable all cpu (and specifically, cpu frequency) sensors ([ecc5cc6](https://github.com/joshuar/go-hass-agent/commit/ecc5cc6a6a6e3d7615ef24fe7adac0811983c5d5)) +* **linux/mem:** :sparkles: send oom events to Home Assistant ([c491e81](https://github.com/joshuar/go-hass-agent/commit/c491e810f21c574fb784af9babc607416d6ba8aa)) +* **linux/system:** :sparkles: add preferences to optionally disable hwmon sensors ([7b65aab](https://github.com/joshuar/go-hass-agent/commit/7b65aab7b6473c2377c19af7e1206241f2765954)) + + +### Bug Fixes + +* **hass:** :bug: correct JSON marshaling ([bd31214](https://github.com/joshuar/go-hass-agent/commit/bd31214b7304e60483d8166070901c11a4a30b0c)) +* **linux/cpu:** :bug: cpu process state counts should not be totalincreasing state class ([0183281](https://github.com/joshuar/go-hass-agent/commit/0183281cd03514ab4a274548a4058f6fcf0a6613)) +* **linux/net:** :bug: only use link up/down/invalid netlink messages for link state ([27919b4](https://github.com/joshuar/go-hass-agent/commit/27919b46fbba0af2ba043a6ea694e84bbe00cdbb)) +* **linux/net:** :bug: treat unknown link state as down state ([813485e](https://github.com/joshuar/go-hass-agent/commit/813485e73b56de1605d5ed23ee80583d0599bad2)) + ## [10.4.0](https://github.com/joshuar/go-hass-agent/compare/v10.3.2...v10.4.0) (2024-10-31)