Skip to content

feat(container)!: Update image ghcr.io/unpoller/unpoller ( v2.39.0 → v3.2.0 ) - #1691

Merged
Mafyuh merged 1 commit into
mainfrom
renovate/ghcr.io-unpoller-unpoller-3.x
May 23, 2026
Merged

feat(container)!: Update image ghcr.io/unpoller/unpoller ( v2.39.0 → v3.2.0 )#1691
Mafyuh merged 1 commit into
mainfrom
renovate/ghcr.io-unpoller-unpoller-3.x

Conversation

@renovate

@renovate renovate Bot commented May 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/unpoller/unpoller (source) major v2.39.0v3.2.0

Release Notes

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

v3.2.0

Compare Source

Potential Breaking Change

Note there is a potential breaking change for prometheus users. Unpoller now background refreshes data by default every 60s instead of polling the unifi API on-demand per prometheus scrape. You can restore previous behavior with interval = 0

Changelog

  • 2ecdd79 Merge pull request #​1014 from unpoller/fix/prometheus-scrape-cache-1013
  • dabfeff fix(prometheus): serve scrapes from cached background poll (#​1013)

v3.1.2

Compare Source

Changelog

  • 0b83c6a fix(release): drop universal_binaries so homebrew_casks can find macOS archives
  • 4093648 Merge pull request #​1011 from unpoller/chore/goreleaser-deprecations
  • 6306136 chore(release): migrate goreleaser config off deprecated fields

v3.1.1

Compare Source

Changelog

  • 46f9f8f Merge pull request #​1010 from unpoller/chore/deps-unifi-5.28.0
  • 84a14ed chore(deps): upgrade unifi to v5.28.0
  • 840fa0a Merge pull request #​1009 from unpoller/chore/deps-unifi-5.27.0
  • 679face chore(deps): upgrade unifi to v5.27.0 and refresh golang.org/x deps
  • 817d725 Merge pull request #​1008 from unpoller/feature/issue-988-uap-uplink-metrics
  • fef3ae7 test: update integration expectations for new UAP uplink fields
  • b1a8d60 feat: add UAP uplink metrics and Prometheus parity for USW/UBB/UDB (closes #​988)

v3.1.0

Compare Source

Changelog

  • 46f9f8f Merge pull request #​1010 from unpoller/chore/deps-unifi-5.28.0
  • 84a14ed chore(deps): upgrade unifi to v5.28.0
  • 840fa0a Merge pull request #​1009 from unpoller/chore/deps-unifi-5.27.0
  • 679face chore(deps): upgrade unifi to v5.27.0 and refresh golang.org/x deps
  • 817d725 Merge pull request #​1008 from unpoller/feature/issue-988-uap-uplink-metrics
  • fef3ae7 test: update integration expectations for new UAP uplink fields
  • b1a8d60 feat: add UAP uplink metrics and Prometheus parity for USW/UBB/UDB (closes #​988)

v3.0.1

Compare Source

Changelog

  • cf56aa9 Merge pull request #​1007 from unpoller/feature/influx-global-tags-1001
  • 511c524 feat(influxunifi): add global tags applied to every measurement
  • 724982b Merge pull request #​1005 from jimstrang/fix/prometheus-integration-device-collision
  • c48b991 fix(promunifi): avoid descriptor collision on unpoller_device_uptime_seconds

v3.0.0

Compare Source

Breaking Change

  • Unifi network APIs have changed significantly in later 10.x releases. v5.26.0 of unifi incorporates some of these changes, but expect metrics, events and logs to have changed (new, missing, changed). This release may not work for older Unifi installations on 9.x network APIs and the earlier 10.x releases. See #​987 issue.

Changelog

  • 7288697 Merge pull request #​1000 from unpoller/fix/issue-995-brew-up-conf
  • 8697e45 fix: reference up.conf.example in brew install steps (#​995)
  • bbc3300 Merge pull request #​999 from unpoller/upgrade/unifi-v5.26.0
  • d2948b8 feat: upgrade unifi to v5.26.0 and add Integration/v1 + new legacy metrics
  • f23e681 Merge pull request #​992 from danroozemond/feature/docker-compose-remote
  • 431d6db Merge pull request #​993 from unpoller/dependabot/go_modules/all-aa7bbf7b0a
  • fff55b1 build(deps): bump the all group with 2 updates
  • 2dec2d7 feat: add docker-compose example for remote (ui.com cloud) mode
  • 6d9ba5d Merge pull request #​989 from unpoller/dependabot/go_modules/all-8bc9e2f491
  • c529f1a Merge pull request #​990 from unpoller/dependabot/github_actions/all-cb5fd4910d
  • 99793f9 build(deps): bump docker/login-action in the all group
  • 00311ab build(deps): bump the all group with 6 updates

Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented May 9, 2026

Copy link
Copy Markdown
--- kubernetes/apps/monitoring/unpoller/app Kustomization: monitoring/unpoller HelmRelease: monitoring/unpoller

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

@@ -38,13 +38,13 @@

               UP_UNIFI_DEFAULT_PASS: ${UP_UNIFI_DEFAULT_PASS}
               UP_UNIFI_DEFAULT_URL: https://10.20.10.1
               UP_UNIFI_DEFAULT_USER: unifipoller
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/unpoller/unpoller
-              tag: v2.39.0
+              tag: v3.2.0
             probes:
               liveness:
                 enabled: false
             resources:
               limits:
                 memory: 256Mi

@github-actions

github-actions Bot commented May 9, 2026

Copy link
Copy Markdown
--- HelmRelease: monitoring/unpoller Deployment: monitoring/unpoller

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

@@ -45,13 +45,13 @@

         - name: UP_UNIFI_DEFAULT_PASS
           value: ${UP_UNIFI_DEFAULT_PASS}
         - name: UP_UNIFI_DEFAULT_URL
           value: https://10.20.10.1
         - name: UP_UNIFI_DEFAULT_USER
           value: unifipoller
-        image: ghcr.io/unpoller/unpoller:v2.39.0
+        image: ghcr.io/unpoller/unpoller:v3.2.0
         imagePullPolicy: IfNotPresent
         name: unpoller
         resources:
           limits:
             memory: 256Mi
           requests:

@renovate
renovate Bot force-pushed the renovate/ghcr.io-unpoller-unpoller-3.x branch from f4b3304 to 2124994 Compare May 9, 2026 21:04
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/unpoller/unpoller ( v2.39.0 → v3.1.1 ) feat(container)!: Update image ghcr.io/unpoller/unpoller ( v2.39.0 → v3.1.2 ) May 9, 2026
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/unpoller/unpoller ( v2.39.0 → v3.1.2 ) feat(container)!: Update image ghcr.io/unpoller/unpoller ( v2.39.0 → v3.2.0 ) May 12, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-unpoller-unpoller-3.x branch 3 times, most recently from dd08a48 to a473658 Compare May 18, 2026 15:45
@renovate
renovate Bot force-pushed the renovate/ghcr.io-unpoller-unpoller-3.x branch from a473658 to bb3363d Compare May 22, 2026 01:17
@Mafyuh
Mafyuh merged commit 0d2c684 into main May 23, 2026
5 checks passed
@Mafyuh
Mafyuh deleted the renovate/ghcr.io-unpoller-unpoller-3.x branch May 23, 2026 02:51
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.

1 participant