From 3e25ae69b75ddc488df45306e8acb73302c6b25f Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 18:49:31 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20prometheus-smartctl?= =?UTF-8?q?-exporter=20(=200.11.0=20=E2=86=92=200.12.0=20)=20(#6086)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prometheus-smartctl-exporter](https://redirect.github.com/prometheus-community/smartctl_exporter) | minor | `0.11.0` -> `0.12.0` | --- ### Release Notes
prometheus-community/smartctl_exporter (prometheus-smartctl-exporter) ### [`v0.12.0`](https://redirect.github.com/prometheus-community/smartctl_exporter/blob/HEAD/CHANGELOG.md#0120--2024-03-03) [Compare Source](https://redirect.github.com/prometheus-community/smartctl_exporter/compare/v0.11.0...v0.12.0) - \[CHANGE] Better SCSI/SAS support, and removing confused metrics [#​168](https://redirect.github.com/prometheus-community/smartctl_exporter/issues/168) - \[ENHANCEMENT] Impvoe the JSON collection script; now requires jq/yq [#​176](https://redirect.github.com/prometheus-community/smartctl_exporter/issues/176) - \[BUGFIX] Shell fixes for `collect-smartctl-json.sh` [#​178](https://redirect.github.com/prometheus-community/smartctl_exporter/issues/178) - \[BUGFIX] Various fixes to `collect_fake_json.sh` [#​159](https://redirect.github.com/prometheus-community/smartctl_exporter/issues/159)
--- ### 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> --- .../sol/apps/monitoring/smartctl-exporter/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/sol/apps/monitoring/smartctl-exporter/app/helmrelease.yaml b/kubernetes/sol/apps/monitoring/smartctl-exporter/app/helmrelease.yaml index 4f65e21d9c..d8c665f872 100644 --- a/kubernetes/sol/apps/monitoring/smartctl-exporter/app/helmrelease.yaml +++ b/kubernetes/sol/apps/monitoring/smartctl-exporter/app/helmrelease.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: prometheus-smartctl-exporter - version: 0.11.0 + version: 0.12.0 sourceRef: kind: HelmRepository name: prometheus-community