Update updates-patch-minor#4957
Merged
Merged
Conversation
|
38aa97b to
ee15749
Compare
stavros-k
approved these changes
May 11, 2026
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:
26.5.0→26.5.2v3.1.2→v3.1.44.15.0→4.16.0v1.0.27→v1.0.281.7.5→1.7.7v5.0.20→v5.1.22.9.11→2.9.120.38.0→0.38.11.12.4→1.12.5v1.12.3→v1.13.02.71.01→2.72.012.71.01→2.72.01v1.60.0→v1.61.00.24.1822→0.24.18312026.5.0-java17→2026.5.1-java172026.5.0-java11→2026.5.1-java112026.5.0-java8→2026.5.1-java82026.5.0-java21-alpine→2026.5.1-java21-alpine6.3.5.1→6.3.6.00.31.0→0.32.0c3a20585-ls280→73a12a9a-ls282e48cdd3b-ls280→e2933658-ls2815.15.2→5.16.0v0.9.2-cuda→v0.9.4-cudav0.9.2-ollama→v0.9.4-ollamav0.9.2→v0.9.4v2.1.0→2.1.13.0.44→3.0.450.24.5→0.25.1v0.15.5→v0.16.4v2.29.4→v2.29.51.698.0→1.699.02026.5.0→2026.5.12026.5.0→2026.5.14.13.10→4.14.04.0.6→4.0.81.1.0→1.1.14.1.9-22-minimal→4.1.10-22-minimal4.1.9-22→4.1.10-224.1.9-20-minimal→4.1.10-20-minimal4.1.9-20→4.1.10-204.1.9-18-minimal→4.1.10-18-minimal4.1.9-18→4.1.10-18v1.17.1-gpu-amd→v1.18.0-gpu-amdv1.17.1-gpu-nvidia→v1.18.0-gpu-nvidiav1.17.1→v1.18.0360→3612026.5.8-d8ab61a9e→2026.5.9-0cba32c15v0.20.1→v0.20.2v0.20.1→v0.20.2v0.20.1→v0.20.20.82.0→0.84.0Release Notes
Freika/dawarich (freikin/dawarich)
v1.7.7Compare Source
Prometheus metrics backend migrated to Yabeda.
Dawarich now uses the Yabeda monitoring framework instead of
discourse/prometheus_exporter. Self-hosters who scrape Prometheus metrics from Dawarich should update their configuration.If Sidekiq is unreachable during a scrape, web returns its own metrics only and
logs a warning. Prometheus sees a momentary gap in
sidekiq_*rather than afailed scrape.
Scrape target (requires HTTP basic auth with
METRICS_USERNAME/METRICS_PASSWORD):http://dawarich_app:3000/metricsCustom
dawarich_archive_*metric names are unchanged. Dashboards and alerts built on these metrics continue to work.Infrastructure metric names have changed. If you have dashboards built on
ruby_*,active_record_*, or similar metrics emitted byprometheus_exporter, you must update them:ruby_http_requests_totalrails_requests_totalruby_http_request_duration_secondsrails_request_durationruby_sidekiq_jobs_totalsidekiq_jobs_executed_totalruby_sidekiq_failed_jobs_totalsidekiq_jobs_failed_totalruby_sidekiq_job_duration_secondssidekiq_job_runtime_secondsruby_sidekiq_queue_latency_secondssidekiq_queue_latencyruby_sidekiq_queue_backlog_totalsidekiq_jobs_waiting_countruby_sidekiq_process_countsidekiq_active_processesruby_puma_workerspuma_workersruby_puma_request_backlogpuma_backlogruby_puma_thread_pool_capacitypuma_pool_capacityactive_record_connection_pool_connectionsactiverecord_connection_pool_sizeruby_rss,ruby_heap_live_slots)Removed environment variables:
PROMETHEUS_EXPORTER_HOST,PROMETHEUS_EXPORTER_HOST_SIDEKIQ— no longer needed. Metrics are served in-process by each application.Retained environment variables:
PROMETHEUS_EXPORTER_ENABLED— still the single on/off switch.METRICS_USERNAME,METRICS_PASSWORD— unchanged.PROMETHEUS_EXPORTER_PORT— port the in-process Sidekiq metrics exporter binds to (default 9394).New optional environment variable:
SIDEKIQ_METRICS_URL— internal URL the web container uses to fetch Sidekiq metrics (defaulthttp://dawarich_sidekiq:9394/metrics). Override on Dokku, Kubernetes, or any deployment where the worker container's hostname differs from the docker-compose default.Prometheus scrape config example:
Fixed
Cache-Controlinstead. #1609v1.7.6Compare Source
Added
Fixed
America/Santiago). #2638http://even when the site was served over HTTPS via reverse proxy. #1469SMTP_AUTHENTICATION,SMTP_OPEN_TIMEOUT,SMTP_READ_TIMEOUT) are now env-configurable — Office 365 and similar no longer need a custom initializer. #1469safepasswordinstead ofpassword. #2636user_id,id, or timestamps.amruthpillai/reactive-resume (ghcr.io/amruthpillai/reactive-resume)
v5.1.2Compare Source
Self-hosters using local storage: the official Docker image now sets
LOCAL_STORAGE_PATH=/app/dataand validates that the directory is writable at startup. If you override the container environment, keepLOCAL_STORAGE_PATHpointed at an absolute writable path.Highlights
Resume Builder & Exports
Sharing & Imports
Self-Hosting
LOCAL_STORAGE_PATHinstead of relying on the runtime working directory. #3004.env.example, the Dockerfile, Compose configuration, and Docker self-hosting docs for the new local storage path behavior. #3004Maintenance & Localization
Full Changelog: v5.1.1...v5.1.2
v5.1.1Compare Source
Highlights
GET /resumes/{id}/pdfendpoint so API clients can generate and download a resume PDF directly. The OpenAPI spec has been updated with the new route. 5042ad9dResume Builder & Exports
Fixes
Self-Hosting
.envfrom the workspace root for server-side code, improving local and self-hosted configuration behavior. #2987/app/datain the official container image and clarified the Docker storage documentation. #2990Maintenance & Localization
Full Changelog: v5.1.0...v5.1.1
v5.1.0Compare Source
Self-hosters, please read before upgrading.
printer, Browserless, or headless Chrome service alongside Reactive Resume. PDF generation is now performed entirely in your browser via@react-pdf/renderer. TheBROWSERLESS_TOKEN,PRINTER_ENDPOINT,PRINTER_APP_URL, andFLAG_DEBUG_PRINTERenvironment variables are no longer read and can be removed from your.env.curlhas been removed from the base image, so please update to using the new health check script.Highlights
@react-pdf/renderernow produces the exported PDF directly in your browser, and the in-builder live preview is rendered withpdfjs, so what you see in the preview is exactly what you'll download.Resume Builder
pdfjsagainst the same document tree used for export, eliminating the long-standing "looks fine in the preview but breaks in the PDF" class of bugs.react-hook-formand@hookform/*packages have been removed.@react-pdf/renderer, replacing the Puppeteer-specificprintMarginTemplatesworkaround.Self-Hosting
printer:service block. The minimum stack is now just Reactive Resume + PostgreSQL (with optional S3-compatible storage and SMTP)./api/healthsimplified. The health endpoint now reportsdatabaseandstorageonly, returning HTTP503if either dependency is unhealthy. There is no longer aprinterfield to monitor.Authentication & AI
Removed
@react-pdf/renderer, raw CSS no longer applies to the exported PDF. A structured customization API will return in a future release.PRINTER_*andBROWSERLESS_*environment variables, theprinter/{resumeId}route, thegetByIdForPrinterserver function, and the printer-token signing code are all gone.Maintenance
Full Changelog: v5.0.20...v5.1.0
damongolding/immich-kiosk (ghcr.io/damongolding/immich-kiosk)
v0.38.1Compare Source
Temp Range Indicators
Added a small indicator on the temp range values to add help visually distinguish between high and low temps.
The default wind direction is now compass directions
Changed the default wind direction to use compass directions (N, NE, E etc)
wind_directionAdded
wind_directionto weather locations. Setting this to true will display the wind direction as degreesImproved live photo handling
Fixed an issue where Kiosk could become stuck if a live photo failed to fetch.
What's Changed
🚀 New Features
⚡ Fixes
🔨 Maintenance
Other changes
New Contributors
Full Changelog: damongolding/immich-kiosk@v0.38.0...v0.38.1
fosrl/newt (ghcr.io/fosrl/newt)
v1.12.5Compare Source
Container Images
ghcr.io/fosrl/newt@sha256:3c009663332145cae39b940b07857469038d5e9d71aacb1497e78795ba4e3b9bdocker.io/fosrl/newt@sha256:3c009663332145cae39b940b07857469038d5e9d71aacb1497e78795ba4e3b9bTag:
1.12.5What's Changed
Full Changelog: fosrl/newt@1.12.4...1.12.5
gethomepage/homepage (ghcr.io/gethomepage/homepage)
v1.13.0Compare Source
What's Changed
🚀 Features
🐛 Fixes
cputempanddiskresources in glances loading state skeleton (#6577) @astorije🧰 Maintenance
a5a4b24to85daca1(#6507) @dependabot[bot]139054a(#6504) @dependabot[bot]a8198c4tofc06bc1(#6505) @dependabot[bot]94527f2to37802ad(#6503) @dependabot[bot]🌐 Translations
📚 Documentation
homarr-labs/homarr (ghcr.io/homarr-labs/homarr)
v1.61.0Compare Source
Features
Bug Fixes
Reverts
Jackett/Jackett (ghcr.io/home-operations/jackett)
v0.24.1831Compare Source
Changes:
2b14590sportscora: add private tracker. resolves #16807 (#16809)This list of changes was auto generated.
v0.24.1827Compare Source
Changes:
3c3869dpornolab: add .cc domain (#16804)bef15f7ilcorsaronero: removed, dead. resolves #986 (#16798)This list of changes was auto generated.
JustArchiNET/ArchiSteamFarm (ghcr.io/justarchinet/archisteamfarm)
v6.3.6.0: ArchiSteamFarm V6.3.6.0Compare Source
Notice
Pre-releases are test versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.
Changelog
Changes since V6.3.5.1:
chmodIPC unix socket to0666upon creation (@JustArchi).RuntimeDirectoryto create/run/asf-%iby default (@JustArchi).Support
ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!
karakeep-app/karakeep (ghcr.io/karakeep-app/karakeep)
v0.32.0: 0.32.0Compare Source
Welcome to the
0.32.0release of Karakeep! The mobile app is getting a major redesign by @esimkowitz so that it feels more native and friendly to use. Our long-overdue Safari extension is now available on the app store. Karakeep is now more AI-agents friendly with an official skill, revamped and more powerful CLI, granular API keys (and more coming in the next release). SingleFile is now integrated inside the karakeep extension itself for better crawling of authenticated pages. Keyboard shortcuts for faster actions across the app. And tons of fixes!This release has a huge list of contributors. Some frequent faces, and many contributing their first PRs. Thanks @esimkowitz, @Mxrk, [@bel
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.