Skip to content

feat(container)!: Update image ghcr.io/unpoller/unpoller ( v2.39.0 ➔ v3.0.0 )#1260

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

feat(container)!: Update image ghcr.io/unpoller/unpoller ( v2.39.0 ➔ v3.0.0 )#1260
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-unpoller-unpoller-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 9, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/unpoller/unpoller major v2.39.0v3.0.0

Release Notes

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

v3.0.0

Compare Source

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/Los_Angeles)

  • 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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 9, 2026

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f7222bd4-ede3-48f3-8249-88a68648cad7

📥 Commits

Reviewing files that changed from the base of the PR and between 5d9404e and 8d71890.

📒 Files selected for processing (1)
  • kubernetes/apps/observability/unpoller/app/helmrelease.yaml

📝 Walkthrough

Walkthrough

The PR updates the unpoller HelmRelease manifest to deploy container image version v3.0.0 instead of v2.39.0. No other HelmRelease configuration, reconciliation settings, or controller wiring is modified.

Changes

Unpoller Controller Image Upgrade

Layer / File(s) Summary
Container Image Update
kubernetes/apps/observability/unpoller/app/helmrelease.yaml
Unpoller controller image tag bumped from v2.39.0 to v3.0.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

area/kubernetes

Suggested reviewers

  • jfroy

Poem

🐰 A bunny hops to version three,
With unpoller's updated spree,
From v2.39 to v3.0 so grand,
Our observability will still stand! 📊✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically identifies the main change: updating the unpoller container image from v2.39.0 to v3.0.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/ghcr.io-unpoller-unpoller-3.x

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

--- HelmRelease: observability/unpoller Deployment: observability/unpoller

+++ HelmRelease: observability/unpoller Deployment: observability/unpoller

@@ -65,13 +65,13 @@

           value: https://unifi.internal
         - name: UP_UNIFI_DEFAULT_VERIFY_SSL
           value: 'false'
         envFrom:
         - secretRef:
             name: unpoller
-        image: ghcr.io/unpoller/unpoller:v2.39.0@sha256:1cf63ad43121acc6995da1bd636063de9023b4bfc16599a4297951a6fb6b7fd2
+        image: ghcr.io/unpoller/unpoller:v3.0.0@sha256:1c9caf56720b59343113fe148fb2f4c84e5a74e4dad10cc504b2fff82f5ef794
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9130

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

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

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

@@ -43,13 +43,13 @@

               UP_UNIFI_DEFAULT_VERIFY_SSL: false
             envFrom:
             - secretRef:
                 name: unpoller
             image:
               repository: ghcr.io/unpoller/unpoller
-              tag: v2.39.0@sha256:1cf63ad43121acc6995da1bd636063de9023b4bfc16599a4297951a6fb6b7fd2
+              tag: v3.0.0@sha256:1c9caf56720b59343113fe148fb2f4c84e5a74e4dad10cc504b2fff82f5ef794
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             securityContext:

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