Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update ghcr.io/unpoller/unpoller ( v2.13.1 → v2.14.0 ) #8636

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Jan 10, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/unpoller/unpoller minor v2.13.1 -> v2.14.0

Release Notes

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

v2.14.0

Compare Source

Changelog

  • 8cb90ed Merge pull request #​791 from unpoller/apikey-support
  • cba1111 add support for api-key auth
  • 0c639d6 Merge pull request #​789 from unpoller/dependabot/go_modules/golang.org/x/term-0.28.0
  • f9eac56 Bump golang.org/x/term from 0.27.0 to 0.28.0

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 this update again.


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

This PR has been generated by Renovate Bot.

@bot-ross bot-ross bot requested a review from onedr0p as a code owner January 10, 2025 22:05
@bot-ross bot-ross bot added the area/kubernetes Changes made in the kubernetes directory label Jan 10, 2025
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Jan 10, 2025

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

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

@@ -51,13 +51,13 @@

           value: home-ops
         - name: UP_UNIFI_DEFAULT_URL
           value: https://192.168.1.1
         envFrom:
         - secretRef:
             name: unpoller-secret
-        image: ghcr.io/unpoller/unpoller:v2.13.1@sha256:2376aff5e18b8f9fdd618becc2ef668ce31deb4c0e74acc5bea88e6c20c23a39
+        image: ghcr.io/unpoller/unpoller:v2.14.0@sha256:6e9eb4a34b8d976e398511766281ec51946aafa51b5f563fca9238656eeaa118
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 80

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Jan 10, 2025

--- kubernetes/apps/observability/unpoller/app Kustomization: flux-system/unpoller ExternalSecret: observability/unpoller

+++ kubernetes/apps/observability/unpoller/app Kustomization: flux-system/unpoller ExternalSecret: observability/unpoller

@@ -8,18 +8,17 @@

     kustomize.toolkit.fluxcd.io/namespace: flux-system
   name: unpoller
   namespace: observability
 spec:
   dataFrom:
   - extract:
-      key: unpoller
+      key: unifi
   secretStoreRef:
     kind: ClusterSecretStore
     name: onepassword-connect
   target:
     name: unpoller-secret
     template:
       data:
-        UP_UNIFI_DEFAULT_PASS: '{{ .UP_UNIFI_DEFAULT_PASS }}'
-        UP_UNIFI_DEFAULT_USER: '{{ .UP_UNIFI_DEFAULT_USER }}'
+        UP_UNIFI_DEFAULT_API_KEY: '{{ .UNIFI_API_KEY }}'
       engineVersion: v2
 
--- kubernetes/apps/observability/unpoller/app Kustomization: flux-system/unpoller HelmRelease: observability/unpoller

+++ kubernetes/apps/observability/unpoller/app Kustomization: flux-system/unpoller HelmRelease: observability/unpoller

@@ -42,13 +42,13 @@

               UP_UNIFI_DEFAULT_URL: https://192.168.1.1
             envFrom:
             - secretRef:
                 name: unpoller-secret
             image:
               repository: ghcr.io/unpoller/unpoller
-              tag: v2.13.1@sha256:2376aff5e18b8f9fdd618becc2ef668ce31deb4c0e74acc5bea88e6c20c23a39
+              tag: v2.14.0@sha256:6e9eb4a34b8d976e398511766281ec51946aafa51b5f563fca9238656eeaa118
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:

@onedr0p onedr0p merged commit 053f786 into main Jan 10, 2025
10 checks passed
@onedr0p onedr0p deleted the renovate/ghcr.io-unpoller-unpoller-2.x branch January 10, 2025 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant