fix(container): update image docker.io/lakker/pulsarr (0.11.1 → 0.11.2)#4433
Merged
fix(container): update image docker.io/lakker/pulsarr (0.11.1 → 0.11.2)#4433
Conversation
Contributor
Author
--- 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 |
Contributor
Author
--- 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11.1→0.11.2Release Notes
jamcalli/Pulsarr (docker.io/lakker/pulsarr)
v0.11.2Compare 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
%ProgramData%\Pulsarron Windows,~/.config/Pulsarron macOS) without relying on an environment variableBug Fixes
Migration & Compatibility
No database migrations required.
Docker users
docker compose pull && docker compose up -dNative installer users (Linux/macOS/Windows)
curl -fsSL https://raw.githubusercontent.com/jamcalli/Pulsarr/master/scripts/installers/linux/install.sh | sudo bash.dmgfrom ReleasesManual installation
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
Docker
Synology NAS / Legacy Systems (Linux kernel < 4.11):
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.
This PR has been generated by Renovate Bot.