359ece2fdff2cd706e93b9410f79732aa74771cb
44470 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
359ece2fdf |
fix(website): update astro 5.9.4 → 5.10.0 (#36468)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | dependencies | minor | [`5.9.4` -> `5.10.0`](https://renovatebot.com/diffs/npm/astro/5.9.4/5.10.0) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v5.10.0`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5100) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.9.4...astro@5.10.0) ##### Minor Changes - [#​13917](https://redirect.github.com/withastro/astro/pull/13917) [`e615216`](https://redirect.github.com/withastro/astro/commit/e615216c55bca5d61b8c5c1b49d62671f0238509) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Adds a new `priority` attribute for Astro's image components. This change introduces a new `priority` option for the `<Image />` and `<Picture />` components, which automatically sets the `loading`, `decoding`, and `fetchpriority` attributes to their optimal values for above-the-fold images which should be loaded immediately. It is a boolean prop, and you can use the shorthand syntax by simply adding `priority` as a prop to the `<Image />` or `<Picture />` component. When set, it will apply the following attributes: - `loading="eager"` - `decoding="sync"` - `fetchpriority="high"` The individual attributes can still be set manually if you need to customize your images further. By default, the Astro [`<Image />` component](https://docs.astro.build/en/guides/images/#display-optimized-images-with-the-image--component) generates `<img>` tags that lazy-load their content by setting `loading="lazy"` and `decoding="async"`. This improves performance by deferring the loading of images that are not immediately visible in the viewport, and gives the best scores in performance audits like Lighthouse. The new `priority` attribute will override those defaults and automatically add the best settings for your high-priority assets. This option was previously available for experimental responsive images, but now it is a standard feature for all images. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
7d6097d563 |
chore(flux): update image kube-prometheus-stack 75.3.3 → 75.3.5 (clustertool) (#36463)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | patch | `75.3.3` -> `75.3.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v75.3.5`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.3.5) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.3.4...kube-prometheus-stack-75.3.5) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] handling scrapeProtocols as an array by [@​blaskoa](https://redirect.github.com/blaskoa) in [https://github.com/prometheus-community/helm-charts/pull/5796](https://redirect.github.com/prometheus-community/helm-charts/pull/5796) #### New Contributors - [@​blaskoa](https://redirect.github.com/blaskoa) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/5796](https://redirect.github.com/prometheus-community/helm-charts/pull/5796) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.3.4...kube-prometheus-stack-75.3.5 ### [`v75.3.4`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.3.4) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.3.3...kube-prometheus-stack-75.3.4) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[prometheus-nats-exporter] chore: enable automerging prometheus-nats-epxorter updates by [@​okgolove](https://redirect.github.com/okgolove) in [https://github.com/prometheus-community/helm-charts/pull/5801](https://redirect.github.com/prometheus-community/helm-charts/pull/5801) - \[kube-prometheus-stack] Allow renovate to bump patch versions from prometheus-operator by [@​jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/5799](https://redirect.github.com/prometheus-community/helm-charts/pull/5799) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.3.3...kube-prometheus-stack-75.3.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
d99f33efa9 |
chore(helm): update image public.ecr.aws/docker/library/odoo digest to 6dc919e (#36462)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [public.ecr.aws/docker/library/odoo](https://hub.docker.com/_/odoo) ([source](https://redirect.github.com/odoo/docker)) | digest | `9ed1354` -> `6dc919e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b9bbdf85cd |
chore(helm): update image ghcr.io/immich-app/immich-server v1.134.0 → v1.135.0 (#36460)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | minor | `073fc04` -> `b5fb7ce` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v1.135.0`](https://redirect.github.com/immich-app/immich/releases/tag/v1.135.0) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.134.0...v1.135.0) ### v1.135.0 #### Highlights Welcome to the release `v1.135.0` of Immich. Another three-week gap, another ~200 PRs merged, another big release, let’s dive right in to what’s new. - iOS home screen widgets - Granular API key access control creation - Google Cast support on the mobile app - Opt-in Google Cast on the web - New user onboarding - Album description on the mobile app - Drag-and-drop to the locked folder on the web - Support for Vchord 0.4.2 - Shortcut to navigate the timeline - Multiple admins support - Devcontainer - Notable fix: Double swiping issue on iOS when using the gallery viewer ##### iOS Home Screen Widgets | Memory Widget | Random Widget | | - | - | | <img src="https://github.com/user-attachments/assets/f57cd999-f4df-44fe-bc0c-f6a522ddfe11" width="300"/>| <img src="https://github.com/user-attachments/assets/8feb1eeb-9435-45e7-ba55-8b931979d2cb" width="300"/> | Immich now supports home screen widgets on iOS! You can now add widgets to your home screen that: - Display a random image from your library - Display a random image from an album - Show images from memory lane We support all widget sizes (S, M, L, and XL on iPad). These widgets update approximately every 20 minutes and pull directly from your Immich server. Android support is coming in the near future, so keep an eye out! > \[!TIP] > Your server must be on `v1.135.0` for album filtering to work. ##### Granular API key access control creation You can now select additional permissions when creating an API key to use in any third-party libraries or software that integrate with Immich. This mechanism will give you better control over what the other applications or libraries can do with your Immich’s instance. <p align="center"> <img src="https://github.com/user-attachments/assets/e1dc89a9-6818-4137-9baf-3b8da6e98a86" width="500"/> </p> ##### Google Cast support on the mobile app <p align="center"> <img src="https://github.com/user-attachments/assets/988e615a-03e1-44fc-997e-1e4d9ae1a990" width="300"/> </p> Immich now supports casting photos from the mobile app to Google Cast-enabled devices! This is a follow-up to the casting feature present on the web. We support photos and videos, similar to the web feature. This feature is not controlled by the new “Opt-in Google Cast on the web” setting since it does not require third-party resources from Google. > \[!TIP] > Your server must be accessible through the server URL from the cast receiver. There is no limitation on public accessibility or an HTTPS connection requirement, unlike on the web. In addition, **only assets that are uploaded to the server may be cast.** ##### Opt-in Google Cast on the web We received a few reports from users who were concerned about the privacy implications of Google Cast on the web. Immich needs to fetch a third-party script from Google to check if casting is supported in the browser and to communicate with the cast library in Chrome. This causes a network request to Google each time Immich is loaded. We have made Google Cast opt-in now to remove this requirement. If you use Google Cast on the web, you may enable Google Cast for your user by going to `Account Settings > Features > Settings > Cast` or by using [this link](https://my.immich.app/user-settings?isOpen=feature+cast). <p align="center"> <img src="https://github.com/user-attachments/assets/bd751256-9366-4d7a-9050-c3d6bd6d5a63" width="600"/> </p> **If you have previously used Google Cast on the web and would like to continue using it, you must also enable it.** ##### New user onboarding  To provide a better user experience for discovering and enabling various features, settings, and preferences, all new users are now greeted with an onboarding flow on the web when they first log in. They can select their language, theme, and personal privacy settings (such as Google Cast opt-in). Any users present before updating to `v1.135.0` will not experience the onboarding flow. ##### Album description on the mobile app The album’s description is now displayed and editable in the mobile app. The album’s header also gets some styles to make it more presentable. <p align="center"> <img src="https://github.com/user-attachments/assets/ea103840-d5f9-4bc4-9436-357894bf460e" width="400"/> </p> ##### Support for Vchord 0.4.2 Right after we rolled out the VectorChord vector database extension, the library dropped a new version [0.4.2](https://redirect.github.com/tensorchord/VectorChord/releases/tag/0.4.0) with some significant improvements (classic timing!). We've updated our server to support it and made it the default in the `docker-compose.yml` file. You don't have to upgrade, though - sticking with your current version (0.3.0) is perfectly fine. But if you want to move to the newer one, it is an option. ##### Keyboard Navigation in Timeline The timeline now supports shortcuts to make navigating between days, months, and years easier. - Use `d` or `shift + d` to jump to an earlier or later **day**. - Use `m` or `shift + m` to jump to the earlier or later **month**. - Use `y` or `shift + y` to jump to the earlier or later **year**. - Use `g` to go directly to a specific date  ##### Multiple admins support You can now grant other users administrative permission by navigating to `Administration > Users > View Users > Edit User` and toggling the Admin option <img width="471" alt="image" src="https://github.com/user-attachments/assets/3b9f965b-573f-48f7-9ad0-6aacc01bb251" /> ##### Dev Containers There is an alternative way to set up a development environment using dev containers. For more information, refer to the [documentation](https://immich.app/docs/developer/devcontainers). Contributing has never been easier: Get started right away with a single click on this button to launch an entire development environment in GitHub’s Codespaces in the cloud. [](https://codespaces.new/immich-app/immich/) Along with the highlights, there are many other improvements and bug fixes. Make sure to check out the full changes below. #### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app or our merchandise at https://immich.store <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🚀 Features - feat(web): granular api access controls by [@​wuzihao051119](https://redirect.github.com/wuzihao051119) in [https://github.com/immich-app/immich/pull/18179](https://redirect.github.com/immich-app/immich/pull/18179) - feat(server): apk links API endpoint for Obtainium Android mobile-server version sync by [@​NicholasFlamy](https://redirect.github.com/NicholasFlamy) in [https://github.com/immich-app/immich/pull/18700](https://redirect.github.com/immich-app/immich/pull/18700) - feat: delta sync by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [https://github.com/immich-app/immich/pull/18428](https://redirect.github.com/immich-app/immich/pull/18428) - feat(web): improved user onboarding by [@​bwees](https://redirect.github.com/bwees) in [https://github.com/immich-app/immich/pull/18782](https://redirect.github.com/immich-app/immich/pull/18782) - feat(mobile): add album description functionality by [@​JobiJoba](https://redirect.github.com/JobiJoba) in [https://github.com/immich-app/immich/pull/18886](https://redirect.github.com/immich-app/immich/pull/18886) - feat(web): add a user setting for default album sort order. by [@​dagstuan](https://redirect.github.com/dagstuan) in [https://github.com/immich-app/immich/pull/18950](https://redirect.github.com/immich-app/immich/pull/18950) - feat(mobile): hash assets in isolate by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [https://github.com/immich-app/immich/pull/18924](https://redirect.github.com/immich-app/immich/pull/18924) - feat(server): add /search/statistics resource by [@​jpg0](https://redirect.github.com/jpg0) in [https://github.com/immich-app/immich/pull/18885](https://redirect.github.com/immich-app/immich/pull/18885) - feat(mobile): add cast support by [@​bwees](https://redirect.github.com/bwees) in [https://github.com/immich-app/immich/pull/18341](https://redirect.github.com/immich-app/immich/pull/18341) - feat(server): Add album filter to search by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [https://github.com/immich-app/immich/pull/18985](https://redirect.github.com/immich-app/immich/pull/18985) - feat(web): manage admin users by [@​nosajthenitram](https://redirect.github.com/nosajthenitram) in [https://github.com/immich-app/immich/pull/15380](https://redirect.github.com/immich-app/immich/pull/15380) ##### 🌟 Enhancements - feat: keyboard navigation to timeline by [@​midzelis](https://redirect.github.com/midzelis) in [https://github.com/immich-app/immich/pull/17798](https://redirect.github.com/immich-app/immich/pull/17798) - chore: vchord 0.4.1 by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/18588](https://redirect.github.com/immich-app/immich/pull/18588) - feat(web): tag shortcut by [@​wuzihao051119](https://redirect.github.com/wuzihao051119) in [https://github.com/immich-app/immich/pull/18711](https://redirect.github.com/immich-app/immich/pull/18711) - feat(server): log failed healthchecks to server container stderr in verbose mode by [@​skatsubo](https://redirect.github.com/skatsubo) in [https://github.com/immich-app/immich/pull/18709](https://redirect.github.com/immich-app/immich/pull/18709) - feat(web): make google cast opt in by [@​bwees](https://redirect.github.com/bwees) in [https://github.com/immich-app/immich/pull/18514](https://redirect.github.com/immich-app/immich/pull/18514) - feat: start oauth with `autoLaunch=1` by [@​Yetangitu](https://redirect.github.com/Yetangitu) in [https://github.com/immich-app/immich/pull/18763](https://redirect.github.com/immich-app/immich/pull/18763) - feat: add --json-output option to upload command by [@​ferdinandyb](https://redirect.github.com/ferdinandyb) in [https://github.com/immich-app/immich/pull/18845](https://redirect.github.com/immich-app/immich/pull/18845) - feat: upload assets to locked folder by [@​arnolicious](https://redirect.github.com/arnolicious) in [https://github.com/immich-app/immich/pull/18806](https://redirect.github.com/immich-app/immich/pull/18806) - feat(web): improve slideshow quality of life by [@​dagstuan](https://redirect.github.com/dagstuan) in [https://github.com/immich-app/immich/pull/18778](https://redirect.github.com/immich-app/immich/pull/18778) - feat(mobile): Improve language setting UI by [@​dvbthien](https://redirect.github.com/dvbthien) in [https://github.com/immich-app/immich/pull/18854](https://redirect.github.com/immich-app/immich/pull/18854) - feat(mobile): add bulk download functionality by [@​JobiJoba](https://redirect.github.com/JobiJoba) in [https://github.com/immich-app/immich/pull/18878](https://redirect.github.com/immich-app/immich/pull/18878) - feat(web): undo delete by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [https://github.com/immich-app/immich/pull/18729](https://redirect.github.com/immich-app/immich/pull/18729) - feat(web): display number of likes in asset viewer by [@​robinbrisa](https://redirect.github.com/robinbrisa) in [https://github.com/immich-app/immich/pull/18911](https://redirect.github.com/immich-app/immich/pull/18911) - feat(web): Change the primary asset of a stack by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [https://github.com/immich-app/immich/pull/18913](https://redirect.github.com/immich-app/immich/pull/18913) - feat(web): Focus on combo box input when opening add tag modal by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [https://github.com/immich-app/immich/pull/18923](https://redirect.github.com/immich-app/immich/pull/18923) - feat(mobile): Capitalize first letter when add / edit name by [@​JobiJoba](https://redirect.github.com/JobiJoba) in [https://github.com/immich-app/immich/pull/19005](https://redirect.github.com/immich-app/immich/pull/19005) - feat(mobile): update maplibre to support PMTiles in the mobile app by [@​savely-krasovsky](https://redirect.github.com/savely-krasovsky) in [https://github.com/immich-app/immich/pull/19016](https://redirect.github.com/immich-app/immich/pull/19016) - refactor(web): tree data structure for folder and tag views by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/18980](https://redirect.github.com/immich-app/immich/pull/18980) - feat(mobile): enabled DCM by [@​atollk](https://redirect.github.com/atollk) in [https://github.com/immich-app/immich/pull/17957](https://redirect.github.com/immich-app/immich/pull/17957) - feat(server): add memories statistics resource by [@​jpg0](https://redirect.github.com/jpg0) in [https://github.com/immich-app/immich/pull/19035](https://redirect.github.com/immich-app/immich/pull/19035) - feat(mobile): Add Scrollbar for vertical scrolling on the actions button multi-select by [@​JobiJoba](https://redirect.github.com/JobiJoba) in [https://github.com/immich-app/immich/pull/18940](https://redirect.github.com/immich-app/immich/pull/18940) - feat: pass filename in body on asset upload by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/19138](https://redirect.github.com/immich-app/immich/pull/19138) - feat: duplicate delete groups api by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/19142](https://redirect.github.com/immich-app/immich/pull/19142) - feat: service worker cache static app resources, and all entry points by [@​midzelis](https://redirect.github.com/midzelis) in [https://github.com/immich-app/immich/pull/18043](https://redirect.github.com/immich-app/immich/pull/18043) - feat: improve mobile screen reader accessibility by [@​atollk](https://redirect.github.com/atollk) in [https://github.com/immich-app/immich/pull/17876](https://redirect.github.com/immich-app/immich/pull/17876) - feat: devcontainers by [@​midzelis](https://redirect.github.com/midzelis) in [https://github.com/immich-app/immich/pull/18007](https://redirect.github.com/immich-app/immich/pull/18007) - fix(web): OAuth quota size by [@​wuzihao051119](https://redirect.github.com/wuzihao051119) in [https://github.com/immich-app/immich/pull/18526](https://redirect.github.com/immich-app/immich/pull/18526) - feat(server): lru cache for query embeddings by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/19181](https://redirect.github.com/immich-app/immich/pull/19181) - fix: partner asset and exif sync backfill by [@​zackpollard](https://redirect.github.com/zackpollard) in [https://github.com/immich-app/immich/pull/19224](https://redirect.github.com/immich-app/immich/pull/19224) - feat(web): wasm justified layout by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/19150](https://redirect.github.com/immich-app/immich/pull/19150) ##### 🐛 Bug fixes - fix(mobile): local albums translation by [@​waclaw66](https://redirect.github.com/waclaw66) in [https://github.com/immich-app/immich/pull/18637](https://redirect.github.com/immich-app/immich/pull/18637) - fix(web): hide map button when disable by [@​wuzihao051119](https://redirect.github.com/wuzihao051119) in [https://github.com/immich-app/immich/pull/18743](https://redirect.github.com/immich-app/immich/pull/18743) - fix: pinch zoom in mobile app by [@​toamz](https://redirect.github.com/toamz) in [https://github.com/immich-app/immich/pull/18744](https://redirect.github.com/immich-app/immich/pull/18744) - fix(mobile): double swipe by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [https://github.com/immich-app/immich/pull/18749](https://redirect.github.com/immich-app/immich/pull/18749) - fix(mobile): android status bar overlays icon in map by [@​YarosMallorca](https://redirect.github.com/YarosMallorca) in [https://github.com/immich-app/immich/pull/18780](https://redirect.github.com/immich-app/immich/pull/18780) - fix(web): datetime in storage template example by [@​YarosMallorca](https://redirect.github.com/YarosMallorca) in [https://github.com/immich-app/immich/pull/18784](https://redirect.github.com/immich-app/immich/pull/18784) - fix: oauth by [@​danieldietzler](https://redirect.github.com/danieldietzler) in [https://github.com/immich-app/immich/pull/18725](https://redirect.github.com/immich-app/immich/pull/18725) - fix(mobile): center loading spinner in people page by [@​YarosMallorca](https://redirect.github.com/YarosMallorca) in [https://github.com/immich-app/immich/pull/18781](https://redirect.github.com/immich-app/immich/pull/18781) - fix(mobile): group settings not respected without restart by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [https://github.com/immich-app/immich/pull/18823](https://redirect.github.com/immich-app/immich/pull/18823) - fix(server): cannot share album to owner by [@​wuzihao051119](https://redirect.github.com/wuzihao051119) in [https://github.com/immich-app/immich/pull/18802](https://redirect.github.com/immich-app/immich/pull/18802) - fix(mobile): Set the currentAsset to the asset clicked when opening an asset from folders by [@​JobiJoba](https://redirect.github.com/JobiJoba) in [https://github.com/immich-app/immich/pull/18825](https://redirect.github.com/immich-app/immich/pull/18825) - fix(mobile): notification, dialog that don't translate properly by [@​dvbthien](https://redirect.github.com/dvbthien) in [https://github.com/immich-app/immich/pull/18827](https://redirect.github.com/immich-app/immich/pull/18827) - fix(web): Improve zoom behavior in photo-viewer. by [@​dagstuan](https://redirect.github.com/dagstuan) in [https://github.com/immich-app/immich/pull/18803](https://redirect.github.com/immich-app/immich/pull/18803) - fix(server): tighten asset visibility by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/18699](https://redirect.github.com/immich-app/immich/pull/18699) - fix(mobile): Showing videos of partner in search page quick links by [@​JobiJoba](https://redirect.github.com/JobiJoba) in [https://github.com/immich-app/immich/pull/18855](https://redirect.github.com/immich-app/immich/pull/18855) - fix(mobile): photo_manager ignore filters by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [https://github.com/immich-app/immich/pull/18742](https://redirect.github.com/immich-app/immich/pull/18742) - fix(mobile): reset current asset if we try to go on a activity list page by [@​JobiJoba](https://redirect.github.com/JobiJoba) in [https://github.com/immich-app/immich/pull/18895](https://redirect.github.com/immich-app/immich/pull/18895) - fix(mobile): t function localization by [@​waclaw66](https://redirect.github.com/waclaw66) in [https://github.com/immich-app/immich/pull/18768](https://redirect.github.com/immich-app/immich/pull/18768) - fix(web): asset-viewer error when selecting a stacked asset by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [https://github.com/immich-app/immich/pull/18881](https://redirect.github.com/immich-app/immich/pull/18881) - fix(web): persisted store by [@​wuzihao051119](https://redirect.github.com/wuzihao051119) in [https://github.com/immich-app/immich/pull/18385](https://redirect.github.com/immich-app/immich/pull/18385) - chore(server): cleanup unused query parameters in time bucket by [@​jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) in [https://github.com/immich-app/immich/pull/18893](https://redirect.github.com/immich-app/immich/pull/18893) - fix(web): add tag button not using translation by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [https://github.com/immich-app/immich/pull/18910](https://redirect.github.com/immich-app/immich/pull/18910) - fix(mobile): prevent upload intent replacement in splash screen and reset upload button when minimize app by [@​JobiJoba](https://redirect.github.com/JobiJoba) in [https://github.com/immich-app/immich/pull/18914](https://redirect.github.com/immich-app/immich/pull/18914) - fix: thumbnail fade in by [@​midzelis](https://redirect.github.com/midzelis) in [https://github.com/immich-app/immich/pull/18935](https://redirect.github.com/immich-app/immich/pull/18935) - fix: regression: sort day by fileCreatedAt again by [@​midzelis](https://redirect.github.com/midzelis) in [https://github.com/immich-app/immich/pull/18732](https://redirect.github.com/immich-app/immich/pull/18732) - fix(web): Update add to album notification to better announce errors by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [https://github.com/immich-app/immich/pull/18955](https://redirect.github.com/immich-app/immich/pull/18955) - fix(web): improve asset name readability in dark mode by [@​jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) in [https://github.com/immich-app/immich/pull/19012](https://redirect.github.com/immich-app/immich/pull/19012) - fix(mobile): share asset back button exit application by [@​JobiJoba](https://redirect.github.com/JobiJoba) in [https://github.com/immich-app/immich/pull/18919](https://redirect.github.com/immich-app/immich/pull/18919) - fix(mobile): people collection page layout broken in landscape by [@​JobiJoba](https://redirect.github.com/JobiJoba) in [https://github.com/immich-app/immich/pull/19004](https://redirect.github.com/immich-app/immich/pull/19004) - fix(mobile): After editing people name, back button close the app by [@​JobiJoba](https://redirect.github.com/JobiJoba) in [https://github.com/immich-app/immich/pull/18992](https://redirect.github.com/immich-app/immich/pull/18992) - fix(web): handling historical timezones in web client by [@​dahool](https://redirect.github.com/dahool) in [https://github.com/immich-app/immich/pull/18905](https://redirect.github.com/immich-app/immich/pull/18905) - fix(mobile): fix nested MaterialApp by [@​dvbthien](https://redirect.github.com/dvbthien) in [https://github.com/immich-app/immich/pull/18998](https://redirect.github.com/immich-app/immich/pull/18998) - chore: catch migration error by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/19096](https://redirect.github.com/immich-app/immich/pull/19096) - fix: count album comments and likes correctly by [@​zackpollard](https://redirect.github.com/zackpollard) in [https://github.com/immich-app/immich/pull/19114](https://redirect.github.com/immich-app/immich/pull/19114) - fix: don't show comments or likes for trashed assets by [@​zackpollard](https://redirect.github.com/zackpollard) in [https://github.com/immich-app/immich/pull/19113](https://redirect.github.com/immich-app/immich/pull/19113) - fix: album comment count including trashed assets by [@​zackpollard](https://redirect.github.com/zackpollard) in [https://github.com/immich-app/immich/pull/19117](https://redirect.github.com/immich-app/immich/pull/19117) - fix(server): add basic auth support by [@​elliotbrandwein](https://redirect.github.com/elliotbrandwein) in [https://github.com/immich-app/immich/pull/16740](https://redirect.github.com/immich-app/immich/pull/16740) - chore: callback quotes by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/19126](https://redirect.github.com/immich-app/immich/pull/19126) - fix(web): properly update activityManager when browsing assets by [@​robinbrisa](https://redirect.github.com/robinbrisa) in [https://github.com/immich-app/immich/pull/18909](https://redirect.github.com/immich-app/immich/pull/18909) - fix: cli upload deletes files that failed uploading by [@​danieldietzler](https://redirect.github.com/danieldietzler) in [https://github.com/immich-app/immich/pull/19140](https://redirect.github.com/immich-app/immich/pull/19140) - fix: skip locked photos during duplicate scan. by [@​endthestart](https://redirect.github.com/endthestart) in [https://github.com/immich-app/immich/pull/19105](https://redirect.github.com/immich-app/immich/pull/19105) - fix(web): small issues with the memory viewer. by [@​dagstuan](https://redirect.github.com/dagstuan) in [https://github.com/immich-app/immich/pull/19184](https://redirect.github.com/immich-app/immich/pull/19184) - fix(mobile): add translate extension by [@​dvbthien](https://redirect.github.com/dvbthien) in [https://github.com/immich-app/immich/pull/18942](https://redirect.github.com/immich-app/immich/pull/18942) - fix: disable map fly animation when switching between assets by [@​zackpollard](https://redirect.github.com/zackpollard) in [https://github.com/immich-app/immich/pull/19223](https://redirect.github.com/immich-app/immich/pull/19223) - fix(web): Asset viewer stack thumbnails overflow on top of asset by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [https://github.com/immich-app/immich/pull/19088](https://redirect.github.com/immich-app/immich/pull/19088) - fix(web): MemoryStore does not initialize on direct navigation by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [https://github.com/immich-app/immich/pull/18947](https://redirect.github.com/immich-app/immich/pull/18947) - fix(mobile): correct share option for local asset by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/19233](https://redirect.github.com/immich-app/immich/pull/19233) ##### 📚 Documentation - fix: cursed knowledge date index by [@​bo0tzz](https://redirect.github.com/bo0tzz) in [https://github.com/immich-app/immich/pull/18801](https://redirect.github.com/immich-app/immich/pull/18801) - chore: document backup ordering by [@​bo0tzz](https://redirect.github.com/bo0tzz) in [https://github.com/immich-app/immich/pull/18807](https://redirect.github.com/immich-app/immich/pull/18807) - chore: more cursed knowledge by [@​danieldietzler](https://redirect.github.com/danieldietzler) in [https://github.com/immich-app/immich/pull/18932](https://redirect.github.com/immich-app/immich/pull/18932) - docs: update instructions for external libraries by [@​WhyNotHugo](https://redirect.github.com/WhyNotHugo) in [https://github.com/immich-app/immich/pull/19080](https://redirect.github.com/immich-app/immich/pull/19080) - chore(docs): add rename note to synology.md by [@​YishGene](https://redirect.github.com/YishGene) in [https://github.com/immich-app/immich/pull/17425](https://redirect.github.com/immich-app/immich/pull/17425) - docs: update the picture showing administration link by [@​jump](https://redirect.github.com/jump) in [https://github.com/immich-app/immich/pull/19203](https://redirect.github.com/immich-app/immich/pull/19203) - chore: update truenas repo link by [@​khmyznikov](https://redirect.github.com/khmyznikov) in [https://github.com/immich-app/immich/pull/19195](https://redirect.github.com/immich-app/immich/pull/19195) ##### 🌐 Translations - fix: Update locked folder text and improve translations by [@​dvbthien](https://redirect.github.com/dvbthien) in [https://github.com/immich-app/immich/pull/18622](https://redirect.github.com/immich-app/immich/pull/18622) - fix: update en.json by [@​aviv926](https://redirect.github.com/aviv926) in [https://github.com/immich-app/immich/pull/18835](https://redirect.github.com/immich-app/immich/pull/18835) - fix: translation in the tag people window by [@​nextmwa](https://redirect.github.com/nextmwa) in [https://github.com/immich-app/immich/pull/18777](https://redirect.github.com/immich-app/immich/pull/18777) - feat(mobile): Add new language to mobile by [@​dvbthien](https://redirect.github.com/dvbthien) in [https://github.com/immich-app/immich/pull/18891](https://redirect.github.com/immich-app/immich/pull/18891) - fix(web): add tag button tooltip not using translation by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [https://github.com/immich-app/immich/pull/18921](https://redirect.github.com/immich-app/immich/pull/18921) - fix(web): Remove tag buttons in search and modal missing tooltip translations by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [https://github.com/immich-app/immich/pull/19087](https://redirect.github.com/immich-app/immich/pull/19087) - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [https://github.com/immich-app/immich/pull/18530](https://redirect.github.com/immich-app/immich/pull/18530) - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [https://github.com/immich-app/immich/pull/19127](https://redirect.github.com/immich-app/immich/pull/19127) #### New Contributors - [@​Yetangitu](https://redirect.github.com/Yetangitu) made their first contribution in [https://github.com/immich-app/immich/pull/18763](https://redirect.github.com/immich-app/immich/pull/18763) - [@​ferdinandyb](https://redirect.github.com/ferdinandyb) made their first contribution in [https://github.com/immich-app/immich/pull/18845](https://redirect.github.com/immich-app/immich/pull/18845) - [@​JobiJoba](https://redirect.github.com/JobiJoba) made their first contribution in [https://github.com/immich-app/immich/pull/18825](https://redirect.github.com/immich-app/immich/pull/18825) - [@​dagstuan](https://redirect.github.com/dagstuan) made their first contribution in [https://github.com/immich-app/immich/pull/18803](https://redirect.github.com/immich-app/immich/pull/18803) - [@​nextmwa](https://redirect.github.com/nextmwa) made their first contribution in [https://github.com/immich-app/immich/pull/18777](https://redirect.github.com/immich-app/immich/pull/18777) - [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) made their first contribution in [https://github.com/immich-app/immich/pull/18881](https://redirect.github.com/immich-app/immich/pull/18881) - [@​robinbrisa](https://redirect.github.com/robinbrisa) made their first contribution in [https://github.com/immich-app/immich/pull/18911](https://redirect.github.com/immich-app/immich/pull/18911) - [@​jpg0](https://redirect.github.com/jpg0) made their first contribution in [https://github.com/immich-app/immich/pull/18885](https://redirect.github.com/immich-app/immich/pull/18885) - [@​WhyNotHugo](https://redirect.github.com/WhyNotHugo) made their first contribution in [https://github.com/immich-app/immich/pull/19080](https://redirect.github.com/immich-app/immich/pull/19080) - [@​nosajthenitram](https://redirect.github.com/nosajthenitram) made their first contribution in [https://github.com/immich-app/immich/pull/15380](https://redirect.github.com/immich-app/immich/pull/15380) - [@​elliotbrandwein](https://redirect.github.com/elliotbrandwein) made their first contribution in [https://github.com/immich-app/immich/pull/16740](https://redirect.github.com/immich-app/immich/pull/16740) - [@​YishGene](https://redirect.github.com/YishGene) made their first contribution in [https://github.com/immich-app/immich/pull/17425](https://redirect.github.com/immich-app/immich/pull/17425) - [@​endthestart](https://redirect.github.com/endthestart) made their first contribution in [https://github.com/immich-app/immich/pull/19105](https://redirect.github.com/immich-app/immich/pull/19105) - [@​jump](https://redirect.github.com/jump) made their first contribution in [https://github.com/immich-app/immich/pull/19203](https://redirect.github.com/immich-app/immich/pull/19203) - [@​khmyznikov](https://redirect.github.com/khmyznikov) made their first contribution in [https://github.com/immich-app/immich/pull/19195](https://redirect.github.com/immich-app/immich/pull/19195) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.134.0...v1.135.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
e9771195c9 |
chore(helm): update image ghcr.io/pmmp/pocketmine-mp 5.29.0 → 5.30.0 (#36461)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/pmmp/pocketmine-mp | minor | `659df78` -> `b35968b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
f7a808d74a |
chore(helm): update image ghcr.io/chroma-core/chroma 1.0.12 → 1.0.13 (#36458)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/chroma-core/chroma | patch | `28a3b2c` -> `fb18856` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
dfe829990e |
chore(helm): update image ghcr.io/manyfold3d/manyfold 0.114.0 → 0.114.1 (#36459)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `2f481f2` -> `ecde608` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary> ### [`v0.114.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.114.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.114.0...v0.114.1) High priority bugfix; fixes a privilege escalation vulnerability where moderators could grant themselves and others admin permissions. #### What's Changed ##### 🔒 Security 🔒 - Fix moderator permission escalation by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4387](https://redirect.github.com/manyfold3d/manyfold/pull/4387) ##### 🐛 Bug Fixes 🐛 - Add missing moderator view permissions on private files by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4391](https://redirect.github.com/manyfold3d/manyfold/pull/4391) ##### 🛠️ Other Improvements 🛠️ - Show quota details on welcome page by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/4384](https://redirect.github.com/manyfold3d/manyfold/pull/4384) - Add GNU GPL3.0 License by [@​matthewbadeau](https://redirect.github.com/matthewbadeau) in [https://github.com/manyfold3d/manyfold/pull/4386](https://redirect.github.com/manyfold3d/manyfold/pull/4386) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.114.0...v0.114.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
f52006b10c |
chore(helm): update image ghcr.io/open-webui/open-webui digest to 01add1f (#36456)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/open-webui/open-webui | digest | `bf60797` -> `01add1f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
404d203dde |
chore(helm): update image ghcr.io/linuxserver/resilio-sync digest to 58bfa4a (#36454)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/resilio-sync](https://redirect.github.com/linuxserver/docker-resilio-sync/packages) ([source](https://redirect.github.com/linuxserver/docker-resilio-sync)) | digest | `9f330cc` -> `58bfa4a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
5da05bd577 | chore(helm): update image ghcr.io/linuxserver/synclounge digest to b1f38db (#36455) | ||
|
|
542d05008f |
chore(helm): update image ghcr.io/linuxserver/orcaslicer digest to 045e6ef (#36452)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/orcaslicer](https://redirect.github.com/linuxserver/docker-orcaslicer/packages) ([source](https://redirect.github.com/linuxserver/docker-orcaslicer)) | digest | `71a8f91` -> `045e6ef` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
774db69d2e |
chore(helm): update image ghcr.io/linuxserver/remmina digest to de368a4 (#36453)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/remmina](https://redirect.github.com/linuxserver/docker-remmina/packages) ([source](https://redirect.github.com/linuxserver/docker-remmina)) | digest | `0b7590a` -> `de368a4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
7b40ded31c | chore(helm): update image ghcr.io/linuxserver/deluge digest to b2ea8b1 (#36450) | ||
|
|
565f4590aa | chore(helm): update image ghcr.io/linuxserver/foldingathome digest to 9265b76 (#36451) | ||
|
|
9f2a654b74 |
chore(helm): update image ghcr.io/linuxserver/calibre digest to 4bb588b (#36449)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/calibre](https://redirect.github.com/linuxserver/docker-calibre/packages) ([source](https://redirect.github.com/linuxserver/docker-calibre)) | digest | `2cccd5b` -> `4bb588b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
9338830dde |
chore(flux): update image kube-prometheus-stack 75.3.0 → 75.3.3 (clustertool) (#36457)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | patch | `75.3.0` -> `75.3.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v75.3.3`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.3.3) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.3.2...kube-prometheus-stack-75.3.3) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update kube-prometheus-stack dependency non-major updates by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/prometheus-community/helm-charts/pull/5800](https://redirect.github.com/prometheus-community/helm-charts/pull/5800) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.3.2...kube-prometheus-stack-75.3.3 ### [`v75.3.2`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.3.2) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.3.1...kube-prometheus-stack-75.3.2) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Allow null value in alertmanagerConfigNamespaceSelector by [@​yaringol](https://redirect.github.com/yaringol) in [https://github.com/prometheus-community/helm-charts/pull/5797](https://redirect.github.com/prometheus-community/helm-charts/pull/5797) #### New Contributors - [@​yaringol](https://redirect.github.com/yaringol) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/5797](https://redirect.github.com/prometheus-community/helm-charts/pull/5797) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.3.1...kube-prometheus-stack-75.3.2 ### [`v75.3.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.3.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.3.0...kube-prometheus-stack-75.3.1) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] add ability to run insecure admission-webhook server by [@​ushacow](https://redirect.github.com/ushacow) in [https://github.com/prometheus-community/helm-charts/pull/5795](https://redirect.github.com/prometheus-community/helm-charts/pull/5795) #### New Contributors - [@​ushacow](https://redirect.github.com/ushacow) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/5795](https://redirect.github.com/prometheus-community/helm-charts/pull/5795) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.3.0...kube-prometheus-stack-75.3.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
d2e951d4f9 |
chore(website): lock file maintenance (#36448)
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==--> |
||
|
|
8b53aeeaeb |
chore(helm): update image docker.io/onlyoffice/documentserver 8.3.3 → 9.0.0 (#36447)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/onlyoffice/documentserver | major | `0daa2d1` -> `68ef4be` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
094609cf58 |
chore(helm): update image docker.io/rhasspy/wyoming-whisper 2.4.0 → 2.5.0 (#36445)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/rhasspy/wyoming-whisper | minor | `2687f79` -> `0d78ad5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
d6f0627c86 | chore(helm): update image seaduboi/broadcast-box digest to 82a598c (#36437) | ||
|
|
ff4f24f409 |
chore(helm): update image docker.io/2fauth/2fauth 5.5.2 → 5.6.0 (#36442)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/2fauth/2fauth](https://redirect.github.com/Bubka/2FAuth) | minor | `d59326c` -> `a3071ec` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Bubka/2FAuth (docker.io/2fauth/2fauth)</summary> ### [`v5.6.0`](https://redirect.github.com/Bubka/2FAuth/blob/HEAD/changelog.md#560---2025-06-18) [Compare Source](https://redirect.github.com/Bubka/2FAuth/compare/v5.5.2...v5.6.0) Unless you are an icon lover, there isn't much to get excited about with 2FAuth v5.6 (see below for details). That's because I'm focused on refactoring the web app's front end and the web extension so that they are built using shared components. The process is time consuming, but it's a necessary step to optimize future developments and avoid repeating code. The shared components are ready, as is a new version of the web extension that makes use of these components. I plan to migrate the 2FAuth web app as soon as possible so that I can start working on new features again. ##### Added - The *Get official icon* feature now includes two new icon providers, [selfh.st](https://selfh.st/icons/) and [dashboardicons.com](https://dashboardicons.com/), as well as the ability to select a preferred variant or to switch between providers directly from the Advanced form. ([#​475](https://redirect.github.com/Bubka/2FAuth/issues/475)). ##### New env vars - `OPENID_HTTP_VERIFY_SSL_PEER`: Enable or disable SSL peer verification during OpenID authentication process ([doc](https://docs.2fauth.app/getting-started/configuration/#openid_http_verify_ssl_peer)). ##### Changed - Personal Access Token (PAT) can be used when authentication is restricted to SSO only. This is particularly useful when you want to use the 2FAuth web extension. Check out the new *Allow PAT usage* setting in the Admin > Auth > SSO section ([#​474](https://redirect.github.com/Bubka/2FAuth/issues/474)). ##### Fixed - [issue #​477](https://redirect.github.com/Bubka/2FAuth/issues/477) Steam OTP codes don't refresh when become invalid - [PR #​482](https://redirect.github.com/Bubka/2FAuth/pull/482) Docker entrypoint not calling the right php-fpm version, thanks to [@​jkoch22](https://redirect.github.com/jkoch22) ##### API \[1.8.0] - `/api/v1/icons/default` POST path added ([doc](https://docs.2fauth.app/resources/rapidoc.html#get-/api/v1/icons/default)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
9601cf401a |
chore(helm): update image docker.io/tinymediamanager/tinymediamanager 5.1.6 → 5.1.7 (#36441)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/tinymediamanager/tinymediamanager | patch | `599ecf9` -> `a2ffe1a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
7e1d2e5573 |
chore(helm): update webtop (#36439)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/webtop | digest | `ccd0a2a` -> `10e1c53` | | lscr.io/linuxserver/webtop | digest | `4e559cb` -> `20669a9` | | lscr.io/linuxserver/webtop | digest | `1f6154c` -> `e3df892` | | lscr.io/linuxserver/webtop | digest | `e394264` -> `6101af0` | | lscr.io/linuxserver/webtop | digest | `8b76325` -> `1678b75` | | lscr.io/linuxserver/webtop | digest | `b2f4fb2` -> `ebbd964` | | lscr.io/linuxserver/webtop | digest | `53266c8` -> `9a5fc18` | | lscr.io/linuxserver/webtop | digest | `8ab6257` -> `4988baa` | | lscr.io/linuxserver/webtop | digest | `9ca1f38` -> `0e4f75e` | | lscr.io/linuxserver/webtop | digest | `b592bb3` -> `e8d2140` | | lscr.io/linuxserver/webtop | digest | `f54fb74` -> `1b87c05` | | lscr.io/linuxserver/webtop | digest | `d776ffb` -> `15440d4` | | lscr.io/linuxserver/webtop | digest | `ced294b` -> `5fdf1d3` | | lscr.io/linuxserver/webtop | digest | `4fd3b67` -> `9a6c787` | | lscr.io/linuxserver/webtop | digest | `ebc08f4` -> `d6a5305` | | lscr.io/linuxserver/webtop | digest | `cc80f71` -> `8ffc944` | | lscr.io/linuxserver/webtop | digest | `baf2c40` -> `ab7a4c2` | | lscr.io/linuxserver/webtop | digest | `9deff8a` -> `072bcce` | | lscr.io/linuxserver/webtop | digest | `fc5f45c` -> `9ebc5ac` | | lscr.io/linuxserver/webtop | digest | `f28ff39` -> `461d200` | | lscr.io/linuxserver/webtop | digest | `a3b054a` -> `5735db8` | | lscr.io/linuxserver/webtop | digest | `8a5df77` -> `b6cd517` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b805154154 |
chore(helm): update image docker.io/haveagitgat/tdarr 2.43.01 → 2.44.01 (#36443)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/haveagitgat/tdarr](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | minor | `55d3044` -> `59c55da` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
cfe669f63b |
chore(helm): update image docker.io/haveagitgat/tdarr_node 2.43.01 → 2.44.01 (#36444)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/haveagitgat/tdarr_node](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | minor | `de2243d` -> `830e5cb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
54d3313748 |
chore(helm): update image docker.io/zwavejs/zwave-js-ui 10.6.1 → 10.7.0 (#36446)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/zwavejs/zwave-js-ui](https://redirect.github.com/zwave-js/zwave-js-ui) | minor | `fe8166b` -> `52b6ee2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>zwave-js/zwave-js-ui (docker.io/zwavejs/zwave-js-ui)</summary> ### [`v10.7.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1070-2025-06-18) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.6.1...v10.7.0) ##### Features - bump zwave-js@15.7.0 ([#​4261](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4261)) ([328b1f1](https://redirect.github.com/zwave-js/zwave-js-ui/commit/328b1f131a1ce2e586fef79a08ff147fdbd05fc8)) - load and display saved Zniffer captures ([#​4260](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4260)) ([9476f51](https://redirect.github.com/zwave-js/zwave-js-ui/commit/9476f51e71db31b26fdb39d4dbb710f46c174b28)) #### [10.6.1](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.6.0...v10.6.1) (2025-05-29) ##### Features - add support for `disableOptimisticValueUpdate` driver option ([081ed29](https://redirect.github.com/zwave-js/zwave-js-ui/commit/081ed2977827b6fe19c5140d24c9aacf35b18cfc)), closes [#​4247](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4247) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
6663f24b52 |
chore(flux): update image registry.k8s.io/kubectl v1.33.1 → v1.33.2 (clustertool) (#36440)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | registry.k8s.io/kubectl | patch | `v1.33.1` -> `v1.33.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
a589f91e0c |
chore(helm): update image docker.io/itzg/mc-backup digest to 52e5cac (#36427)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/itzg/mc-backup | digest | `a05012f` -> `52e5cac` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
93673b9eee | chore(helm): update jupyter (#36438) | ||
|
|
0c79cca5f2 | chore(helm): update image lscr.io/linuxserver/cops digest to e475796 (#36436) | ||
|
|
3f3f66095a |
chore(helm): update image ghcr.io/meeb/tubesync digest to eca317c (#36435)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/meeb/tubesync | digest | `f9c5343` -> `eca317c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
68ad609d09 |
chore(helm): update image ghcr.io/linuxserver/filezilla digest to cf09fda (#36434)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/filezilla](https://redirect.github.com/linuxserver/docker-filezilla/packages) ([source](https://redirect.github.com/linuxserver/docker-filezilla)) | digest | `33bcc42` -> `cf09fda` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
8e255258f9 |
chore(helm): update image ghcr.io/linuxserver/boinc digest to 0db68e9 (#36432)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/boinc | digest | `7de5848` -> `0db68e9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
1f07c401d8 |
chore(helm): update image docker.io/petersem/posterr digest to c3b84b9 (#36430)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/petersem/posterr | digest | `5554568` -> `c3b84b9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
29e38abad1 |
chore(helm): update image dumbwareio/dumbassets digest to 286af5b (#36431)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | dumbwareio/dumbassets | digest | `b123102` -> `286af5b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
bbf1d7497c |
chore(helm): update image ghcr.io/linuxserver/digikam digest to bbd5f45 (#36433)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/digikam](https://redirect.github.com/linuxserver/docker-digikam/packages) ([source](https://redirect.github.com/linuxserver/docker-digikam)) | digest | `da93f53` -> `bbd5f45` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
ccd513f900 | chore(helm): update image docker.io/linuxserver/transmission digest to 3f87d73 (#36428) | ||
|
|
064c12acf0 |
chore(helm): update image docker.io/machines/filestash digest to e66de9d (#36429)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/machines/filestash | digest | `f58ba64` -> `e66de9d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
3a63252ce8 |
chore(helm): update image docker.io/diygod/rsshub digest to ab6783d (#36426)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `61defe9` -> `ab6783d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
e1452d7574 |
chore(helm): update image ghcr.io/linuxserver/healthchecks 3.10.20250609 → 3.10.20250616 (#36374)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/healthchecks](https://redirect.github.com/linuxserver/docker-healthchecks/packages) ([source](https://redirect.github.com/linuxserver/docker-healthchecks)) | patch | `97d6cc4` -> `e882cca` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
a701e6dafb |
chore(helm): update image ghcr.io/n8n-io/n8n 1.98.1 → 1.99.0 (#36380)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/n8n-io/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | minor | `1d35d50`
-> `147877e` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.
---
### Release Notes
<details>
<summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary>
###
[`v1.99.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1990-2025-06-16)
##### Bug Fixes
- **AWS Bedrock Chat Model Node:** Update LangChain AWS package
([#​16323](https://redirect.github.com/n8n-io/n8n/issues/16323))
([24e4be1](https://redirect.github.com/n8n-io/n8n/commit/24e4be1ece1f5c1911f27b572862e7a2c95447bf))
- **core:** Always save evaluation executions
([#​16285](https://redirect.github.com/n8n-io/n8n/issues/16285))
([739ad85](https://redirect.github.com/n8n-io/n8n/commit/739ad853cd81b108171e91488dad95cd0a2db5c1))
- **core:** Fix http requests by using correct agent
([#​16258](https://redirect.github.com/n8n-io/n8n/issues/16258))
([e58de1a](https://redirect.github.com/n8n-io/n8n/commit/e58de1a6e48868356e4e706effd384cdf5073652))
- **core:** Prevent DoS via malformed binary data ID
([#​16229](https://redirect.github.com/n8n-io/n8n/issues/16229))
([43c52a8](https://redirect.github.com/n8n-io/n8n/commit/43c52a8b4f844e91b02e3cc9df92826a2d7b6052))
- **core:** Register transition handlers after modules init
([#​16308](https://redirect.github.com/n8n-io/n8n/issues/16308))
([7177e3a](https://redirect.github.com/n8n-io/n8n/commit/7177e3aab082cc7964698221a9440cd92dfaed03))
- **core:** Remove duplicated logs for insights
([#​16228](https://redirect.github.com/n8n-io/n8n/issues/16228))
([56b16b8](https://redirect.github.com/n8n-io/n8n/commit/56b16b8c0fb4cff4d51134ef532dede4ccac2707))
- **editor:** Cannot expand sub execution log if it finished with an
error
([#​16236](https://redirect.github.com/n8n-io/n8n/issues/16236))
([3fcabd4](https://redirect.github.com/n8n-io/n8n/commit/3fcabd40b3ea0a311dc55f35e5c6f72c2f53efa7))
- **editor:** Fix inaccurate message in log view when input data is
empty
([#​16234](https://redirect.github.com/n8n-io/n8n/issues/16234))
([e93fd1a](https://redirect.github.com/n8n-io/n8n/commit/e93fd1a68931eba43e7cdd0902543b056c0ab40a))
- **editor:** Fix pagination and sorting issue for insights
([#​16288](https://redirect.github.com/n8n-io/n8n/issues/16288))
([84c51b1](https://redirect.github.com/n8n-io/n8n/commit/84c51b1bd96b2a66cfb4953b349df73ce65cf29c))
- **editor:** Logs not shown when tools are partially executed
([#​16274](https://redirect.github.com/n8n-io/n8n/issues/16274))
([b2eb333](https://redirect.github.com/n8n-io/n8n/commit/b2eb33351f4eec0dfafcc8fb22b093779facd8f4))
- **editor:** Prevent node renaming to restricted JS method names
([#​16270](https://redirect.github.com/n8n-io/n8n/issues/16270))
([ecfb667](https://redirect.github.com/n8n-io/n8n/commit/ecfb6674efb657e27771785f1e0cdb890c0c78da))
- **editor:** Support renaming node in HTML parameters
([#​16315](https://redirect.github.com/n8n-io/n8n/issues/16315))
([88e3c90](https://redirect.github.com/n8n-io/n8n/commit/88e3c90e7136acdaf712c79fbd23d484d2d88f66))
- Fix paired item handling of multiple inputs
([#​16153](https://redirect.github.com/n8n-io/n8n/issues/16153))
([50e00cd](https://redirect.github.com/n8n-io/n8n/commit/50e00cdd6ac9f36e445f2b290e3b39ee7848fa13))
- **Gmail Node:** Do not break threads while creating drafts
([#​16272](https://redirect.github.com/n8n-io/n8n/issues/16272))
([113d94c](https://redirect.github.com/n8n-io/n8n/commit/113d94cea2956dafcecff2bb33df15d417daeb40))
- **HTTP Request Node:** Process text files
([#​16226](https://redirect.github.com/n8n-io/n8n/issues/16226))
([0d5ac1f](https://redirect.github.com/n8n-io/n8n/commit/0d5ac1f82262e1c32b4d3d7168f433359f4a1b87))
- Postgres node with ssh tunnel getting into a broken state and not
being recreated
([#​16054](https://redirect.github.com/n8n-io/n8n/issues/16054))
([879114b](https://redirect.github.com/n8n-io/n8n/commit/879114b572d4c3ef969f1e4495eedcbef486c3d6))
- Run evaluations as full manual executions in queue mode
([#​16230](https://redirect.github.com/n8n-io/n8n/issues/16230))
([e363458](https://redirect.github.com/n8n-io/n8n/commit/e36345824f2e5c3fd79ff9e27fe3d68bcee999fd))
- Run evaluations successfully when offload manual executions is true
with queue mode
([#​16307](https://redirect.github.com/n8n-io/n8n/issues/16307))
([aa27374](https://redirect.github.com/n8n-io/n8n/commit/aa273745ecdb45070f028a03fbd339dc3a15ce56))
##### Features
- **Chat Trigger Node:** Fix CSS variable `--chat--message--font-size`
not applying correctly
([#​16310](https://redirect.github.com/n8n-io/n8n/issues/16310))
([ab8a2b0](https://redirect.github.com/n8n-io/n8n/commit/ab8a2b0f7ed91bc2bcd084b9dc94e76a3426da8a))
- **core:** Add description to projects
([#​15611](https://redirect.github.com/n8n-io/n8n/issues/15611))
([1ddbb78](https://redirect.github.com/n8n-io/n8n/commit/1ddbb78909a06c46e2bee640c85bf7670d85b8d5))
- **core:** Add number of tokens and latency automatically as metrics in
evaluation
([#​16243](https://redirect.github.com/n8n-io/n8n/issues/16243))
([eff0571](https://redirect.github.com/n8n-io/n8n/commit/eff0571f42b979146d1198d6ca7c010c0013067d))
- **core:** Add OIDC support for SSO
([#​15988](https://redirect.github.com/n8n-io/n8n/issues/15988))
([30148df](https://redirect.github.com/n8n-io/n8n/commit/30148df7f3fd7b49660d1f4635a577d9bb80e964))
- **core:** Add task runner events to log streaming
([#​16265](https://redirect.github.com/n8n-io/n8n/issues/16265))
([
|
||
|
|
c9eebff0eb |
chore(helm): update image ghcr.io/meeb/tubesync digest to f9c5343 (#36377)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/meeb/tubesync | digest | `458466f` -> `f9c5343` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
a1f7f18585 |
chore(helm): update image docker.io/machines/filestash digest to f58ba64 (#36376)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/machines/filestash | digest | `5058493` -> `f58ba64` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
62fc37d40e |
chore(flux): update image ghcr.io/fluxcd/flux-manifests v2.6.1 → v2.6.2 (clustertool) (#36378)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fluxcd/flux-manifests](https://redirect.github.com/fluxcd/flux2) | patch | `v2.6.1` -> `v2.6.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>fluxcd/flux2 (ghcr.io/fluxcd/flux-manifests)</summary> ### [`v2.6.2`](https://redirect.github.com/fluxcd/flux2/releases/tag/v2.6.2) [Compare Source](https://redirect.github.com/fluxcd/flux2/compare/v2.6.1...v2.6.2) #### Highlights Flux v2.6.2 is a patch release that comes with various fixes. Users are encouraged to upgrade for the best experience. Fixes: - Fix authentication for `flux push artifact --provider=azure` on Azure DevOps runners. - Fix OIDC authentication for [Amazon ECR Public](https://fluxcd.io/flux/integrations/aws/#for-amazon-public-elastic-container-registry) in source-controller and image-reflector-controller. - Fix `knownhosts key mismatch` regression bug in the Flux CLI, source-controller and image-automation-controller. #### Components changelog - source-controller [v1.6.1](https://redirect.github.com/fluxcd/source-controller/blob/v1.6.1/CHANGELOG.md) - image-reflector-controller [v0.35.2](https://redirect.github.com/fluxcd/image-reflector-controller/blob/v0.35.2/CHANGELOG.md) - image-automation-controller [v0.41.1](https://redirect.github.com/fluxcd/image-automation-controller/blob/v0.41.1/CHANGELOG.md) #### What's Changed - \[release/v2.6.x] fix: Allow Azure CLI calls in `flux push artifact --provider azure` on DevOps runners by [@​fluxcdbot](https://redirect.github.com/fluxcdbot) in [https://github.com/fluxcd/flux2/pull/5396](https://redirect.github.com/fluxcd/flux2/pull/5396) - \[release/v2.6.x] Fix `knownhosts key mismatch` regression bug by [@​fluxcdbot](https://redirect.github.com/fluxcdbot) in [https://github.com/fluxcd/flux2/pull/5405](https://redirect.github.com/fluxcd/flux2/pull/5405) - \[release/v2.6.x] Update toolkit components by [@​fluxcdbot](https://redirect.github.com/fluxcdbot) in [https://github.com/fluxcd/flux2/pull/5410](https://redirect.github.com/fluxcd/flux2/pull/5410) **Full Changelog**: https://github.com/fluxcd/flux2/compare/v2.6.1...v2.6.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
d853a5d3df |
chore(helm): update jupyter 2025-06-02 → 2025-06-16 (patch) (#36372)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/jupyter/all-spark-notebook | patch | `949c3fd` -> `b6ba7e5` | | quay.io/jupyter/base-notebook | patch | `81f4e00` -> `1cfd13c` | | quay.io/jupyter/datascience-notebook | patch | `2014f3b` -> `e2bd76a` | | quay.io/jupyter/minimal-notebook | patch | `23c62f4` -> `9c0eeaf` | | quay.io/jupyter/pyspark-notebook | patch | `0dbd92e` -> `a11ac43` | | quay.io/jupyter/r-notebook | patch | `1cfec87` -> `df1e420` | | quay.io/jupyter/scipy-notebook | patch | `08e4c32` -> `265c702` | | quay.io/jupyter/tensorflow-notebook | patch | `fcd5454` -> `603049e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
988908e58a |
chore(helm): update image docker.io/diygod/rsshub digest to 61defe9 (#36370)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `e768156` -> `61defe9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
96eb9f3c92 |
chore(helm): update image lscr.io/linuxserver/mylar3 digest to 173f789 (#36369)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lscr.io/linuxserver/mylar3](https://redirect.github.com/linuxserver/docker-mylar3/packages) ([source](https://redirect.github.com/linuxserver/docker-mylar3)) | digest | `71af252` -> `173f789` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
2998d04958 |
chore(helm): update image ghcr.io/fluidd-core/fluidd v1.34.2 → v1.34.3 (#36373)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fluidd-core/fluidd](https://redirect.github.com/fluidd-core/fluidd) | patch | `83defec` -> `f2795ed` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>fluidd-core/fluidd (ghcr.io/fluidd-core/fluidd)</summary> ### [`v1.34.3`](https://redirect.github.com/fluidd-core/fluidd/releases/tag/v1.34.3) [Compare Source](https://redirect.github.com/fluidd-core/fluidd/compare/v1.34.2...v1.34.3) ##### Features - adds missing HTU21D sensor family support ([df34956](https://redirect.github.com/fluidd-core/fluidd/commit/df349564265817a8dbf2cc00f7d9ca33e7248c05)) - **i18n-nl:** Update Dutch translations ([01c7404](https://redirect.github.com/fluidd-core/fluidd/commit/01c7404e0feb7c51a418a17b4ffc7870d1c56997)) - **i18n-pl:** Update Polish translations ([ec3576b](https://redirect.github.com/fluidd-core/fluidd/commit/ec3576b15c09cdedd1fd74a22b0aa79c74fd5a5e)) - **i18n-uk:** Update Ukrainian translations ([a3ff90c](https://redirect.github.com/fluidd-core/fluidd/commit/a3ff90ca279bbbb77ceda749d16fc8cc7a507b87)) - **i18n-zh-CN:** Update Chinese (Simplified Han script) translations ([8d64261](https://redirect.github.com/fluidd-core/fluidd/commit/8d64261fef4700e840e9fbf387b38154c1fee68a)) - Z-Bolt theme ([#​1677](https://redirect.github.com/fluidd-core/fluidd/issues/1677)) ([9caaf94](https://redirect.github.com/fluidd-core/fluidd/commit/9caaf944b0b086e543b89c5d1440996588237d08)) ##### Bug Fixes - negative values formatting ([#​1687](https://redirect.github.com/fluidd-core/fluidd/issues/1687)) ([3499936](https://redirect.github.com/fluidd-core/fluidd/commit/34999367b9f33abd667474f9cc0551d135550fc0)) - store macro names casing as-is ([#​1683](https://redirect.github.com/fluidd-core/fluidd/issues/1683)) ([ed6bd18](https://redirect.github.com/fluidd-core/fluidd/commit/ed6bd1805d90416b554704f5bccf1ab1ae374022)) - undefined property access in case of deleted macro lookup ([#​1685](https://redirect.github.com/fluidd-core/fluidd/issues/1685)) ([d2335a9](https://redirect.github.com/fluidd-core/fluidd/commit/d2335a956ccd6a75650745804fc655b8d0a173e2)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
c81858eaad |
chore(helm): update image seaduboi/broadcast-box digest to 0fd71c8 (#36371)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | seaduboi/broadcast-box | digest | `b7b53b6` -> `0fd71c8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
3ba517f212 |
chore(helm): update image ghcr.io/linuxserver/openvscode-server digest to 9de8fad (#36367)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/openvscode-server](https://redirect.github.com/linuxserver/docker-openvscode-server/packages) ([source](https://redirect.github.com/linuxserver/docker-openvscode-server)) | digest | `4c299c2` -> `9de8fad` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |