From dcebfb7361805387a6b4a6170cfbc27a83040108 Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:58:41 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/druggeri/nut?= =?UTF-8?q?=5Fexporter=20(=203.1.1=20=E2=86=92=203.1.3=20)=20(#6146)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/druggeri/nut_exporter](https://redirect.github.com/DRuggeri/nut_exporter) | patch | `3.1.1` -> `3.1.3` | --- ### Release Notes
DRuggeri/nut_exporter (ghcr.io/druggeri/nut_exporter) ### [`v3.1.3`](https://redirect.github.com/DRuggeri/nut_exporter/releases/tag/v3.1.3) [Compare Source](https://redirect.github.com/DRuggeri/nut_exporter/compare/v3.1.1...v3.1.3) #### NEW - Log a warning if `ups.status` is not set to be exported because it is a variable most people will need. Thanks for the idea in [#​52](https://redirect.github.com/DRuggeri/nut_exporter/issues/52), [@​varac](https://redirect.github.com/varac)! #### MISC - Fix documentation links for available variables. Thanks for the PR [#​51](https://redirect.github.com/DRuggeri/nut_exporter/issues/51), [@​tigattack](https://redirect.github.com/tigattack)! - Add link to a community ansible role. Thanks for the heads up in [#​53](https://redirect.github.com/DRuggeri/nut_exporter/issues/53), [@​sleepy-nols](https://redirect.github.com/sleepy-nols)!
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com> --- .../kyak/apps/monitoring/nut-exporter/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/kyak/apps/monitoring/nut-exporter/app/helmrelease.yaml b/kubernetes/kyak/apps/monitoring/nut-exporter/app/helmrelease.yaml index c01fb079ed..31a5f629c2 100644 --- a/kubernetes/kyak/apps/monitoring/nut-exporter/app/helmrelease.yaml +++ b/kubernetes/kyak/apps/monitoring/nut-exporter/app/helmrelease.yaml @@ -40,7 +40,7 @@ spec: name: nut-exporter-secret image: repository: ghcr.io/druggeri/nut_exporter - tag: 3.1.1 + tag: 3.1.3 probes: liveness: &probes enabled: false