Skip to content

feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.34.0 )#507

Open
mortyops[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-unpoller-unpoller-2.x
Open

feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.34.0 )#507
mortyops[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-unpoller-unpoller-2.x

Conversation

@mortyops
Copy link
Contributor

@mortyops mortyops bot commented Jan 28, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/unpoller/unpoller minor v2.24.0v2.34.0

Release Notes

unpoller/unpoller (ghcr.io/unpoller/unpoller)

v2.34.0

Compare Source

Changelog

v2.33.0

Compare Source

Changelog
  • b4fa16b fix(influxunifi): use CelsiusSafe() for temp fields to fix InfluxDB type conflict (#​944) (#​945)
  • 6488fef Bump docker/login-action from 3.6.0 to 3.7.0 in the all group (#​942)

v2.32.0

Compare Source

Changelog

v2.31.0

Compare Source

Changelog

v2.30.0

Compare Source

Changelog
  • bf2d1f7 Merge pull request #​939 from unpoller/upgrade-unifi-5-14-0
  • 5e4a6cb upgrade unifi
  • 9aba310 Merge pull request #​938 from brngates98/restore-endpoint-discovery-tool
  • adf9985 Merge branch 'master' into restore-endpoint-discovery-tool
  • 4d19a9b Restore tools/endpoint-discovery as optional Python tool

v2.29.0

Compare Source

Changelog
  • e3f1a8f Merge pull request #​937 from brngates98/feat/discover-flag
  • 719b746 deps: use unifi v5.13.0, remove replace and CI unifi checkout
  • 8d3d983 ci: checkout unifi discover-flag when go.mod has replace => ../unifi
  • 9cfb732 Replace Python endpoint-discovery with --discover flag (replaces #​936)
  • fe23e85 Merge pull request #​936 from brngates98/feat/endpoint-discovery-tool
  • 6be9312 Add tools/endpoint-discovery for controller API discovery

v2.28.0

Compare Source

Changelog

v2.27.0

Compare Source

Changelog
  • 1145043 Merge pull request #​925 from brngates98/feat/wan-metrics
  • b966061 chore: Update go.sum for unifi v5.11.0 and fix formatting
  • af6cbdf chore: Update unifi dependency to v5.11.0 for WAN metrics support
  • b8519ca feat: Add WAN metrics to InfluxDB and Datadog exporters
  • aac4917 feat: Add WAN metrics export to Prometheus

v2.26.0

Compare Source

Changelog
  • d178da7 Merge pull request #​924 from brngates98/feat/dhcp-client-monitoring
  • 86bc1c9 fix: rename unused exportWithTags param to _ to satisfy revive
  • 39b1b31 Merge branch 'master' into feat/dhcp-client-monitoring
  • 8769f8f chore: bump unifi to v5.10.0
  • 3faaa3a fix: Remove local replace directive and update unifi to v5.8.0 to resolve go.sum conflicts
  • 74c30ea feat: Add DHCP lease metrics export to Prometheus
  • 6d85ea7 Add device tag support to Prometheus metrics

v2.25.0

Compare Source

Changelog
  • d26d84e Merge pull request #​923 from unpoller/issue-921
  • 5e68016 fix client side log error
  • a14d5c4 Merge pull request #​922 from brngates98/add-ai-context-files
  • 969445f Add AI context files for major LLMs

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@mortyops
Copy link
Contributor Author

mortyops bot commented Jan 28, 2026

--- kubernetes/apps/monitoring/unpoller/app Kustomization: monitoring/unpoller HelmRelease: monitoring/unpoller

+++ kubernetes/apps/monitoring/unpoller/app Kustomization: monitoring/unpoller HelmRelease: monitoring/unpoller

@@ -44,13 +44,13 @@

               UP_UNIFI_DEFAULT_VERIFY_SSL: false
             envFrom:
             - secretRef:
                 name: unpoller-secret
             image:
               repository: ghcr.io/unpoller/unpoller
-              tag: v2.24.0@sha256:8ce4cfa443e833a3c9a300a8fd379742490869683f4a952c36c6c17fc6252a56
+              tag: v2.34.0@sha256:73423ddfe304e866b2cda2d3ecf8e68c15317c93a22945ad7d941d3ca3a6d022
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@mortyops
Copy link
Contributor Author

mortyops bot commented Jan 28, 2026

--- HelmRelease: monitoring/unpoller Deployment: monitoring/unpoller

+++ HelmRelease: monitoring/unpoller Deployment: monitoring/unpoller

@@ -49,13 +49,13 @@

           value: home-ops
         - name: UP_UNIFI_DEFAULT_VERIFY_SSL
           value: 'false'
         envFrom:
         - secretRef:
             name: unpoller-secret
-        image: ghcr.io/unpoller/unpoller:v2.24.0@sha256:8ce4cfa443e833a3c9a300a8fd379742490869683f4a952c36c6c17fc6252a56
+        image: ghcr.io/unpoller/unpoller:v2.34.0@sha256:73423ddfe304e866b2cda2d3ecf8e68c15317c93a22945ad7d941d3ca3a6d022
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 80

@mortyops mortyops bot force-pushed the renovate/ghcr.io-unpoller-unpoller-2.x branch from c049e97 to 8908356 Compare January 29, 2026 23:13
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.25.0 ) feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.27.0 ) Jan 29, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-unpoller-unpoller-2.x branch from 8908356 to 218edeb Compare January 30, 2026 18:19
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.27.0 ) feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.28.0 ) Jan 30, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-unpoller-unpoller-2.x branch from 218edeb to c113561 Compare January 31, 2026 03:02
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.28.0 ) feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.29.0 ) Jan 31, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-unpoller-unpoller-2.x branch from c113561 to 9cb4a61 Compare January 31, 2026 17:12
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.29.0 ) feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.30.0 ) Jan 31, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-unpoller-unpoller-2.x branch from 9cb4a61 to 3ee96d6 Compare February 1, 2026 01:40
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.30.0 ) feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.31.0 ) Feb 1, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-unpoller-unpoller-2.x branch from 3ee96d6 to ce9bc36 Compare February 1, 2026 03:12
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.31.0 ) feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.32.0 ) Feb 1, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-unpoller-unpoller-2.x branch from ce9bc36 to 924c5ce Compare February 4, 2026 03:07
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.32.0 ) feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.33.0 ) Feb 4, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-unpoller-unpoller-2.x branch from 924c5ce to 4505fce Compare February 18, 2026 00:47
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.33.0 ) feat(container): update image ghcr.io/unpoller/unpoller ( v2.24.0 ➔ v2.34.0 ) Feb 18, 2026
…2.34.0 )

| datasource | package                   | from    | to      |
| ---------- | ------------------------- | ------- | ------- |
| docker     | ghcr.io/unpoller/unpoller | v2.24.0 | v2.34.0 |
@mortyops mortyops bot force-pushed the renovate/ghcr.io-unpoller-unpoller-2.x branch from 4505fce to ae2828d Compare March 3, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants