mirror of
https://github.com/truecharts/charts.git
synced 2026-07-05 17:32:22 -03:00
feat(unpoller): update image ghcr.io/unpoller/unpoller v2.25.0 → v2.27.0 (#44319)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://redirect.github.com/unpoller/unpoller) | minor | `664745b` -> `dd2fb18` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary> ### [`v2.27.0`](https://redirect.github.com/unpoller/unpoller/releases/tag/v2.27.0) [Compare Source](https://redirect.github.com/unpoller/unpoller/compare/v2.26.0...v2.27.0) #### Changelog - [`1145043`](11450439fc) Merge pull request [#​925](https://redirect.github.com/unpoller/unpoller/issues/925) from brngates98/feat/wan-metrics - [`b966061`](b96606128d) chore: Update go.sum for unifi v5.11.0 and fix formatting - [`af6cbdf`](af6cbdf79f) chore: Update unifi dependency to v5.11.0 for WAN metrics support - [`b8519ca`](b8519ca058) feat: Add WAN metrics to InfluxDB and Datadog exporters - [`aac4917`](aac4917da7) feat: Add WAN metrics export to Prometheus ### [`v2.26.0`](https://redirect.github.com/unpoller/unpoller/releases/tag/v2.26.0) [Compare Source](https://redirect.github.com/unpoller/unpoller/compare/v2.25.0...v2.26.0) #### Changelog - [`d178da7`](d178da7c75) Merge pull request [#​924](https://redirect.github.com/unpoller/unpoller/issues/924) from brngates98/feat/dhcp-client-monitoring - [`86bc1c9`](86bc1c9d6d) fix: rename unused exportWithTags param to \_ to satisfy revive - [`39b1b31`](39b1b316a2) Merge branch 'master' into feat/dhcp-client-monitoring - [`8769f8f`](8769f8f121) chore: bump unifi to v5.10.0 - [`3faaa3a`](3faaa3a696) fix: Remove local replace directive and update unifi to v5.8.0 to resolve go.sum conflicts - [`74c30ea`](74c30eabe6) feat: Add DHCP lease metrics export to Prometheus - [`6d85ea7`](6d85ea76ab) Add device tag support to Prometheus metrics </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdW5wb2xsZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.25.0
|
||||
appVersion: 2.27.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.40
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/unpoller
|
||||
- https://github.com/unifi-poller/unifi-poller
|
||||
type: application
|
||||
version: 13.21.0
|
||||
version: 13.22.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/unpoller/unpoller
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.25.0@sha256:664745b17859a4a98a6e40a1641c53dabd159566d306d2067b88b3ab38cd29da
|
||||
tag: v2.27.0@sha256:dd2fb18a5f0388067209f5eec9615aaa423c55cc843f61b3717f2749a3ff76a4
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user