feat(unpoller): update image ghcr.io/unpoller/unpoller v2.19.0 → v2.20.0 (#43107)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://redirect.github.com/unpoller/unpoller) | minor | `6b48109` -> `d5fa53e` | --- > [!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.20.0`](https://redirect.github.com/unpoller/unpoller/releases/tag/v2.20.0) [Compare Source](https://redirect.github.com/unpoller/unpoller/compare/v2.19.0...v2.20.0) #### Changelog - [`0d39302`](https://redirect.github.com/unpoller/unpoller/commit/0d39302c191aa4dd4919a63c2ac2465a7c824c35) Merge pull request [#​901](https://redirect.github.com/unpoller/unpoller/issues/901) from svennergr/feature/protect-logs - [`7e7fd0f`](https://redirect.github.com/unpoller/unpoller/commit/7e7fd0ff1232f5c072a2fc9685b92c827688eb30) chore: upgrade to unifi 5.5.0 - [`07e1e5b`](https://redirect.github.com/unpoller/unpoller/commit/07e1e5bc4d381361a5c25d321b2df14356c4258d) feat: add UniFi Protect logs support with Loki integration - [`703dff9`](https://redirect.github.com/unpoller/unpoller/commit/703dff9b1eaaa64dae6a99dbf00d16007aa16e96) Merge pull request [#​900](https://redirect.github.com/unpoller/unpoller/issues/900) from svennergr/svennergr/add-syslog - [`02c7b6a`](https://redirect.github.com/unpoller/unpoller/commit/02c7b6afa4043c19cc6b39bb6a3b11ff32b369b7) chore: upgrade to unifi 5.4.0 - [`4726707`](https://redirect.github.com/unpoller/unpoller/commit/47267073aca459cce422aad1c1f437b809a94f2a) chore: comment out local replace directive for unifi module in go.mod - [`a3dc4cd`](https://redirect.github.com/unpoller/unpoller/commit/a3dc4cd0b2d438e28ec4c7d8f4b4e6c91ea2171d) feat: add save\_syslog option for v2 system-log API - [`966cac1`](https://redirect.github.com/unpoller/unpoller/commit/966cac10530854abf699fb36d55e545810f06d98) Merge pull request [#​899](https://redirect.github.com/unpoller/unpoller/issues/899) from unpoller/dependabot/go\_modules/all-74468f11a3 - [`0ab6e30`](https://redirect.github.com/unpoller/unpoller/commit/0ab6e30d4255192abcd067b64e2572348f6a4202) Bump github.com/DataDog/datadog-go/v5 in the all group </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.19.0
|
||||
appVersion: 2.20.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.11
|
||||
@@ -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.17.2
|
||||
version: 13.18.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/unpoller/unpoller
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.19.0@sha256:6b481094a15d6da4d4b701ba5cb2f8358f307a0c438c8e84b4b132b36879ff77
|
||||
tag: v2.20.0@sha256:d5fa53e6abfe5b5462c9b65205ce1a13da890a0b9ae850de6f846a24d22935ab
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user