feat(container)!: Update image prompve/prometheus-pve-exporter to v3 #58

Merged
SeanOMik merged 1 commits from renovate/prompve-prometheus-pve-exporter-3.x into main 2024-02-05 20:07:29 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
prompve/prometheus-pve-exporter major 2.3.1 -> 3.2.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

prometheus-pve/prometheus-pve-exporter (prompve/prometheus-pve-exporter)

v3.2.1

Compare Source

Changed


- Build cffi and pyyaml from source (#​222)
- Use appropriate build tools to create dist for pypi (#​220)
- Bump alpine container image version from 3.19.0 to 3.19.1 (#​225)

v3.1.0

Compare Source

Added


- Adding template label to pve_guest_info metric (#​208)

Changed
  • Simplify container build spec (#​210)
  • Fix coding style after template label addition (#​209)
  • Bump actions/download-artifact from 3 to 4 (#​205)
  • Bump actions/upload-artifact from 3 to 4 (#​206)
  • Correct cluster and node params (#​202)
  • Extract cluster and node collectors into separate files (#​198)

v3.0.2

Compare Source

Changed


- Specify same arguments for upload-artifact and download-artifact actions
  (#​196)

v3.0.1

Compare Source

Changed


- Revert to deprecated way of building packages (#​193)

v3.0.0

Compare Source

Changed (BREAKING)

- Use flags instead of positional arguments for config file and listen address
  (#​190)
- Scrape /nodes endpoint from current node only (#​180)
- Remove tini from docker image (#​179)
- Bump required python version to 3.9 (bullseye) (#​162)
- Run with a dedicated user in container by default (#​182)

Changed
~~~~~~~

- Implement pypi trusted publishing workflow (#​187)
- Use PEP440 pattern when converting repo release tags into docker image tags (#​183)
- Remove references to develop branch (#​181)
- Update docker image to alpine 3.18.4 (#​170)
- Bump required python version to 3.9 (in README) (#​169)
- Remove fallback for BooleanOptionalAction (obsolete in python>=3.9) (#​163)
- Fix github actions (#​161)
- Bump actions/checkout from 2 to 4 (#​177)
- ci: add dependabot (#​176)
- ci: add arm64 image build (#​175)

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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prompve/prometheus-pve-exporter](https://github.com/prometheus-pve/prometheus-pve-exporter) | major | `2.3.1` -> `3.2.1` | --- > ⚠ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-pve/prometheus-pve-exporter (prompve/prometheus-pve-exporter)</summary> ### [`v3.2.1`](https://github.com/prometheus-pve/prometheus-pve-exporter/blob/HEAD/CHANGELOG.rst#321---2024-01-07) [Compare Source](https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.1.0...v3.2.1) Changed ``` - Build cffi and pyyaml from source (#&#8203;222) - Use appropriate build tools to create dist for pypi (#&#8203;220) - Bump alpine container image version from 3.19.0 to 3.19.1 (#&#8203;225) ``` ### [`v3.1.0`](https://github.com/prometheus-pve/prometheus-pve-exporter/blob/HEAD/CHANGELOG.rst#310---2024-01-03) [Compare Source](https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.2...v3.1.0) Added ``` - Adding template label to pve_guest_info metric (#&#8203;208) Changed ``` - Simplify container build spec ([#&#8203;210](https://github.com/prometheus-pve/prometheus-pve-exporter/issues/210)) - Fix coding style after template label addition ([#&#8203;209](https://github.com/prometheus-pve/prometheus-pve-exporter/issues/209)) - Bump actions/download-artifact from 3 to 4 ([#&#8203;205](https://github.com/prometheus-pve/prometheus-pve-exporter/issues/205)) - Bump actions/upload-artifact from 3 to 4 ([#&#8203;206](https://github.com/prometheus-pve/prometheus-pve-exporter/issues/206)) - Correct cluster and node params ([#&#8203;202](https://github.com/prometheus-pve/prometheus-pve-exporter/issues/202)) - Extract cluster and node collectors into separate files ([#&#8203;198](https://github.com/prometheus-pve/prometheus-pve-exporter/issues/198)) ### [`v3.0.2`](https://github.com/prometheus-pve/prometheus-pve-exporter/blob/HEAD/CHANGELOG.rst#302---2023-11-05) [Compare Source](https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.1...v3.0.2) Changed ``` - Specify same arguments for upload-artifact and download-artifact actions (#&#8203;196) ``` ### [`v3.0.1`](https://github.com/prometheus-pve/prometheus-pve-exporter/blob/HEAD/CHANGELOG.rst#301---2023-11-05) [Compare Source](https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.0...v3.0.1) Changed ``` - Revert to deprecated way of building packages (#&#8203;193) ``` ### [`v3.0.0`](https://github.com/prometheus-pve/prometheus-pve-exporter/blob/HEAD/CHANGELOG.rst#300---2023-11-05) [Compare Source](https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.3.1...v3.0.0) Changed (BREAKING) - Use flags instead of positional arguments for config file and listen address (#&#8203;190) - Scrape /nodes endpoint from current node only (#&#8203;180) - Remove tini from docker image (#&#8203;179) - Bump required python version to 3.9 (bullseye) (#&#8203;162) - Run with a dedicated user in container by default (#&#8203;182) Changed ~~~~~~~ - Implement pypi trusted publishing workflow (#&#8203;187) - Use PEP440 pattern when converting repo release tags into docker image tags (#&#8203;183) - Remove references to develop branch (#&#8203;181) - Update docker image to alpine 3.18.4 (#&#8203;170) - Bump required python version to 3.9 (in README) (#&#8203;169) - Remove fallback for BooleanOptionalAction (obsolete in python>=3.9) (#&#8203;163) - Fix github actions (#&#8203;161) - Bump actions/checkout from 2 to 4 (#&#8203;177) - ci: add dependabot (#&#8203;176) - ci: add arm64 image build (#&#8203;175) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Renovate added 1 commit 2024-01-22 20:24:10 -05:00
SeanOMik merged commit 01b28d9287 into main 2024-02-05 20:07:29 -05:00
SeanOMik deleted branch renovate/prompve-prometheus-pve-exporter-3.x 2024-02-05 20:07:29 -05:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: SeanOMik/k3s-cluster#58
No description provided.