Skip to content

fix(container): update image docker.io/lakker/pulsarr (0.11.1 → 0.11.2)#4433

Merged
drag0n141 merged 1 commit intomasterfrom
renovate/docker.io-lakker-pulsarr-0.x
Feb 11, 2026
Merged

fix(container): update image docker.io/lakker/pulsarr (0.11.1 → 0.11.2)#4433
drag0n141 merged 1 commit intomasterfrom
renovate/docker.io-lakker-pulsarr-0.x

Conversation

@drag0n141-bot
Copy link
Contributor

@drag0n141-bot drag0n141-bot bot commented Feb 10, 2026

This PR contains the following updates:

Package Update Change
docker.io/lakker/pulsarr patch 0.11.10.11.2

Release Notes

jamcalli/Pulsarr (docker.io/lakker/pulsarr)

v0.11.2

Compare Source

Changes

🛠️ Bug Fix Release - Native Installer Stability & Notification Fixes

Overview

Fixes a critical issue where Windows and macOS native installer users could lose their database on restart or reinstall. Also improves notification reliability and cleans up orphaned rolling monitor records.

Key Updates
Native Installer Data Directory Fix
  • Deterministic path resolution: Data directory now resolves from OS-level paths (%ProgramData%\Pulsarr on Windows, ~/.config/Pulsarr on macOS) without relying on an environment variable
  • One-time database recovery: Automatically detects and recovers databases created at the wrong path — compares both and keeps the one with real data
  • No impact to Docker/Linux: All existing behavior is completely unchanged
Bug Fixes
  • Notification reliability: Duplicate notifications are now prevented, and individual delivery failures no longer abort the entire batch
  • Rolling monitor cleanup: Orphaned rolling monitor records are now cleaned up when delete sync removes a series from Sonarr
  • Rolling monitor delete: Fixed delete action to correctly pass query parameters
Migration & Compatibility

No database migrations required.

Docker users

docker compose pull && docker compose up -d

Native installer users (Linux/macOS/Windows)

  • Linux: curl -fsSL https://raw.githubusercontent.com/jamcalli/Pulsarr/master/scripts/installers/linux/install.sh | sudo bash
  • Windows: Download the latest installer from Releases
  • macOS: Download the latest .dmg from Releases

Manual installation

git pull origin master
bun install
bun run build
bun run start:prod

Full Changelog: jamcalli/Pulsarr@v0.11.1...v0.11.2
Docker Images: lakker/pulsarr:0.11.2 | lakker/pulsarr:0.11.2-node

🐛 Bug Fixes
🧰 Maintenance
  • refactor(notifications): extract buildNotificationResults and elimina… (#​975) @​jamcalli
Docker
docker pull lakker/pulsarr:0.11.2

Synology NAS / Legacy Systems (Linux kernel < 4.11):

docker pull lakker/pulsarr:0.11.2-node
Contributors

@​actions-user and @​jamcalli


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.

@drag0n141-bot drag0n141-bot bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Feb 10, 2026
@drag0n141-bot
Copy link
Contributor Author

drag0n141-bot bot commented Feb 10, 2026

--- HelmRelease: media/pulsarr Deployment: media/pulsarr

+++ HelmRelease: media/pulsarr Deployment: media/pulsarr

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

           value: '3003'
         - name: logLevel
           value: silent
         envFrom:
         - secretRef:
             name: pulsarr-secret
-        image: docker.io/lakker/pulsarr:0.11.1@sha256:8b7fb94c1ce453f48247f1fa7f6c9900add2f9ea39cf6db70830d14207dbe9fe
+        image: docker.io/lakker/pulsarr:0.11.2@sha256:8b70ecbea788098c143b57363b025e015f5707f740ebca53398274baefd775cf
         name: app
         resources:
           limits:
             memory: 1Gi
           requests:
             cpu: 10m

@drag0n141-bot
Copy link
Contributor Author

drag0n141-bot bot commented Feb 10, 2026

--- kubernetes/apps/media/pulsarr/app Kustomization: media/pulsarr HelmRelease: media/pulsarr

+++ kubernetes/apps/media/pulsarr/app Kustomization: media/pulsarr HelmRelease: media/pulsarr

@@ -29,13 +29,13 @@

               logLevel: silent
             envFrom:
             - secretRef:
                 name: pulsarr-secret
             image:
               repository: docker.io/lakker/pulsarr
-              tag: 0.11.1@sha256:8b7fb94c1ce453f48247f1fa7f6c9900add2f9ea39cf6db70830d14207dbe9fe
+              tag: 0.11.2@sha256:8b70ecbea788098c143b57363b025e015f5707f740ebca53398274baefd775cf
             resources:
               limits:
                 memory: 1Gi
               requests:
                 cpu: 10m
             securityContext:

@drag0n141 drag0n141 merged commit a8c4e18 into master Feb 11, 2026
8 checks passed
@drag0n141 drag0n141 deleted the renovate/docker.io-lakker-pulsarr-0.x branch February 11, 2026 04:49
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/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant