fix(prometheus-pve-exporter): update image docker.io/prompve/prometheus-pve-exporter 3.8.1 → 3.8.2 (#46309)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/prompve/prometheus-pve-exporter](https://redirect.github.com/prometheus-pve/prometheus-pve-exporter) | patch | `c0a6d57` → `e3d501a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>prometheus-pve/prometheus-pve-exporter (docker.io/prompve/prometheus-pve-exporter)</summary> ### [`v3.8.2`](https://redirect.github.com/prometheus-pve/prometheus-pve-exporter/blob/HEAD/CHANGELOG.rst#382---2025-03-22) [Compare Source](https://redirect.github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.8.1...v3.8.2) Changed ``` - Add security note to the README file (#​423) - Bump docker/setup-buildx-action from 3 to 4 (#​424) - Bump docker/build-push-action from 6 to 7 (#​425) - Bump docker/login-action from 3 to 4 (#​426) - Bump wrapt from 2.1.1 to 2.1.2 (#​419) - Bump proxmoxer from 2.2.0 to 2.3.0 (#​418) - Bump werkzeug from 3.1.5 to 3.1.6 (#​411) - Bump docker/metadata-action from 5 to 6 (#​417) - Bump docker/setup-qemu-action from 3 to 4 (#​416) - Bump actions/attest-build-provenance from 3 to 4 (#​415) - Bump actions/download-artifact from 7 to 8 (#​414) - Bump actions/upload-artifact from 6 to 7 (#​413) - fix: f-string in module-not-found response and move url_map to __init__ (#​421) `3.8.1`_ - 2025-02-11 --------------------- Changed ``` - Bump wrapt from 2.1.0 to 2.1.1 ([#​406](https://redirect.github.com/prometheus-pve/prometheus-pve-exporter/issues/406)) - Bump wrapt from 2.0.1 to 2.1.0 ([#​403](https://redirect.github.com/prometheus-pve/prometheus-pve-exporter/issues/403)) - Bump alpine from 3.23.2 to 3.23.3 ([#​402](https://redirect.github.com/prometheus-pve/prometheus-pve-exporter/issues/402)) - Bump cryptography from 44.0.1 to 46.0.5 ([#​407](https://redirect.github.com/prometheus-pve/prometheus-pve-exporter/issues/407)) - Bump prometheus-client from 0.23.1 to 0.24.1 ([#​400](https://redirect.github.com/prometheus-pve/prometheus-pve-exporter/issues/400)) - Bump werkzeug from 3.1.4 to 3.1.5 ([#​399](https://redirect.github.com/prometheus-pve/prometheus-pve-exporter/issues/399)) - Bump urllib3 from 2.6.0 to 2.6.3 ([#​398](https://redirect.github.com/prometheus-pve/prometheus-pve-exporter/issues/398)) - Bump pynacl from 1.5.0 to 1.6.2 ([#​396](https://redirect.github.com/prometheus-pve/prometheus-pve-exporter/issues/396)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcHJvbWV0aGV1cy1wdmUtZXhwb3J0ZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.8.1
|
||||
appVersion: 3.8.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://grafana.com/grafana/dashboards/10347-proxmox-via-prometheus/
|
||||
- https://hub.docker.com/r/prompve/prometheus-pve-exporter
|
||||
type: application
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/prompve/prometheus-pve-exporter
|
||||
tag: 3.8.1@sha256:c0a6d578f116b6a26670f03a33f8949bc6036caa71d4ec3c199fd490c1b71644
|
||||
tag: 3.8.2@sha256:e3d501a82df58bc0dd0e3f1fb49f4c10d3069e71ddad68b1fbb773b65da0c177
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user