mirror of
https://github.com/truecharts/charts.git
synced 2026-07-13 14:24:50 -03:00
182bf28ae6f5fdc8fa97f15ee7a3af7f999fdd4f
42179 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
182bf28ae6 |
chore(helm): update image ghcr.io/m1k1o/neko/tor-browser 2.9.0 → 3.0.3 (#34083)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/m1k1o/neko/tor-browser](https://redirect.github.com/m1k1o/neko) | major | `d412fa5` -> `e12a6f5` | --- > [!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>m1k1o/neko (ghcr.io/m1k1o/neko/tor-browser)</summary> ### [`v3.0.3`](https://redirect.github.com/m1k1o/neko/compare/v3.0.2...v3.0.3) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.2...v3.0.3) ### [`v3.0.2`](https://redirect.github.com/m1k1o/neko/compare/v3.0.1...v3.0.2) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.1...v3.0.2) ### [`v3.0.1`](https://redirect.github.com/m1k1o/neko/compare/v3.0.0...v3.0.1) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://redirect.github.com/m1k1o/neko/releases/tag/v3.0.0): n.eko v3.0.0 [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v2.9.0...v3.0.0) ##### Repository Changes - The default registry is now `ghcr.io/m1k1o/neko` instead of `docker.io/m1k1o/neko`. - Multiarch builds for `linux/amd64`, `linux/arm64`, and `linux/arm/v7` are now available instead of `arm-`based images. - App folders from `.docker/` have been moved to `apps/`. - Dev scripts from `.docker/` are now available in `client/dev/` and `server/dev/`. - The `docs/` folder is now available at `webpage/docs/` with a completely new structure. - The base `Dockerfile` has been split into `client/Dockerfile`, `server/Dockerfile`, and `runtime/Dockerfile`. - The build process has been moved from `.docker/build` to `build/`, supporting more options. See `--help` for more information. - Brave, Vivaldi, Remmina, and KDE are now also available as ARM-based images. - Waterfox is now available as a new browser. ##### Server Changes - A REST API with OpenAPI 3.0 documentation is now available. - Prometheus metrics are now available. - The server name is now `github.com/m1k1o/neko/server` and can be used as a library. - Reusable components and types are available in the `server/pkg/` folder, such as `gst`, `xevent`, and `xorg`. - A new authentication system with support for multiple authentication methods has been added. - A new user management system with support for granular feature access control has been implemented. - The structure for configuration options has been updated, with options now separated into modules. - Compatibility with V2 configuration options is still available but deprecated. - **Capture**: Added a screencast feature as a fallback for WebRTC. - **Capture**: Added experimental webcam and microphone passthrough support. - **Capture**: Added video simulcast support and a stream selector. - **Capture**: When joining a pipeline, a keyframe is requested on demand and sent to the client. - **Desktop**: Clipboard now uses `xclip` instead of `libclipboard`, allowing multiple targets. - **Desktop**: Added drag-and-drop file upload support. - **Desktop**: Added a file chooser dialog to prompt users for file uploads (experimental). - **Desktop**: Added an unminimize feature to ensure that the window is not minimized when the user is trying to control it. - **Desktop**: Created a custom input X11 driver to support touchscreen devices. - **Desktop**: Added support for `xrandr` to set the virtual monitor resolution to any resolution, not just predefined ones. - **Desktop**: Added a function to send events when the cursor changes, along with the cursor image. - **HTTP**: Added batch mode to allow multiple requests in a single connection. - **HTTP**: Added `pprof` support to enable server profiling. - **HTTP**: Created a legacy driver to support the current neko client. - **HTTP**: Refactored HTTP logging. - **Plugins**: Added support for Go plugins to enable custom features to be added to the server. - **Plugins**: Chat has been implemented as a plugin that can be disabled globally or per user (mute feature). - **Plugins**: File upload has been implemented as a plugin that can be disabled globally or per user. - **Session**: Added support to save session tokens as cookies to allow persistent login. - **Session**: Added the ability to serialize and deserialize sessions to a file to survive restarts. - **Session**: Added support for dynamic permissions with granular feature access control. - **WebRTC**: Forwarded desktop cursor changes to the client. - **WebRTC**: Forwarded cursor position to other clients that have enabled the inactive cursors option. - **WebRTC**: Switched from LittleEndian to BigEndian for the video stream to improve browser compatibility. - **WebRTC**: Created a legacy driver to support the current neko client. - **WebRTC**: Added WebRTC ping to check if the connection is still alive and to determine latency. - **WebRTC**: Added the ability to switch video pipelines on the fly. - **WebRTC**: Implemented bandwidth estimation and adaptive quality (experimental). - **WebSocket**: Added support for controlling the desktop using WebSockets as a fallback for WebRTC. - **WebSocket**: Added support for sending unicast and broadcast messages to all clients. Please note that in this version, only the server has been updated. The client is still in the old version; therefore, new features may not yet be available in the client. </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
cec414eefc |
chore(helm): update image ghcr.io/m1k1o/neko/vlc 2.9.0 → 3.0.3 (#34085)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/m1k1o/neko/vlc](https://redirect.github.com/m1k1o/neko) | major | `402affc` -> `c9c8250` | --- > [!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>m1k1o/neko (ghcr.io/m1k1o/neko/vlc)</summary> ### [`v3.0.3`](https://redirect.github.com/m1k1o/neko/compare/v3.0.2...v3.0.3) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.2...v3.0.3) ### [`v3.0.2`](https://redirect.github.com/m1k1o/neko/compare/v3.0.1...v3.0.2) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.1...v3.0.2) ### [`v3.0.1`](https://redirect.github.com/m1k1o/neko/compare/v3.0.0...v3.0.1) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://redirect.github.com/m1k1o/neko/releases/tag/v3.0.0): n.eko v3.0.0 [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v2.9.0...v3.0.0) ##### Repository Changes - The default registry is now `ghcr.io/m1k1o/neko` instead of `docker.io/m1k1o/neko`. - Multiarch builds for `linux/amd64`, `linux/arm64`, and `linux/arm/v7` are now available instead of `arm-`based images. - App folders from `.docker/` have been moved to `apps/`. - Dev scripts from `.docker/` are now available in `client/dev/` and `server/dev/`. - The `docs/` folder is now available at `webpage/docs/` with a completely new structure. - The base `Dockerfile` has been split into `client/Dockerfile`, `server/Dockerfile`, and `runtime/Dockerfile`. - The build process has been moved from `.docker/build` to `build/`, supporting more options. See `--help` for more information. - Brave, Vivaldi, Remmina, and KDE are now also available as ARM-based images. - Waterfox is now available as a new browser. ##### Server Changes - A REST API with OpenAPI 3.0 documentation is now available. - Prometheus metrics are now available. - The server name is now `github.com/m1k1o/neko/server` and can be used as a library. - Reusable components and types are available in the `server/pkg/` folder, such as `gst`, `xevent`, and `xorg`. - A new authentication system with support for multiple authentication methods has been added. - A new user management system with support for granular feature access control has been implemented. - The structure for configuration options has been updated, with options now separated into modules. - Compatibility with V2 configuration options is still available but deprecated. - **Capture**: Added a screencast feature as a fallback for WebRTC. - **Capture**: Added experimental webcam and microphone passthrough support. - **Capture**: Added video simulcast support and a stream selector. - **Capture**: When joining a pipeline, a keyframe is requested on demand and sent to the client. - **Desktop**: Clipboard now uses `xclip` instead of `libclipboard`, allowing multiple targets. - **Desktop**: Added drag-and-drop file upload support. - **Desktop**: Added a file chooser dialog to prompt users for file uploads (experimental). - **Desktop**: Added an unminimize feature to ensure that the window is not minimized when the user is trying to control it. - **Desktop**: Created a custom input X11 driver to support touchscreen devices. - **Desktop**: Added support for `xrandr` to set the virtual monitor resolution to any resolution, not just predefined ones. - **Desktop**: Added a function to send events when the cursor changes, along with the cursor image. - **HTTP**: Added batch mode to allow multiple requests in a single connection. - **HTTP**: Added `pprof` support to enable server profiling. - **HTTP**: Created a legacy driver to support the current neko client. - **HTTP**: Refactored HTTP logging. - **Plugins**: Added support for Go plugins to enable custom features to be added to the server. - **Plugins**: Chat has been implemented as a plugin that can be disabled globally or per user (mute feature). - **Plugins**: File upload has been implemented as a plugin that can be disabled globally or per user. - **Session**: Added support to save session tokens as cookies to allow persistent login. - **Session**: Added the ability to serialize and deserialize sessions to a file to survive restarts. - **Session**: Added support for dynamic permissions with granular feature access control. - **WebRTC**: Forwarded desktop cursor changes to the client. - **WebRTC**: Forwarded cursor position to other clients that have enabled the inactive cursors option. - **WebRTC**: Switched from LittleEndian to BigEndian for the video stream to improve browser compatibility. - **WebRTC**: Created a legacy driver to support the current neko client. - **WebRTC**: Added WebRTC ping to check if the connection is still alive and to determine latency. - **WebRTC**: Added the ability to switch video pipelines on the fly. - **WebRTC**: Implemented bandwidth estimation and adaptive quality (experimental). - **WebSocket**: Added support for controlling the desktop using WebSockets as a fallback for WebRTC. - **WebSocket**: Added support for sending unicast and broadcast messages to all clients. Please note that in this version, only the server has been updated. The client is still in the old version; therefore, new features may not yet be available in the client. </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
60dd5e492d |
chore(helm): update image ghcr.io/m1k1o/neko/xfce 2.9.0 → 3.0.3 (#34086)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/m1k1o/neko/xfce](https://redirect.github.com/m1k1o/neko) | major | `cce8ee6` -> `f2344d3` | --- > [!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>m1k1o/neko (ghcr.io/m1k1o/neko/xfce)</summary> ### [`v3.0.3`](https://redirect.github.com/m1k1o/neko/compare/v3.0.2...v3.0.3) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.2...v3.0.3) ### [`v3.0.2`](https://redirect.github.com/m1k1o/neko/compare/v3.0.1...v3.0.2) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.1...v3.0.2) ### [`v3.0.1`](https://redirect.github.com/m1k1o/neko/compare/v3.0.0...v3.0.1) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://redirect.github.com/m1k1o/neko/releases/tag/v3.0.0): n.eko v3.0.0 [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v2.9.0...v3.0.0) ##### Repository Changes - The default registry is now `ghcr.io/m1k1o/neko` instead of `docker.io/m1k1o/neko`. - Multiarch builds for `linux/amd64`, `linux/arm64`, and `linux/arm/v7` are now available instead of `arm-`based images. - App folders from `.docker/` have been moved to `apps/`. - Dev scripts from `.docker/` are now available in `client/dev/` and `server/dev/`. - The `docs/` folder is now available at `webpage/docs/` with a completely new structure. - The base `Dockerfile` has been split into `client/Dockerfile`, `server/Dockerfile`, and `runtime/Dockerfile`. - The build process has been moved from `.docker/build` to `build/`, supporting more options. See `--help` for more information. - Brave, Vivaldi, Remmina, and KDE are now also available as ARM-based images. - Waterfox is now available as a new browser. ##### Server Changes - A REST API with OpenAPI 3.0 documentation is now available. - Prometheus metrics are now available. - The server name is now `github.com/m1k1o/neko/server` and can be used as a library. - Reusable components and types are available in the `server/pkg/` folder, such as `gst`, `xevent`, and `xorg`. - A new authentication system with support for multiple authentication methods has been added. - A new user management system with support for granular feature access control has been implemented. - The structure for configuration options has been updated, with options now separated into modules. - Compatibility with V2 configuration options is still available but deprecated. - **Capture**: Added a screencast feature as a fallback for WebRTC. - **Capture**: Added experimental webcam and microphone passthrough support. - **Capture**: Added video simulcast support and a stream selector. - **Capture**: When joining a pipeline, a keyframe is requested on demand and sent to the client. - **Desktop**: Clipboard now uses `xclip` instead of `libclipboard`, allowing multiple targets. - **Desktop**: Added drag-and-drop file upload support. - **Desktop**: Added a file chooser dialog to prompt users for file uploads (experimental). - **Desktop**: Added an unminimize feature to ensure that the window is not minimized when the user is trying to control it. - **Desktop**: Created a custom input X11 driver to support touchscreen devices. - **Desktop**: Added support for `xrandr` to set the virtual monitor resolution to any resolution, not just predefined ones. - **Desktop**: Added a function to send events when the cursor changes, along with the cursor image. - **HTTP**: Added batch mode to allow multiple requests in a single connection. - **HTTP**: Added `pprof` support to enable server profiling. - **HTTP**: Created a legacy driver to support the current neko client. - **HTTP**: Refactored HTTP logging. - **Plugins**: Added support for Go plugins to enable custom features to be added to the server. - **Plugins**: Chat has been implemented as a plugin that can be disabled globally or per user (mute feature). - **Plugins**: File upload has been implemented as a plugin that can be disabled globally or per user. - **Session**: Added support to save session tokens as cookies to allow persistent login. - **Session**: Added the ability to serialize and deserialize sessions to a file to survive restarts. - **Session**: Added support for dynamic permissions with granular feature access control. - **WebRTC**: Forwarded desktop cursor changes to the client. - **WebRTC**: Forwarded cursor position to other clients that have enabled the inactive cursors option. - **WebRTC**: Switched from LittleEndian to BigEndian for the video stream to improve browser compatibility. - **WebRTC**: Created a legacy driver to support the current neko client. - **WebRTC**: Added WebRTC ping to check if the connection is still alive and to determine latency. - **WebRTC**: Added the ability to switch video pipelines on the fly. - **WebRTC**: Implemented bandwidth estimation and adaptive quality (experimental). - **WebSocket**: Added support for controlling the desktop using WebSockets as a fallback for WebRTC. - **WebSocket**: Added support for sending unicast and broadcast messages to all clients. Please note that in this version, only the server has been updated. The client is still in the old version; therefore, new features may not yet be available in the client. </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
9e2c902b2b |
chore(helm): update image ghcr.io/m1k1o/neko/vivaldi 2.9.0 → 3.0.3 (#34084)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/m1k1o/neko/vivaldi](https://redirect.github.com/m1k1o/neko) | major | `9be91b1` -> `7738ebf` | --- > [!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>m1k1o/neko (ghcr.io/m1k1o/neko/vivaldi)</summary> ### [`v3.0.3`](https://redirect.github.com/m1k1o/neko/compare/v3.0.2...v3.0.3) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.2...v3.0.3) ### [`v3.0.2`](https://redirect.github.com/m1k1o/neko/compare/v3.0.1...v3.0.2) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.1...v3.0.2) ### [`v3.0.1`](https://redirect.github.com/m1k1o/neko/compare/v3.0.0...v3.0.1) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://redirect.github.com/m1k1o/neko/releases/tag/v3.0.0): n.eko v3.0.0 [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v2.9.0...v3.0.0) ##### Repository Changes - The default registry is now `ghcr.io/m1k1o/neko` instead of `docker.io/m1k1o/neko`. - Multiarch builds for `linux/amd64`, `linux/arm64`, and `linux/arm/v7` are now available instead of `arm-`based images. - App folders from `.docker/` have been moved to `apps/`. - Dev scripts from `.docker/` are now available in `client/dev/` and `server/dev/`. - The `docs/` folder is now available at `webpage/docs/` with a completely new structure. - The base `Dockerfile` has been split into `client/Dockerfile`, `server/Dockerfile`, and `runtime/Dockerfile`. - The build process has been moved from `.docker/build` to `build/`, supporting more options. See `--help` for more information. - Brave, Vivaldi, Remmina, and KDE are now also available as ARM-based images. - Waterfox is now available as a new browser. ##### Server Changes - A REST API with OpenAPI 3.0 documentation is now available. - Prometheus metrics are now available. - The server name is now `github.com/m1k1o/neko/server` and can be used as a library. - Reusable components and types are available in the `server/pkg/` folder, such as `gst`, `xevent`, and `xorg`. - A new authentication system with support for multiple authentication methods has been added. - A new user management system with support for granular feature access control has been implemented. - The structure for configuration options has been updated, with options now separated into modules. - Compatibility with V2 configuration options is still available but deprecated. - **Capture**: Added a screencast feature as a fallback for WebRTC. - **Capture**: Added experimental webcam and microphone passthrough support. - **Capture**: Added video simulcast support and a stream selector. - **Capture**: When joining a pipeline, a keyframe is requested on demand and sent to the client. - **Desktop**: Clipboard now uses `xclip` instead of `libclipboard`, allowing multiple targets. - **Desktop**: Added drag-and-drop file upload support. - **Desktop**: Added a file chooser dialog to prompt users for file uploads (experimental). - **Desktop**: Added an unminimize feature to ensure that the window is not minimized when the user is trying to control it. - **Desktop**: Created a custom input X11 driver to support touchscreen devices. - **Desktop**: Added support for `xrandr` to set the virtual monitor resolution to any resolution, not just predefined ones. - **Desktop**: Added a function to send events when the cursor changes, along with the cursor image. - **HTTP**: Added batch mode to allow multiple requests in a single connection. - **HTTP**: Added `pprof` support to enable server profiling. - **HTTP**: Created a legacy driver to support the current neko client. - **HTTP**: Refactored HTTP logging. - **Plugins**: Added support for Go plugins to enable custom features to be added to the server. - **Plugins**: Chat has been implemented as a plugin that can be disabled globally or per user (mute feature). - **Plugins**: File upload has been implemented as a plugin that can be disabled globally or per user. - **Session**: Added support to save session tokens as cookies to allow persistent login. - **Session**: Added the ability to serialize and deserialize sessions to a file to survive restarts. - **Session**: Added support for dynamic permissions with granular feature access control. - **WebRTC**: Forwarded desktop cursor changes to the client. - **WebRTC**: Forwarded cursor position to other clients that have enabled the inactive cursors option. - **WebRTC**: Switched from LittleEndian to BigEndian for the video stream to improve browser compatibility. - **WebRTC**: Created a legacy driver to support the current neko client. - **WebRTC**: Added WebRTC ping to check if the connection is still alive and to determine latency. - **WebRTC**: Added the ability to switch video pipelines on the fly. - **WebRTC**: Implemented bandwidth estimation and adaptive quality (experimental). - **WebSocket**: Added support for controlling the desktop using WebSockets as a fallback for WebRTC. - **WebSocket**: Added support for sending unicast and broadcast messages to all clients. Please note that in this version, only the server has been updated. The client is still in the old version; therefore, new features may not yet be available in the client. </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
f97ab0b0d5 | chore(clustertool): one more | ||
|
|
e6ee2ad963 | fix(clustertool): correct type=oci on repos | ||
|
|
97f53463dd |
chore(helm): update image public.ecr.aws/bitnami/memcached digest to a7ab066 (#34111)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [public.ecr.aws/bitnami/memcached](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/memcached)) | digest | `fff7d8b` -> `a7ab066` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
47f80a7406 | chore(clustertool): also get rid of longhorn in favor of OCI home-ops mirror | ||
|
|
b76aec9780 |
chore(helm): update image docker.io/zwavejs/zwave-js-ui 10.1.4 → 10.1.5 (#34165)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/zwavejs/zwave-js-ui](https://redirect.github.com/zwave-js/zwave-js-ui) | patch | `90380ee` -> `c0e011e` | --- > [!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.1.5`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1015-2025-04-07) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.1.4...v10.1.5) ##### Bug Fixes - config path resolution inside pkg on Windows ([#​4190](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4190)) ([8a8847a]( |
||
|
|
950be025c9 |
chore(helm): update image registry 2 → 3 (#34088)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [registry](https://redirect.github.com/distribution/distribution) | major | `a3d8aaa` -> `1fc7de6` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
7934ef6dff |
chore(flux): update image kube-prometheus-stack 69.8.2 → 70.4.2 (clustertool) (#34070)
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)) | major | `69.8.2` -> `70.4.2` | --- > [!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> ### [`v70.4.2`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.4.2) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.4.1...kube-prometheus-stack-70.4.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] fix: Add 30s bucket to apiserver latency metrics by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus-community/helm-charts/pull/5516](https://redirect.github.com/prometheus-community/helm-charts/pull/5516) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-5.31.1...kube-prometheus-stack-70.4.2 ### [`v70.4.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.4.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.4.0...kube-prometheus-stack-70.4.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 - Adding imagePullSecret to Admission webhook Jobs by [@​arjunbnair97](https://redirect.github.com/arjunbnair97) in [https://github.com/prometheus-community/helm-charts/pull/5488](https://redirect.github.com/prometheus-community/helm-charts/pull/5488) #### New Contributors - [@​arjunbnair97](https://redirect.github.com/arjunbnair97) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/5488](https://redirect.github.com/prometheus-community/helm-charts/pull/5488) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.4.0...kube-prometheus-stack-70.4.1 ### [`v70.4.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.4.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.3.0...kube-prometheus-stack-70.4.0) 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 - \[CI] Update github-workflow dependency updates by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/prometheus-community/helm-charts/pull/5494](https://redirect.github.com/prometheus-community/helm-charts/pull/5494) - \[ci] renovate post upgrade hooks: use local files instead shell variables by [@​jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/5496](https://redirect.github.com/prometheus-community/helm-charts/pull/5496) - \[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/5495](https://redirect.github.com/prometheus-community/helm-charts/pull/5495) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-elasticsearch-exporter-6.7.1...kube-prometheus-stack-70.4.0 ### [`v70.3.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.3.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.2.1...kube-prometheus-stack-70.3.0) 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] feat: allow setting scrapeProtocols for Prometheus by [@​KevinGimbel](https://redirect.github.com/KevinGimbel) in [https://github.com/prometheus-community/helm-charts/pull/5474](https://redirect.github.com/prometheus-community/helm-charts/pull/5474) #### New Contributors - [@​KevinGimbel](https://redirect.github.com/KevinGimbel) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/5474](https://redirect.github.com/prometheus-community/helm-charts/pull/5474) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-admission-webhook-0.21.0...kube-prometheus-stack-70.3.0 ### [`v70.2.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.2.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.2.0...kube-prometheus-stack-70.2.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] Update reference URL and fix typo by [@​blueswen](https://redirect.github.com/blueswen) in [https://github.com/prometheus-community/helm-charts/pull/5467](https://redirect.github.com/prometheus-community/helm-charts/pull/5467) #### New Contributors - [@​blueswen](https://redirect.github.com/blueswen) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/5467](https://redirect.github.com/prometheus-community/helm-charts/pull/5467) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-snmp-exporter-9.1.0...kube-prometheus-stack-70.2.1 ### [`v70.2.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.2.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.1.1...kube-prometheus-stack-70.2.0) 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 - \[ci] more precise regex for renovate images detection by [@​jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/5461](https://redirect.github.com/prometheus-community/helm-charts/pull/5461) - \[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/5445](https://redirect.github.com/prometheus-community/helm-charts/pull/5445) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-27.6.0...kube-prometheus-stack-70.2.0 ### [`v70.1.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.1.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.1.0...kube-prometheus-stack-70.1.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] make servicename as tpl by [@​trouaux](https://redirect.github.com/trouaux) in [https://github.com/prometheus-community/helm-charts/pull/5436](https://redirect.github.com/prometheus-community/helm-charts/pull/5436) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.1.0...kube-prometheus-stack-70.1.1 ### [`v70.1.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.1.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.3...kube-prometheus-stack-70.1.0) 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/5435](https://redirect.github.com/prometheus-community/helm-charts/pull/5435) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.3...kube-prometheus-stack-70.1.0 ### [`v70.0.3`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.0.3) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.2...kube-prometheus-stack-70.0.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 - \[ci] added post-upgrade hooks for renovate by [@​jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/5425](https://redirect.github.com/prometheus-community/helm-charts/pull/5425) - \[kube-prometheus-stack] install jb command inside renovate-post-upgrade-hook.sh by [@​jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/5434](https://redirect.github.com/prometheus-community/helm-charts/pull/5434) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-cloudwatch-exporter-0.27.0...kube-prometheus-stack-70.0.3 ### [`v70.0.2`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.0.2) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.1...kube-prometheus-stack-70.0.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 - \[CI] Update actions/create-github-app-token action to v1.11.6 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/prometheus-community/helm-charts/pull/5426](https://redirect.github.com/prometheus-community/helm-charts/pull/5426) - \[kube-prometheus-stack] add renovate-post-upgrade-hook.sh by [@​jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/5427](https://redirect.github.com/prometheus-community/helm-charts/pull/5427) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.1...kube-prometheus-stack-70.0.2 ### [`v70.0.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.0.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.0...kube-prometheus-stack-70.0.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 - \[CI] Update github-workflow dependency updates by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/prometheus-community/helm-charts/pull/5424](https://redirect.github.com/prometheus-community/helm-charts/pull/5424) - \[ci] use own renovate helper app to bump chart versions by [@​jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/5423](https://redirect.github.com/prometheus-community/helm-charts/pull/5423) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-windows-exporter-0.9.1...kube-prometheus-stack-70.0.1 ### [`v70.0.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.0.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.8.2...kube-prometheus-stack-70.0.0) 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 serviceName option to prometheus CR by [@​trouaux](https://redirect.github.com/trouaux) in [https://github.com/prometheus-community/helm-charts/pull/5273](https://redirect.github.com/prometheus-community/helm-charts/pull/5273) #### New Contributors - [@​trouaux](https://redirect.github.com/trouaux) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/5273](https://redirect.github.com/prometheus-community/helm-charts/pull/5273) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.8.2...kube-prometheus-stack-70.0.0 </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
4d9e870ed4 |
chore(github-action): update golangci/golangci-lint-action action v6 → v7 (#34071)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://redirect.github.com/golangci/golangci-lint-action) | action | major | `55c2c14` -> `1481404` | --- > [!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>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary> ### [`v7`](https://redirect.github.com/golangci/golangci-lint-action/compare/v6...v7) [Compare Source](https://redirect.github.com/golangci/golangci-lint-action/compare/v6...v7) </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
4b1b47e12c | chore(clustertool): move more things to OCI (mirrors) and remove unused registries | ||
|
|
dc6e9d6cb6 | fix(clustertool): Only use OCI (mirror) for pre-installed charts using clustertool | ||
|
|
8f08cfd878 | chore(helm): update image ghcr.io/n8n-io/n8n 1.86.1 → 1.87.2 (#34178) | ||
|
|
514f7ba8b8 | chore(helm): update image ghcr.io/manyfold3d/manyfold 0.106.0 → 0.107.0 (#34177) | ||
|
|
777a93dd62 | chore(helm): update image docker.io/ollama/ollama 0.6.4 → 0.6.5 (#34159) | ||
|
|
0177c5710f |
chore(helm): update image lscr.io/linuxserver/cops 3.5.7 → 3.6.1 (#34139)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lscr.io/linuxserver/cops](https://redirect.github.com/linuxserver/docker-cops/packages) ([source](https://redirect.github.com/linuxserver/docker-cops)) | minor | `e47cf4f` -> `44f2e1c` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
00468bdacf |
chore(helm): update image docker.io/docuseal/docuseal 1.9.7 → 1.9.8 (#34154)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/docuseal/docuseal | patch | `082d68e` -> `505cbb4` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
f449ce6e87 |
chore(helm): update image ghcr.io/meeb/tubesync digest to 63fffee (#34176)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/meeb/tubesync | digest | `fe61058` -> `63fffee` | --- > [!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--> |
||
|
|
4e24795cc5 |
chore(helm): update image docker.io/cthulhoo/ttrss-web-nginx digest to 4a5d1f5 (#34141)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/cthulhoo/ttrss-web-nginx | digest | `f9478b4` -> `4a5d1f5` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
e9c665db75 |
chore(helm): update image ghcr.io/suwayomi/tachidesk digest to 0e06aa5 (#34106)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/suwayomi/tachidesk | digest | `8c209db` -> `0e06aa5` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
5447eac66c |
chore(helm): update image docker.io/doitandbedone/ispyagentdvr 6.2.7.0 → 6.2.8.0 (#34155)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/doitandbedone/ispyagentdvr](https://redirect.github.com/doitandbedone/ispyagentdvr-docker) | patch | `e0dcc20` -> `adf79b7` | --- > [!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>doitandbedone/ispyagentdvr-docker (docker.io/doitandbedone/ispyagentdvr)</summary> ### [`v6.2.8.0`](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.2.7.0...6.2.8.0) [Compare Source](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.2.7.0...6.2.8.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
9b22519bff |
chore(helm): update image redmine digest to aea19db (#34151)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | redmine | digest | `dd2977c` -> `aea19db` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
140e7eacb4 |
chore(helm): update image ghcr.io/meeb/tubesync digest to fe61058 (#34131)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/meeb/tubesync | digest | `0af935a` -> `fe61058` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f4f1358f23 | chore(helm): update image ghcr.io/mend/renovate-ce 9.7.0 → 9.8.0 (#34056) | ||
|
|
8210a44f93 |
chore(helm): update image fyb3roptik/threadfin 1.2.31 → 1.2.32 (#34166)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [fyb3roptik/threadfin](https://redirect.github.com/Threadfin/Threadfin) | patch | `78479ce` -> `11e02ff` | --- > [!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>Threadfin/Threadfin (fyb3roptik/threadfin)</summary> ### [`v1.2.32`](https://redirect.github.com/Threadfin/Threadfin/releases/tag/1.2.32) [Compare Source](https://redirect.github.com/Threadfin/Threadfin/compare/1.2.31...1.2.32) #### Patch [#​566](https://redirect.github.com/Threadfin/Threadfin/issues/566) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
cff79e3657 |
chore(helm): update image docker.io/gitea/gitea 1.23.6 → 1.23.7 (#34156)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gitea/gitea](https://redirect.github.com/go-gitea/gitea) | patch | `9a18e8e` -> `e71bf5c` | --- > [!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>go-gitea/gitea (docker.io/gitea/gitea)</summary> ### [`v1.23.7`](https://redirect.github.com/go-gitea/gitea/releases/tag/v1.23.7) [Compare Source](https://redirect.github.com/go-gitea/gitea/compare/v1.23.6...v1.23.7) - SECURITY - Compile with Go 1.23.8 - Enhancements - Add a config option to block "expensive" pages for anonymous users ([#​34024](https://redirect.github.com/go-gitea/gitea/issues/34024)) ([#​34071](https://redirect.github.com/go-gitea/gitea/issues/34071)) - Also check default ssh-cert location for host ([#​34099](https://redirect.github.com/go-gitea/gitea/issues/34099)) ([#​34100](https://redirect.github.com/go-gitea/gitea/issues/34100)) ([#​34116](https://redirect.github.com/go-gitea/gitea/issues/34116)) - BUGFIXES - Fix discord webhook 400 status code when description limit is exceeded ([#​34084](https://redirect.github.com/go-gitea/gitea/issues/34084)) ([#​34124](https://redirect.github.com/go-gitea/gitea/issues/34124)) - Get changed files based on merge base when checking `pull_request` actions trigger ([#​34106](https://redirect.github.com/go-gitea/gitea/issues/34106)) ([#​34120](https://redirect.github.com/go-gitea/gitea/issues/34120)) - Fix invalid version in RPM package path ([#​34112](https://redirect.github.com/go-gitea/gitea/issues/34112)) ([#​34115](https://redirect.github.com/go-gitea/gitea/issues/34115)) - Return default avatar url when user id is zero rather than updating database ([#​34094](https://redirect.github.com/go-gitea/gitea/issues/34094)) ([#​34095](https://redirect.github.com/go-gitea/gitea/issues/34095)) - Add additional ReplaceAll in pathsep to cater for different pathsep ([#​34061](https://redirect.github.com/go-gitea/gitea/issues/34061)) ([#​34070](https://redirect.github.com/go-gitea/gitea/issues/34070)) - Try to fix check-attr bug ([#​34029](https://redirect.github.com/go-gitea/gitea/issues/34029)) ([#​34033](https://redirect.github.com/go-gitea/gitea/issues/34033)) - Git client will follow 301 but 307 ([#​34005](https://redirect.github.com/go-gitea/gitea/issues/34005)) ([#​34010](https://redirect.github.com/go-gitea/gitea/issues/34010)) - Fix block expensive for 1.23 ([#​34127](https://redirect.github.com/go-gitea/gitea/issues/34127)) - Fix markdown frontmatter rendering ([#​34102](https://redirect.github.com/go-gitea/gitea/issues/34102)) ([#​34107](https://redirect.github.com/go-gitea/gitea/issues/34107)) - Add new CLI flags to set name and scopes when creating a user with access token ([#​34080](https://redirect.github.com/go-gitea/gitea/issues/34080)) ([#​34103](https://redirect.github.com/go-gitea/gitea/issues/34103)) - Do not show 500 error when default branch doesn't exist ([#​34096](https://redirect.github.com/go-gitea/gitea/issues/34096)) ([#​34097](https://redirect.github.com/go-gitea/gitea/issues/34097)) - Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission ([#​34053](https://redirect.github.com/go-gitea/gitea/issues/34053)) ([#​34065](https://redirect.github.com/go-gitea/gitea/issues/34065)) - Simplify emoji rendering ([#​34048](https://redirect.github.com/go-gitea/gitea/issues/34048)) ([#​34049](https://redirect.github.com/go-gitea/gitea/issues/34049)) - Adjust the layout of the toolbar on the Issues/Projects page ([#​33667](https://redirect.github.com/go-gitea/gitea/issues/33667)) ([#​34047](https://redirect.github.com/go-gitea/gitea/issues/34047)) - Pull request updates will also trigger code owners review requests ([#​33744](https://redirect.github.com/go-gitea/gitea/issues/33744)) ([#​34045](https://redirect.github.com/go-gitea/gitea/issues/34045)) - Fix org repo creation being limited by user limits ([#​34030](https://redirect.github.com/go-gitea/gitea/issues/34030)) ([#​34044](https://redirect.github.com/go-gitea/gitea/issues/34044)) - Fix git client accessing renamed repo ([#​34034](https://redirect.github.com/go-gitea/gitea/issues/34034)) ([#​34043](https://redirect.github.com/go-gitea/gitea/issues/34043)) - Fix the issue with error message logging for the `check-attr` command on Windows OS. ([#​34035](https://redirect.github.com/go-gitea/gitea/issues/34035)) ([#​34036](https://redirect.github.com/go-gitea/gitea/issues/34036)) - Polyfill WeakRef ([#​34025](https://redirect.github.com/go-gitea/gitea/issues/34025)) ([#​34028](https://redirect.github.com/go-gitea/gitea/issues/34028)) Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be automatically upgraded to this version during the specified maintenance window. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
037931e66b |
chore(helm): update image ghcr.io/slskd/slskd 0.22.2 → 0.22.3 (#34173)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/slskd/slskd](https://slskd.org) ([source](https://redirect.github.com/slskd/slskd)) | patch | `e2e4b25` -> `c7447d6` | --- > [!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>slskd/slskd (ghcr.io/slskd/slskd)</summary> ### [`v0.22.3`](https://redirect.github.com/slskd/slskd/releases/tag/0.22.3) [Compare Source](https://redirect.github.com/slskd/slskd/compare/0.22.2...0.22.3) #### 📢 New Features [@​dkschruteBeets](https://redirect.github.com/dkschruteBeets) added the ability to configure [profile pictures](https://redirect.github.com/slskd/slskd/blob/master/docs/config.md#other)! Configure one by specifying the file path in `--slsk-picture`, by setting `SLSKD_SLSK_PICTURE`, or by setting the YAML key `soulseek.picture`. [@​samhatter](https://redirect.github.com/samhatter) added a right-click context menu to rooms:  User-defined scripts were refactored, including some breaking changes. The major (22) version wasn't bumped for these changes because the previous implementation of scripts was broken. Additionally, `jq` is now available inside of the slskd container to help with scripts, thanks to [@​onedr0p](https://redirect.github.com/onedr0p). Lastly, some improvements to the way searches are stored in the database should provide some relief to users who are experiencing 'stuck' searches when using external apps for automation. Included with these improvements is a queuing mechanism that caps the number of concurrent searches at 10, enqueuing subsequent searches. This will help with resource contention and should provide some protection against server bans should automation go awry. #### What's Changed - Fix log retention to be days in docs by [@​SpyrosRoum](https://redirect.github.com/SpyrosRoum) in [https://github.com/slskd/slskd/pull/1290](https://redirect.github.com/slskd/slskd/pull/1290) - Refactor user-defined scripts by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1292](https://redirect.github.com/slskd/slskd/pull/1292) - Bump serialize-javascript from 6.0.1 to 6.0.2 in /src/web by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/slskd/slskd/pull/1299](https://redirect.github.com/slskd/slskd/pull/1299) - feat(container): Add `jq` by [@​onedr0p](https://redirect.github.com/onedr0p) in [https://github.com/slskd/slskd/pull/1277](https://redirect.github.com/slskd/slskd/pull/1277) - Fix search retention example by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1307](https://redirect.github.com/slskd/slskd/pull/1307) - Adding context menu to rooms with reply, view user profile, and browse shares by [@​samhatter](https://redirect.github.com/samhatter) in [https://github.com/slskd/slskd/pull/1298](https://redirect.github.com/slskd/slskd/pull/1298) - Refactor search logic to help prevent 'hanging' records by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1310](https://redirect.github.com/slskd/slskd/pull/1310) - Feature/add profile picture support by [@​dkschruteBeets](https://redirect.github.com/dkschruteBeets) in [https://github.com/slskd/slskd/pull/1303](https://redirect.github.com/slskd/slskd/pull/1303) - Add the ability to set a profile picture by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1321](https://redirect.github.com/slskd/slskd/pull/1321) - Remove erroneous mention of --generate-api-key by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1322](https://redirect.github.com/slskd/slskd/pull/1322) #### New Contributors - [@​SpyrosRoum](https://redirect.github.com/SpyrosRoum) made their first contribution in [https://github.com/slskd/slskd/pull/1290](https://redirect.github.com/slskd/slskd/pull/1290) - [@​dkschruteBeets](https://redirect.github.com/dkschruteBeets) made their first contribution in [https://github.com/slskd/slskd/pull/1303](https://redirect.github.com/slskd/slskd/pull/1303) **Full Changelog**: https://github.com/slskd/slskd/compare/0.22.2...0.22.3 </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=--> |
||
|
|
8585e87986 |
chore(helm): update image lscr.io/linuxserver/kdenlive digest to 8780a80 (#34109)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/kdenlive | digest | `e04c5d6` -> `8780a80` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
472f90fe4e | fix(ci): hardcode changelog-cache version for now. | ||
|
|
3ba81d8c8c |
chore(helm): update image docker.io/tomsquest/docker-radicale 3.5.0.1 → 3.5.1.0 (#34164)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/tomsquest/docker-radicale](https://redirect.github.com/tomsquest/docker-radicale) | patch | `904d0f6` -> `58c9e21` | --- > [!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>tomsquest/docker-radicale (docker.io/tomsquest/docker-radicale)</summary> ### [`v3.5.1.0`](https://redirect.github.com/tomsquest/docker-radicale/blob/HEAD/CHANGELOG.md#3510---2025-04-09) [Compare Source](https://redirect.github.com/tomsquest/docker-radicale/compare/3.5.0.1...3.5.1.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
7829868474 |
chore(helm): update image ghcr.io/museofficial/muse 2.11.0 → 2.11.1 (#34065)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/museofficial/muse | patch | `f508418` -> `c79e147` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
069649e668 |
chore(helm): update image docker.io/jenkins/jenkins 2.504 → 2.505 (#34169)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jenkins/jenkins](https://www.jenkins.io/) ([source](https://redirect.github.com/jenkinsci/docker)) | minor | `93554eb` -> `d4074a7` | --- > [!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>jenkinsci/docker (docker.io/jenkins/jenkins)</summary> ### [`v2.505`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.505) [Compare Source](https://redirect.github.com/jenkinsci/docker/compare/2.504...2.505) <!-- Optional: add a release summary here --> #### 📦 Jenkins Core updates - Update to Jenkins 2.505 ([changelog](https://www.jenkins.io/changelog/2.505)) - No changes </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
20078e000f |
chore(helm): update image ghcr.io/paperless-ngx/paperless-ngx 2.14.7 → 2.15.0 (#34117)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx) | minor | `2a6d9f6` -> `c47e304` | --- > [!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>paperless-ngx/paperless-ngx (ghcr.io/paperless-ngx/paperless-ngx)</summary> ### [`v2.15.0`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.15.0): Paperless-ngx v2.15.0 [Compare Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.14.7...v2.15.0) #### paperless-ngx 2.15.0 ##### Features - Enhancement: allow webUI first account signup [@​shamoon](https://redirect.github.com/shamoon) ([#​9500](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9500)) - Enhancement: support more 'not assigned' filtering, refactor [@​shamoon](https://redirect.github.com/shamoon) ([#​9429](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9429)) - Enhancement: reorganize dates dropdown, add more relative options [@​shamoon](https://redirect.github.com/shamoon) ([#​9307](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9307)) - Enhancement: add switch to allow merging non-PDFs with archive version [@​shamoon](https://redirect.github.com/shamoon) ([#​9305](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9305)) - Enhancement: support assigning custom field values in workflows [@​shamoon](https://redirect.github.com/shamoon) ([#​9272](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9272)) - Enhancement: Add slugify filter in templating [@​hwaterke](https://redirect.github.com/hwaterke) ([#​9269](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9269)) - Feature: Switch webserver to granian [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9218](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9218)) - Enhancement: relocate and smaller upload widget, dont limit upload list [@​shamoon](https://redirect.github.com/shamoon) ([#​9244](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9244)) - Enhancement: run tasks from system status, report sanity check, simpler classifier check, styling updates [@​shamoon](https://redirect.github.com/shamoon) ([#​9106](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9106)) - Enhancement: include celery log in logs view [@​shamoon](https://redirect.github.com/shamoon) ([#​9214](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9214)) - Enhancement: support default groups for regular and social account signup, syncing on login [@​shamoon](https://redirect.github.com/shamoon) ([#​9039](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9039)) - Enhancement: allow disabling the filesystem consumer [@​shamoon](https://redirect.github.com/shamoon) ([#​9199](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9199)) - Feature: email document [@​shamoon](https://redirect.github.com/shamoon) ([#​8950](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8950)) - Enhancement: webui workflowtrigger source option [@​shamoon](https://redirect.github.com/shamoon) ([#​9170](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9170)) - Enhancement: use charfield for webhook url, custom validation [@​shamoon](https://redirect.github.com/shamoon) ([#​9128](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9128)) - Feature: Chinese Traditional translation [@​LokiHung](https://redirect.github.com/LokiHung) ([#​9076](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9076)) - Enhancement: Use cached sessions for a minor performance improvement [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9074](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9074)) - Feature: openapi spec, full api browser [@​shamoon](https://redirect.github.com/shamoon) ([#​8948](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8948)) - Enhancement: filter by file type [@​shamoon](https://redirect.github.com/shamoon) ([#​8946](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8946)) - Feature: Transition Docker to use s6 overlay [@​stumpylog](https://redirect.github.com/stumpylog) ([#​8886](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8886)) - Feature: better toast notifications management [@​shamoon](https://redirect.github.com/shamoon) ([#​8980](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8980)) - Enhancement: date picker and date filter dropdown improvements [@​shamoon](https://redirect.github.com/shamoon) ([#​9033](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9033)) - Tweak: more accurate classifier last trained time [@​shamoon](https://redirect.github.com/shamoon) ([#​9004](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9004)) - Enhancement: allow setting default pdf zoom [@​shamoon](https://redirect.github.com/shamoon) ([#​9017](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9017)) ##### Bug Fixes - Fix: ensure only matched scheduled workflows are applied [@​shamoon](https://redirect.github.com/shamoon) ([#​9580](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9580)) - Fix: fix large doc thumb hidden at unexpected screen sizes [@​shamoon](https://redirect.github.com/shamoon) ([#​9559](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9559)) - Fix: fix potential race condition when creating new cf from doc details [@​shamoon](https://redirect.github.com/shamoon) ([#​9542](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9542)) - Fix: fix doc link input [@​shamoon](https://redirect.github.com/shamoon) ([#​9533](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9533)) - Fix: only overwrite existing cf values in workflow if set [@​shamoon](https://redirect.github.com/shamoon) ([#​9459](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9459)) - Fix: fix auto-close when doc update no longer has permissions [@​shamoon](https://redirect.github.com/shamoon) ([#​9453](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9453)) - Change: better handle permissions in patch requests [@​shamoon](https://redirect.github.com/shamoon) ([#​9393](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9393)) - Fix: use correct filename with webhook [@​shamoon](https://redirect.github.com/shamoon) ([#​9392](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9392)) - Change: sync OIDC groups on first login too [@​shamoon](https://redirect.github.com/shamoon) ([#​9387](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9387)) - Fix: only parse custom field queries when valid [@​shamoon](https://redirect.github.com/shamoon) ([#​9384](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9384)) - Fix: Allow setting of other Granian options [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9360](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9360)) - Fix: Always clean up INotify [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9359](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9359)) - Fix typo in inactive account template [@​ocean90](https://redirect.github.com/ocean90) ([#​9356](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9356)) - Fix: fix notes serializing in API document response [@​shamoon](https://redirect.github.com/shamoon) ([#​9336](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9336)) - Fix: correct all results with whoosh queries [@​shamoon](https://redirect.github.com/shamoon) ([#​9331](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9331)) - Fix: fix typo in altered migration [@​gothicVI](https://redirect.github.com/gothicVI) ([#​9321](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9321)) - Fix: add account_inactive template / url [@​shamoon](https://redirect.github.com/shamoon) ([#​9322](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9322)) - Fix: Switches data to content to upload raw bytes/text content [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9293](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9293)) - Fix: handle null workflow body and email subject [@​shamoon](https://redirect.github.com/shamoon) ([#​9271](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9271)) - Fix: cleanup saved view references on custom field deletion, auto-refresh views, show error on saved view save [@​shamoon](https://redirect.github.com/shamoon) ([#​9225](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9225)) - Fix: revert thumbnail CSS workaround in favor of GPU workaround [@​shamoon](https://redirect.github.com/shamoon) ([#​9219](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9219)) - Fix: correct split confirm removal [@​shamoon](https://redirect.github.com/shamoon) ([#​9195](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9195)) - Fix: saved views do not return to default display fields after setting and then removing [@​shamoon](https://redirect.github.com/shamoon) ([#​9168](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9168)) - Fix: correct logged number of deleted documents on trash empty [@​shamoon](https://redirect.github.com/shamoon) ([#​9148](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9148)) - Fix: include account confirm email allauth URL [@​shamoon](https://redirect.github.com/shamoon) ([#​9147](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9147)) - Fix: remove additional scrollbar from popup preview [@​shamoon](https://redirect.github.com/shamoon) ([#​9140](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9140)) - Fix: wrap selected display fields [@​shamoon](https://redirect.github.com/shamoon) ([#​9139](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9139)) - Fix: reset documents sort field if user deletes the custom field [@​shamoon](https://redirect.github.com/shamoon) ([#​9127](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9127)) - Fix: limit document title length in workflows [@​shamoon](https://redirect.github.com/shamoon) ([#​9085](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9085)) - Fix: include doc link input import in custom fields query dropdown [@​shamoon](https://redirect.github.com/shamoon) ([#​9058](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9058)) - Fix: deselect and trigger refresh for deleted documents from bulk operations with "delete originals" [@​shamoon](https://redirect.github.com/shamoon) ([#​8996](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8996)) - Fix: allow empty email in profile [@​shamoon](https://redirect.github.com/shamoon) ([#​9012](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9012)) ##### Maintenance - docker(deps): Bump astral-sh/uv from 0.6.5-python3.12-bookworm-slim to 0.6.9-python3.12-bookworm-slim @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9488](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9488)) - Chore: Enables dependabot for Dockerfile and our Compose files [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9342](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9342)) - Chore: ensure codecov upload gets attempted [@​shamoon](https://redirect.github.com/shamoon) ([#​9308](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9308)) - Chore: Split out some items into extras [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9297](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9297)) - Chore: Enables Codecov test reporting for the backend [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9295](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9295)) - Chore: Combine Python settings files [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9292](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9292)) ##### Dependencies <details> <summary>43 changes</summary> - Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 20 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9536](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9536)) - Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 4 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9538](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9538)) - Chore(deps-dev): Bump @​\<!---->types/node from 22.13.9 to 22.13.17 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9539](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9539)) - Chore(deps-dev): Bump jest-preset-angular from 14.5.3 to 14.5.4 in /src-ui in the frontend-jest-dependencies group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9537](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9537)) - Chore(deps-dev): Bump @​\<!---->playwright/test from 1.50.1 to 1.51.1 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9540](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9540)) - Chore(deps): Bump django from 5.1.6 to 5.1.7 in the django group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9486](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9486)) - docker(deps): Bump astral-sh/uv from 0.6.5-python3.12-bookworm-slim to 0.6.9-python3.12-bookworm-slim @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9488](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9488)) - Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 4 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9372](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9372)) - Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 20 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9371](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9371)) - Chore(deps): Update ocrmypdf requirement from ~=16.9.0 to ~=16.10.0 @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9348](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9348)) - Chore(deps): Update drf-spectacular-sidecar requirement from ~=2025.2.1 to ~=2025.3.1 @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9347](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9347)) - Chore(deps): Bump the small-changes group with 2 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9345](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9345)) - docker-compose(deps): Bump library/postgres from 16 to 17 in /docker/compose @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9353](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9353)) - docker(deps): Bump astral-sh/uv from 0.6.3-python3.12-bookworm-slim to 0.6.5-python3.12-bookworm-slim @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9344](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9344)) - Chore(deps-dev): Bump the frontend-angular-dependencies group in /src-ui with 5 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9288](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9288)) - Chore(deps-dev): Bump @​\<!---->types/node from 22.13.8 to 22.13.9 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9290](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9290)) - Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 3 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9289](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9289)) - Chore(deps-dev): Bump @​\<!---->types/node from 22.13.5 to 22.13.8 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9267](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9267)) - Chore(deps): Bump stumpylog/image-cleaner-action from 0.9.0 to 0.10.0 in the actions group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9252](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9252)) - Chore(deps-dev): Bump the development group with 2 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9253](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9253)) - Chore(deps-dev): Bump @​\<!---->codecov/webpack-plugin from 1.8.0 to 1.9.0 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9260](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9260)) - Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 4 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9256](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9256)) - Chore(deps): Bump uuid from 11.0.5 to 11.1.0 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9259](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9259)) - Chore(deps-dev): Bump jest-preset-angular from 14.5.1 to 14.5.3 in /src-ui in the frontend-jest-dependencies group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9255](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9255)) - Chore(deps): Bump rxjs from 7.8.1 to 7.8.2 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9258](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9258)) - Chore(deps-dev): Bump @​\<!---->types/node from 22.13.0 to 22.13.5 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9257](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9257)) - Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 22 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9254](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9254)) - Chore(deps): Bump django-filter from 24.3 to 25.1 in the django group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9143](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9143)) - Chore(deps-dev): Bump mkdocs-material from 9.6.3 to 9.6.4 in the development group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9142](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9142)) - Dependencies: Updates to jbig2enc 0.30 [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9092](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9092)) - Chore(deps): Bump cryptography from 44.0.0 to 44.0.1 @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9080](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9080)) - Chore(deps): Bump the small-changes group with 7 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9064](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9064)) - Chore(deps-dev): Bump the development group with 3 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9061](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9061)) - Chore(deps): Bump the django group across 1 directory with 2 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9065](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9065)) - Chore(deps): Bump drf-spectacular-sidecar from 2024.11.1 to 2025.2.1 in the major-versions group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9063](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9063)) - Chore(deps-dev): Bump the development group with 2 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9013](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9013)) - Chore(deps): Bump django-soft-delete from 1.0.16 to 1.0.18 in the django group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9014](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9014)) - Chore(deps): Bump uuid from 11.0.2 to 11.0.5 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8992](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8992)) - Chore(deps-dev): Bump @​\<!---->codecov/webpack-plugin from 1.2.1 to 1.8.0 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8991](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8991)) - Chore(deps-dev): Bump @​\<!---->playwright/test from 1.48.2 to 1.50.1 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8993](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8993)) - Chore(deps-dev): Bump @​\<!---->types/node from 22.8.6 to 22.13.0 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8989](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8989)) - Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 4 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8988](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8988)) - Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 23 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8986](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8986)) </details> ##### All App Changes <details> <summary>109 changes</summary> - Fix: ensure only matched scheduled workflows are applied [@​shamoon](https://redirect.github.com/shamoon) ([#​9580](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9580)) - Fix: fix large doc thumb hidden at unexpected screen sizes [@​shamoon](https://redirect.github.com/shamoon) ([#​9559](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9559)) - Fix: fix potential race condition when creating new cf from doc details [@​shamoon](https://redirect.github.com/shamoon) ([#​9542](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9542)) - Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 20 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9536](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9536)) - Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 4 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9538](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9538)) - Chore(deps-dev): Bump @​\<!---->types/node from 22.13.9 to 22.13.17 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9539](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9539)) - Chore(deps-dev): Bump jest-preset-angular from 14.5.3 to 14.5.4 in /src-ui in the frontend-jest-dependencies group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9537](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9537)) - Chore(deps-dev): Bump @​\<!---->playwright/test from 1.50.1 to 1.51.1 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9540](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9540)) - Fix: fix doc link input [@​shamoon](https://redirect.github.com/shamoon) ([#​9533](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9533)) - Enhancement: allow webUI first account signup [@​shamoon](https://redirect.github.com/shamoon) ([#​9500](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9500)) - Fix: fix cf dropdown placement on mobile [@​shamoon](https://redirect.github.com/shamoon) ([#​9508](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9508)) - Chore(deps): Bump django from 5.1.6 to 5.1.7 in the django group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9486](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9486)) - Fix: only overwrite existing cf values in workflow if set [@​shamoon](https://redirect.github.com/shamoon) ([#​9459](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9459)) - Fix: fix auto-close when doc update no longer has permissions [@​shamoon](https://redirect.github.com/shamoon) ([#​9453](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9453)) - Enhancement: support more 'not assigned' filtering, refactor [@​shamoon](https://redirect.github.com/shamoon) ([#​9429](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9429)) - Change: better handle permissions in patch requests [@​shamoon](https://redirect.github.com/shamoon) ([#​9393](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9393)) - Fix: use correct filename with webhook [@​shamoon](https://redirect.github.com/shamoon) ([#​9392](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9392)) - Change: sync OIDC groups on first login too [@​shamoon](https://redirect.github.com/shamoon) ([#​9387](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9387)) - Fix: only parse custom field queries when valid [@​shamoon](https://redirect.github.com/shamoon) ([#​9384](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9384)) - Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 4 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9372](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9372)) - Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 20 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9371](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9371)) - Development: change frontend package manager to pnpm [@​shamoon](https://redirect.github.com/shamoon) ([#​9363](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9363)) - Fix: Allow setting of other Granian options [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9360](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9360)) - Fix: Always clean up INotify [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9359](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9359)) - Tweak: add saved views hint to dashboard [@​shamoon](https://redirect.github.com/shamoon) ([#​9362](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9362)) - Chore(deps): Update ocrmypdf requirement from ~=16.9.0 to ~=16.10.0 @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9348](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9348)) - Chore(deps): Update drf-spectacular-sidecar requirement from ~=2025.2.1 to ~=2025.3.1 @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9347](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9347)) - Chore(deps): Bump the small-changes group with 2 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9345](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9345)) - Ensure the directories have been overridden and created for this test [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9354](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9354)) - Fix typo in inactive account template [@​ocean90](https://redirect.github.com/ocean90) ([#​9356](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9356)) - Fix: fix notes serializing in API document response [@​shamoon](https://redirect.github.com/shamoon) ([#​9336](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9336)) - Fix: correct all results with whoosh queries [@​shamoon](https://redirect.github.com/shamoon) ([#​9331](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9331)) - Fix: fix typo in altered migration [@​gothicVI](https://redirect.github.com/gothicVI) ([#​9321](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9321)) - Fix: add account_inactive template / url [@​shamoon](https://redirect.github.com/shamoon) ([#​9322](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9322)) - Chore: Switch from os.path to pathlib.Path [@​gothicVI](https://redirect.github.com/gothicVI) ([#​9060](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9060)) - Enhancement: reorganize dates dropdown, add more relative options [@​shamoon](https://redirect.github.com/shamoon) ([#​9307](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9307)) - Chore: remove popper preventOverflow fix [@​shamoon](https://redirect.github.com/shamoon) ([#​9306](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9306)) - Enhancement: add switch to allow merging non-PDFs with archive version [@​shamoon](https://redirect.github.com/shamoon) ([#​9305](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9305)) - Enhancement: support assigning custom field values in workflows [@​shamoon](https://redirect.github.com/shamoon) ([#​9272](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9272)) - Chore: add codecov frontend test results [@​shamoon](https://redirect.github.com/shamoon) ([#​9296](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9296)) - Chore: Removes undocumented FileInfo [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9298](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9298)) - Chore(deps-dev): Bump the frontend-angular-dependencies group in /src-ui with 5 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9288](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9288)) - Fix: Switches data to content to upload raw bytes/text content [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9293](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9293)) - Chore: Removes the unused Log model and LogFilterSet [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9294](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9294)) - Chore: Combine Python settings files [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9292](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9292)) - Chore(deps-dev): Bump @​\<!---->types/node from 22.13.8 to 22.13.9 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9290](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9290)) - Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 3 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9289](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9289)) - Chore: Switch from pipenv to uv [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9251](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9251)) - Enhancement: Add slugify filter in templating [@​hwaterke](https://redirect.github.com/hwaterke) ([#​9269](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9269)) - Fix: handle null workflow body and email subject [@​shamoon](https://redirect.github.com/shamoon) ([#​9271](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9271)) - Chore(deps-dev): Bump @​\<!---->types/node from 22.13.5 to 22.13.8 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9267](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9267)) - Chore(deps-dev): Bump the development group with 2 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9253](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9253)) - Chore(deps-dev): Bump @​\<!---->codecov/webpack-plugin from 1.8.0 to 1.9.0 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9260](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9260)) - Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 4 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9256](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9256)) - Chore(deps): Bump uuid from 11.0.5 to 11.1.0 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9259](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9259)) - Chore(deps-dev): Bump jest-preset-angular from 14.5.1 to 14.5.3 in /src-ui in the frontend-jest-dependencies group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9255](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9255)) - Chore(deps): Bump rxjs from 7.8.1 to 7.8.2 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9258](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9258)) - Chore(deps-dev): Bump @​\<!---->types/node from 22.13.0 to 22.13.5 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9257](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9257)) - Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 22 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9254](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9254)) - Feature: Switch webserver to granian [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9218](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9218)) - Enhancement: relocate and smaller upload widget, dont limit upload list [@​shamoon](https://redirect.github.com/shamoon) ([#​9244](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9244)) - Enhancement: run tasks from system status, report sanity check, simpler classifier check, styling updates [@​shamoon](https://redirect.github.com/shamoon) ([#​9106](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9106)) - Chore: Switch remote version check to HTTPx [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9232](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9232)) - Fix: cleanup saved view references on custom field deletion, auto-refresh views, show error on saved view save [@​shamoon](https://redirect.github.com/shamoon) ([#​9225](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9225)) - Fix: revert thumbnail CSS workaround in favor of GPU workaround [@​shamoon](https://redirect.github.com/shamoon) ([#​9219](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9219)) - Chore: Reduce imports for a slight memory improvement [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9217](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9217)) - Enhancement: include celery log in logs view [@​shamoon](https://redirect.github.com/shamoon) ([#​9214](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9214)) - Enhancement: support default groups for regular and social account signup, syncing on login [@​shamoon](https://redirect.github.com/shamoon) ([#​9039](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9039)) - Enhancement: allow disabling the filesystem consumer [@​shamoon](https://redirect.github.com/shamoon) ([#​9199](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9199)) - Fix: correct split confirm removal [@​shamoon](https://redirect.github.com/shamoon) ([#​9195](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9195)) - Feature: email document [@​shamoon](https://redirect.github.com/shamoon) ([#​8950](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8950)) - Enhancement: webui workflowtrigger source option [@​shamoon](https://redirect.github.com/shamoon) ([#​9170](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9170)) - Fix: saved views do not return to default display fields after setting and then removing [@​shamoon](https://redirect.github.com/shamoon) ([#​9168](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9168)) - Chore(deps): Bump django-filter from 24.3 to 25.1 in the django group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9143](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9143)) - Chore(deps-dev): Bump mkdocs-material from 9.6.3 to 9.6.4 in the development group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9142](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9142)) - Fix: correct logged number of deleted documents on trash empty [@​shamoon](https://redirect.github.com/shamoon) ([#​9148](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9148)) - Fix: include account confirm email allauth URL [@​shamoon](https://redirect.github.com/shamoon) ([#​9147](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9147)) - Fix: remove additional scrollbar from popup preview [@​shamoon](https://redirect.github.com/shamoon) ([#​9140](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9140)) - Fix: wrap selected display fields [@​shamoon](https://redirect.github.com/shamoon) ([#​9139](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9139)) - Enhancement: use charfield for webhook url, custom validation [@​shamoon](https://redirect.github.com/shamoon) ([#​9128](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9128)) - Fix: reset documents sort field if user deletes the custom field [@​shamoon](https://redirect.github.com/shamoon) ([#​9127](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9127)) - Chore: more efficient select cf update handler [@​shamoon](https://redirect.github.com/shamoon) ([#​9099](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9099)) - Fix: limit document title length in workflows [@​shamoon](https://redirect.github.com/shamoon) ([#​9085](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9085)) - Feature: Chinese Traditional translation [@​LokiHung](https://redirect.github.com/LokiHung) ([#​9076](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9076)) - Enhancement: Use cached sessions for a minor performance improvement [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9074](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9074)) - Chore(deps): Bump the small-changes group with 7 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9064](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9064)) - Chore(deps-dev): Bump the development group with 3 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9061](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9061)) - Chore(deps): Bump the django group across 1 directory with 2 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9065](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9065)) - Chore(deps): Bump drf-spectacular-sidecar from 2024.11.1 to 2025.2.1 in the major-versions group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9063](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9063)) - Feature: openapi spec, full api browser [@​shamoon](https://redirect.github.com/shamoon) ([#​8948](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8948)) - Fix: include doc link input import in custom fields query dropdown [@​shamoon](https://redirect.github.com/shamoon) ([#​9058](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9058)) - Enhancement: filter by file type [@​shamoon](https://redirect.github.com/shamoon) ([#​8946](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8946)) - Enhancement: add layout options for email conversion [@​RazielleS](https://redirect.github.com/RazielleS) ([#​8907](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8907)) - Chore: Enable ruff FBT [@​gothicVI](https://redirect.github.com/gothicVI) ([#​8645](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8645)) - Feature: better toast notifications management [@​shamoon](https://redirect.github.com/shamoon) ([#​8980](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8980)) - Enhancement: date picker and date filter dropdown improvements [@​shamoon](https://redirect.github.com/shamoon) ([#​9033](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9033)) - Fix: deselect and trigger refresh for deleted documents from bulk operations with "delete originals" [@​shamoon](https://redirect.github.com/shamoon) ([#​8996](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8996)) - Tweak: improve date matching regex for dates after numbers [@​XstreamGit](https://redirect.github.com/XstreamGit) ([#​8964](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8964)) - Tweak: more accurate classifier last trained time [@​shamoon](https://redirect.github.com/shamoon) ([#​9004](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9004)) - Enhancement: allow setting default pdf zoom [@​shamoon](https://redirect.github.com/shamoon) ([#​9017](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9017)) - Chore(deps-dev): Bump the development group with 2 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9013](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9013)) - Chore(deps): Bump django-soft-delete from 1.0.16 to 1.0.18 in the django group @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​9014](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9014)) - Fix: allow empty email in profile [@​shamoon](https://redirect.github.com/shamoon) ([#​9012](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9012)) - Chore(deps): Bump uuid from 11.0.2 to 11.0.5 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8992](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8992)) - Chore(deps-dev): Bump @​\<!---->codecov/webpack-plugin from 1.2.1 to 1.8.0 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8991](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8991)) - Chore(deps-dev): Bump @​\<!---->playwright/test from 1.48.2 to 1.50.1 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8993](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8993)) - Chore(deps-dev): Bump @​\<!---->types/node from 22.8.6 to 22.13.0 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8989](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8989)) - Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 4 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8988](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8988)) - Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 23 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8986](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8986)) </details> </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
32cd807794 |
chore(helm): update image docker.io/misskey/misskey 2025.3.1 → 2025.4.0 (#34170)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/misskey/misskey](https://redirect.github.com/misskey-dev/misskey) | minor | `4e1d13f` -> `f45f70c` | --- > [!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>misskey-dev/misskey (docker.io/misskey/misskey)</summary> ### [`v2025.4.0`](https://redirect.github.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#202540) [Compare Source](https://redirect.github.com/misskey-dev/misskey/compare/2025.3.1...2025.4.0) ##### General - Feat: チャット(ダイレクトメッセージ)がリニューアルして復活しました - 既存のDM機能よりも便利で効率的な実装になっています - チャットを受け付ける相手を制限可能です - 誰でも / フォローユーザーのみ / フォロワーのみ / 相互のみ / 受け付けない から選択できます - 自分からメッセージを送った相手とは上記の設定に関わらずチャット可能です - チャット機能を開放するかどうかをロールで制御可能です - ルームを作成して、複数人でのチャットも可能です - 過去自分が送ったメッセージ・自分に送られたメッセージの検索が可能です - 参加中のルームをミュートして通知が来ないように設定可能です - メッセージにはリアクションも可能です - 現在、リモートユーザーがチャットを受け付ける設定になっているかどうかを取得する術がないため、ローカルユーザー間でのみ利用可能です - Feat: アカウントの移行時に古いアカウントからあたらしいアカウントにロールをコピーできるようになりました。 - 管理者がロールの設定でマイグレーション時にコピーするかを指定できるようになります。 - Enhance: セキュリティを強化するため、ジョブキューのダッシュボード(bull-board)統合が削除されました。 - Misskeyネイティブでダッシュボードを実装予定です - Enhance: フロントエンドのエラートラッキングができるように - `.config/default.yml`中の項目`sentryForFrontend`を適宜設定してください。 - 外部サービスであるSentryへエラー情報が送信されます。ご利用の地域の法令に従い、適切なプライバシーポリシーを策定の上で運用してください。 - Enhance: ミュートしているユーザーをユーザー検索の結果から除外するように - Enhance: アンテナでセンシティブなチャンネルのノートを除外できるように `#14177` - Fix: 通知のページネーションで2つ以上読み込めなくなることがある問題を修正 ##### Client - Feat: 設定の管理が強化されました - 内部処理が一新され、安定性とパフォーマンスが向上しました - 全てのクライアント設定がエクスポート(バックアップ)/インポート対象に含まれるようになりました - プラグイン、テーマ、クライアントに追加されたすべてのアカウント情報も含まれるようになりました - 自動で設定データをサーバーにバックアップできるように - 設定→設定のプロファイル→自動バックアップ で有効にできます - 新しいデバイスからログインしたり、ブラウザから設定データが消えてしまったときに自動で復元されます(復元をスキップすることも可能) - 任意の設定項目をデバイス間で同期できるように - 設定項目の「...」メニュー→「デバイス間で同期」 - 同期をオンにした際にサーバーに保存された値とローカルの値が競合する場合はどちらを優先するか選択できます - 任意の設定項目を初期値にリセットできるように - 設定項目の「...」メニュー→「初期値にリセット」 - アカウントごとに設定値が分離される設定とそうでないクライアント設定が混在していた(かつ分離するかどうかを設定不可だった)のを、基本的に一律でクライアント全体に適用されるようにし、個別でアカウントごとに異なる設定を行えるように - 設定項目の「...」メニュー→「アカウントで上書き」をオンにすることで、設定値をそのアカウントでだけ適用するようにできます - ログアウトすると設定データもブラウザから消去されるようになりプライバシーが向上しました - 再度ログインすればサーバーのバックアップから設定データを復元可能です - エクスポートした設定データを他のサーバーでインポートして適用すること(設定の持ち運び)が可能になりました - 設定情報の移行は自動で行われますが、何らかの理由で失敗した場合、設定→その他→旧設定情報を移行 で再試行可能です - 過去に作成されたバックアップデータとは現在互換性がありませんのでご注意ください - Feat: 画面を重ねて表示するオプションを実装(実験的) - 設定 → その他 → 実験的機能 → Enable stacking router view - Enhance: プラグインの管理が強化されました - インストール/アンインストール/設定の変更時にリロード不要になりました - Enhance: ログアウト時、ブラウザに保存されたWebクライアントのデータを全て消去するように - Enhance: デッキUIでカラム間のマージンを設定できるように - Enhance: デッキUIでデッキメニューの位置を設定できるように - Enhance: デッキUIでナビゲーションバーの位置を設定できるように - Enhance: アイコンのスクロール追従を無効化してパフォーマンス向上できるように - Enhance: CWの注釈テキストが入力されていない場合, Postボタンを非アクティブに - Enhance: CWを無効にした場合, 注釈テキストが最大入力文字数を超えていても投稿できるように - Enhance: テーマ設定画面のデザインを改善 - Enhance: 投稿フォームの設定メニューを改良 - 投稿フォームをリセットできるように - 文字数カウントを復活 - Enhance: 2段階認証時のリカバリーコードのファイル名にサーバーURLを含めるように - Enhance: 全体的なブラッシュアップ - Enhance 全体的なパフォーマンス向上 - Enhance: ファイルのアップロードでデフォルトで圧縮するかどうかのオプションが廃止され、アップロード時に圧縮するかどうかを選択するようになりました - 画像データの貼り付け、ドロップ時は圧縮されるようになりました - Fix: 読み込み直後にスクロールしようとすると途中で止まる場合があるのを修正 - Fix: テーマ切り替え時に一部の色が変わらない問題を修正 - Fix: iPadOSでdeck uiをマウスカーソルによってスクロールできない問題を修正 - NOTE: 構造上クラシックUIを新しいデザインシステムに移行することが困難なため、クラシックUIが削除されました - デッキUIでカラムを中央寄せにし、メインカラムの左右にウィジェットカラムを配置し、ナビゲーションバーを上部に表示することである程度クラシックUIを再現できます ##### Server - Enhance 全体的なパフォーマンス向上 - Fix: プロフィール追加情報で無効なURLに入力された場合に照会エラーを出るのを修正 - Fix: ActivityPubリクエストURLチェック実装は仕様に従っていないのを修正 - Fix: 連合無しモードでも外部から照会可能だった問題を修正 - Fix: テスト用WebHookのペイロードの`emojis`パラメータが実際のものと異なる問題を修正 - Fix: 非ログインでタイムラインのストリームに接続した際、表示にログイン必須のノートが流れる場合がある問題を修正 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
7e1023e854 |
chore(helm): update image lscr.io/linuxserver/calibre-web digest to 3b32454 (#34107)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lscr.io/linuxserver/calibre-web](https://redirect.github.com/linuxserver/docker-calibre-web/packages) ([source](https://redirect.github.com/linuxserver/docker-calibre-web)) | digest | `bfd5dce` -> `3b32454` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
7b55f9adb9 |
chore(helm): update image docker.io/revenz/fileflows digest to 9d758eb (#34146)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/revenz/fileflows | digest | `e230c62` -> `9d758eb` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
89409d177d |
chore(helm): update image ghcr.io/linuxserver/synclounge digest to 4146766 (#34103)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/synclounge](https://redirect.github.com/linuxserver/docker-synclounge/packages) ([source](https://redirect.github.com/linuxserver/docker-synclounge)) | digest | `0f22ebd` -> `4146766` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f26619e487 |
chore(helm): update image public.ecr.aws/bitnami/wordpress digest to 4404ea7 (#34113)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [public.ecr.aws/bitnami/wordpress](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/wordpress)) | digest | `eead9a4` -> `4404ea7` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
16aec25021 |
chore(helm): update image ghcr.io/minekube/gate digest to 5314e41 (#34120)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/minekube/gate | digest | `4c445bc` -> `5314e41` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
e70ba1f3ac |
chore(helm): update webtop (#34115)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/webtop | digest | `e7f0da1` -> `4c7edd5` | | lscr.io/linuxserver/webtop | digest | `646fe17` -> `1fcdf43` | | lscr.io/linuxserver/webtop | digest | `1b1409b` -> `eda68df` | | lscr.io/linuxserver/webtop | digest | `ba50bf2` -> `8eb0f22` | | lscr.io/linuxserver/webtop | digest | `c3b3b4f` -> `d3ec4f1` | | lscr.io/linuxserver/webtop | digest | `1bedaac` -> `e9ac20c` | | lscr.io/linuxserver/webtop | digest | `5871274` -> `8069220` | | lscr.io/linuxserver/webtop | digest | `17da5d5` -> `fd4c904` | | lscr.io/linuxserver/webtop | digest | `34ec21b` -> `565b4d0` | | lscr.io/linuxserver/webtop | digest | `50ab282` -> `d8f6494` | | lscr.io/linuxserver/webtop | digest | `5468961` -> `d949c20` | | lscr.io/linuxserver/webtop | digest | `a9b6400` -> `64e203b` | | lscr.io/linuxserver/webtop | digest | `9887f97` -> `2e13a69` | | lscr.io/linuxserver/webtop | digest | `13638d2` -> `e18be4e` | | lscr.io/linuxserver/webtop | digest | `f3ae536` -> `a4a84c9` | | lscr.io/linuxserver/webtop | digest | `c49e321` -> `b0b53f5` | | lscr.io/linuxserver/webtop | digest | `37afbd3` -> `711a034` | | lscr.io/linuxserver/webtop | digest | `7fe4be0` -> `ba9401e` | | lscr.io/linuxserver/webtop | digest | `16b26b9` -> `7a30729` | | lscr.io/linuxserver/webtop | digest | `8eabb45` -> `4789e63` | | lscr.io/linuxserver/webtop | digest | `2f03188` -> `0d0737e` | | lscr.io/linuxserver/webtop | digest | `292ddf6` -> `61b00ae` | | lscr.io/linuxserver/webtop | digest | `b83f440` -> `bc6741b` | | lscr.io/linuxserver/webtop | digest | `8131c58` -> `ecf0449` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
5e816a3832 |
chore(helm): update image monica digest to 3920f53 (#34150)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | monica | digest | `2881d91` -> `3920f53` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
fb6b38ae8b |
chore(helm): update image public.ecr.aws/bitnami/matomo digest to d4f7145 (#34110)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [public.ecr.aws/bitnami/matomo](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/matomo)) | digest | `0f852a3` -> `d4f7145` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
7e58f11727 |
chore(helm): update image ghcr.io/rommapp/romm digest to 2e46fcd (#34132)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/rommapp/romm](https://redirect.github.com/rommapp/romm) | digest | `8782a59` -> `2e46fcd` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
0ef8bc1fa8 |
chore(helm): update image ghcr.io/home-operations/theme-park digest to 64f0981 (#34093)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/theme-park](https://ghcr.io/home-operations/theme-park) ([source](https://redirect.github.com/themepark-dev/theme.park)) | digest | `ee5a741` -> `64f0981` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
dd6fd47a97 |
chore(helm): update rdesktop (#34114)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `8165e04` -> `150046b` | | lscr.io/linuxserver/rdesktop | digest | `1c793fd` -> `d4740c6` | | lscr.io/linuxserver/rdesktop | digest | `a8226ff` -> `c888d49` | | lscr.io/linuxserver/rdesktop | digest | `c8358e8` -> `d4bddc1` | | lscr.io/linuxserver/rdesktop | digest | `99709ab` -> `e436d08` | | lscr.io/linuxserver/rdesktop | digest | `e452966` -> `7b80434` | | lscr.io/linuxserver/rdesktop | digest | `2f51309` -> `37b0cd8` | | lscr.io/linuxserver/rdesktop | digest | `172c73f` -> `3dace96` | | lscr.io/linuxserver/rdesktop | digest | `069c135` -> `69b3dcf` | | lscr.io/linuxserver/rdesktop | digest | `9e0e9ca` -> `db9a593` | | lscr.io/linuxserver/rdesktop | digest | `ebe9345` -> `a2f9429` | | lscr.io/linuxserver/rdesktop | digest | `3baf7ed` -> `19934bb` | | lscr.io/linuxserver/rdesktop | digest | `f8248a6` -> `9077d85` | | lscr.io/linuxserver/rdesktop | digest | `b51cb50` -> `ea890a3` | | lscr.io/linuxserver/rdesktop | digest | `ee99181` -> `9c7dc7d` | | lscr.io/linuxserver/rdesktop | digest | `1afa1d5` -> `d9a4a78` | | lscr.io/linuxserver/rdesktop | digest | `593a1bf` -> `133c9f9` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
a29971bb99 |
chore(helm): update image ghcr.io/linuxserver/boinc digest to 09721a8 (#34095)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/boinc | digest | `4c85a24` -> `09721a8` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
2262dabe76 |
chore(helm): update image docker.io/bizmodeller/mymediaforalexa 1.3.152.2 → 1.3.152.3 (#34152)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/bizmodeller/mymediaforalexa | patch | `3d1fc2a` -> `8ff9d9f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
9c36ee88c9 | chore(helm): update image public.ecr.aws/bitnami/solr digest to 610bcb9 (#34052) |