6d67285879b2218a260bba2570de88ed89b8c55d
1975 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 3830d32c67 |
chore(deps): update freikin/dawarich docker tag to v1.3.4 (#4767)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [freikin/dawarich](https://github.com/Freika/dawarich) | patch | `1.3.3` → `1.3.4` | --- ### Release Notes <details> <summary>Freika/dawarich (freikin/dawarich)</summary> ### [`v1.3.4`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#134---2026-03-15) [Compare Source](https://github.com/Freika/dawarich/compare/1.3.3...1.3.4) ##### Changed - Redesigned onboarding modal with two paths: "I have data" (inline file import) and "Start tracking" (app download + QR code). New users with existing location data can now start importing within 2 clicks of signing up. - Onboarding completion is now persisted server-side (`settings.onboarding_completed`) instead of relying solely on localStorage, preventing the modal from reappearing after browser data clears. - Route opacity data migration now runs as a background job instead of inline during migration, improving deployment reliability for large instances. ##### Fixed - Fix admin and supporter tooltip overflowing the page on narrow screens. [#​1449](https://github.com/Freika/dawarich/issues/1449) - Fix date navigation arrow tooltips overlapping with the navbar on map pages. [#​2229](https://github.com/Freika/dawarich/issues/2229) [#​2100](https://github.com/Freika/dawarich/issues/2100) - Fix infinite loading spinner when a trip has no points in its date range. [#​2293](https://github.com/Freika/dawarich/issues/2293) - Fix Insights monthly digest panels disappearing when switching months. [#​2305](https://github.com/Freika/dawarich/issues/2305) - Fix suggested visit confirm/decline not removing the visit from the list. [#​2307](https://github.com/Freika/dawarich/issues/2307) - Fix Stats page reloading when clicking "countries, cities" link. [#​2270](https://github.com/Freika/dawarich/issues/2270) - Fix map base layer selection not being restored after page reload (Maps v1). [#​2093](https://github.com/Freika/dawarich/issues/2093) - Fix duplicate country names in stats caused by geocoder returning different spellings. [#​2044](https://github.com/Freika/dawarich/issues/2044) - Fix total distance display overlapping layer picker when distance is in miles. [#​2017](https://github.com/Freika/dawarich/issues/2017) - Fix default route opacity displaying as 6000% for new users. [#​1891](https://github.com/Freika/dawarich/issues/1891) - Fix shared month stats map missing hexagons from the last day of the month. [#​1934](https://github.com/Freika/dawarich/issues/1934) - Fix Nominatim reverse geocoder producing all places named "Suggested place" instead of actual place names. [#​2182](https://github.com/Freika/dawarich/issues/2182) - Fix IDL-crossing route segmenter returning inconsistent coordinate types. `unwrapCoordinates` now always returns a uniform array-of-arrays structure. [#​2038](https://github.com/Freika/dawarich/issues/2038) - Fix a migration taking too long. [#​2375](https://github.com/Freika/dawarich/issues/2375) - Fix family sharing not including the requesting user's own location. [#​2153](https://github.com/Freika/dawarich/issues/2153) - The "Destroy" button on the trip page is now orange. [#​2348](https://github.com/Freika/dawarich/issues/2348) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4767 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 92892732d0 | chore(deps): update dependency freika/dawarich to v1.3.4 (#4766) | |||
| d71b0597cc |
chore(deps): update dependency binwiederhier/ntfy to v2.19.0 (#4755)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [binwiederhier/ntfy](https://github.com/binwiederhier/ntfy) | minor | `2.18.0` → `2.19.0` | | [binwiederhier/ntfy](https://ntfy.sh/) ([source](https://github.com/binwiederhier/ntfy)) | minor | `v2.18.0` → `v2.19.0` | --- ### Release Notes <details> <summary>binwiederhier/ntfy (binwiederhier/ntfy)</summary> ### [`v2.19.0`](https://github.com/binwiederhier/ntfy/releases/tag/v2.19.0) [Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.18.0...v2.19.0) This is a fast-follow release that enables Postgres read replica support. To offload read-heavy queries from the primary database, you can optionally configure one or more read replicas using the `database-replica-urls` option. When configured, non-critical read-only queries (e.g. fetching messages, checking access permissions, etc) are distributed across the replicas using round-robin, while all writes and correctness-critical reads continue to go to the primary. If a replica becomes unhealthy, ntfy automatically falls back to the primary until the replica recovers. **Features:** - Support [PostgreSQL read replicas](https://docs.ntfy.sh/config/#postgresql-experimental) for offloading non-critical read queries via `database-replica-urls` config option ([#​1648](https://github.com/binwiederhier/ntfy/pull/1648)) - Add interactive [config generator](https://docs.ntfy.sh/config/#config-generator) to the documentation to help create server configuration files ([#​1654](https://github.com/binwiederhier/ntfy/pull/1654)) **Bug fixes + maintenance:** - Web: Throttle notification sound in web app to play at most once every 2 seconds (similar to [#​1550](https://github.com/binwiederhier/ntfy/issues/1550), thanks to [@​jlaffaye](https://github.com/jlaffaye) for reporting) - Web: Add hover tooltips to icon buttons in web app account and preferences pages ([#​1565](https://github.com/binwiederhier/ntfy/issues/1565), thanks to [@​jermanuts](https://github.com/jermanuts) for reporting) </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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4755 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 3daa236d8c | chore(deps): update kube-prometheus-stack docker tag to v82.10.4 (#4763) | |||
| d764dbc6d2 | chore(deps): update helm release generic-device-plugin to v0.20.22 (#4761) | |||
| 44104ba195 |
chore(deps): update dependency outline/outline to v1.6.0 (#4756)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outline/outline](https://github.com/outline/outline) | minor | `1.5.0` → `1.6.0` | --- ### Release Notes <details> <summary>outline/outline (outline/outline)</summary> ### [`v1.6.0`](https://github.com/outline/outline/releases/tag/v1.6.0) [Compare Source](https://github.com/outline/outline/compare/v1.5.0...v1.6.0) #### What's Changed ##### Highlights - Added a built-in MCP (Model Context Protocol) server, allowing AI assistants like Claude, Cursor, and Mistral to securely interact with the knowledge base. This is disabled by default for existing workspaces – see more details in the [docs](https://docs.getoutline.com/s/guide/doc/mcp-6j9jtENNKL). - New GitLab integration allows previewing issues, merge requests, and projects in documents. Connect GitLab cloud, self-hosted, or both! - A new "Present" mode allows presenting any document as formatted slides based on headers and dividers. See [docs](https://docs.getoutline.com/s/guide/doc/present-mode-yMGzaY7A9L). ##### Other Improvements - Fortran and ABAP language support added to code blocks in [#​11471](https://github.com/outline/outline/pull/11471) - OAuth provider now supports dynamic client registration in [#​11462](https://github.com/outline/outline/pull/11462) - Added support for rich Linear, GitHub, and GitLab project mentions - It is now possible to insert templates from the block menu in [#​11647](https://github.com/outline/outline/pull/11647) - Embed integrations shown in the editor are now configurable in **Settings -> Integrations -> Embeds** in [#​11612](https://github.com/outline/outline/pull/11612) - Toggle blocks can now be closed/open by clicking on the title in [#​11469](https://github.com/outline/outline/pull/11469) - Add `Meta+Shift+I` shortcut for opening Insights in [#​11492](https://github.com/outline/outline/pull/11492) - Added webhook category for file attachments in [#​11494](https://github.com/outline/outline/pull/11494) - Child documents are now shown in the markdown for shared documents in [#​11495](https://github.com/outline/outline/pull/11495) - Much smaller initial javascript bundle in [#​11518](https://github.com/outline/outline/pull/11518) - Added support for configurable proxy IP header in environment settings by [@​ashleysommer](https://github.com/ashleysommer) in [#​11595](https://github.com/outline/outline/pull/11595) - Added text wrap option for code blocks in [#​11614](https://github.com/outline/outline/pull/11614) - Support rendering any shared doc as Markdown by adding `.md` extension ([example](https://docs.getoutline.com/s/guide.md)) in [#​11668](https://github.com/outline/outline/pull/11668) - Added support for the ELK layout engine in Mermaid diagrams in [#​11631](https://github.com/outline/outline/pull/11631) - Added FontAwesome icon support to Mermaid diagrams in [#​11704](https://github.com/outline/outline/pull/11704) - There is now an option to toggle all notifications in [#​11713](https://github.com/outline/outline/pull/11713) - Added an "Open in Desktop" option to document menu in [#​11729](https://github.com/outline/outline/pull/11729) - It is now possible to toggle the preview display for attached PDFs in [#​11746](https://github.com/outline/outline/pull/11746) - `CMD+Shift+L` shortcut now works to toggle theme on publicly shared pages in [#​11750](https://github.com/outline/outline/pull/11750) - Discord will no longer re-prompt authorization for existing grants by [@​lrstanley](https://github.com/lrstanley) in [#​11757](https://github.com/outline/outline/pull/11757) - Small facelift of integrations directory in [#​11516](https://github.com/outline/outline/pull/11516) and group management - API: Added new `templates.list`, `templates.create`, `templates.info` etc endpoints to manage templates in [#​11027](https://github.com/outline/outline/pull/11027) ##### Fixes - Fixed an issue with pagination on search results in [#​11489](https://github.com/outline/outline/pull/11489) - Fixed an issue where the find and replace dialog immediately closes when opened on mobile devices in [#​11497](https://github.com/outline/outline/pull/11497) - Improved caching behavior by ignoring the browser cache for the diagram extension in [#​11498](https://github.com/outline/outline/pull/11498) - Fixed an issue where the read-only collection editor would not remount correctly when navigating in [#​11499](https://github.com/outline/outline/pull/11499) - Fixed overly greedy background highlighting in the editor in [#​11500](https://github.com/outline/outline/pull/11500) - Resolved multiple issues related to sticky headers on tables in [#​11501](https://github.com/outline/outline/pull/11501) - Improved performance by applying initial decorations earlier for toggle blocks in [#​11493](https://github.com/outline/outline/pull/11493) - Improved the accuracy of touch device detection in [#​11515](https://github.com/outline/outline/pull/11515) - Improved performance by protecting against thundering herd issues in the SSO access validation task in [#​11532](https://github.com/outline/outline/pull/11532) - Improved performance by optimizing a slow database query in the notification helper in [#​11534](https://github.com/outline/outline/pull/11534) - Improved performance by moving image downloads outside of database transactions in [#​11528](https://github.com/outline/outline/pull/11528) - Fixed an issue where a duplicate Korean IME character would be inserted when pressing Enter in the search bar by [@​huiseo](https://github.com/huiseo) in [#​11543](https://github.com/outline/outline/pull/11543) - Fixed an issue where split comment marks were not correctly updated or deleted in [#​11537](https://github.com/outline/outline/pull/11537) - Added handling for network failures in the installation info endpoint for isolated environments in [#​11546](https://github.com/outline/outline/pull/11546) - Fixed a printing error caused by timing issues with React's `queueMicrotask` in [#​11551](https://github.com/outline/outline/pull/11551) - Improved performance by optimizing the user memberships query in [#​11553](https://github.com/outline/outline/pull/11553) - Fixed styling issues by adding a read-only guard on table cell selections in [#​11555](https://github.com/outline/outline/pull/11555) - Fixed an issue in the Notion importer where child page mentions were being ignored in [#​11567](https://github.com/outline/outline/pull/11567) - Fixed an issue with the misuse of database transactions in document revision endpoints in [#​11574](https://github.com/outline/outline/pull/11574) - Fixed an issue by properly wrapping the content of toggle blocks in [#​11577](https://github.com/outline/outline/pull/11577) - Improved performance by caching user collection IDs in [#​11579](https://github.com/outline/outline/pull/11579) - Fixed a memory leak where failed webhooks were held in memory after a timeout in [#​11580](https://github.com/outline/outline/pull/11580) - Improved database performance by removing unnecessarily complex joins in [#​11581](https://github.com/outline/outline/pull/11581) - Fixed horizontal text overflow issues in notification emails in [#​11584](https://github.com/outline/outline/pull/11584) - Fixed support for toggling nested lists within completed checkbox items in [#​11583](https://github.com/outline/outline/pull/11583) - Fixed an issue where an empty state would briefly flash in the mention menu in [#​11587](https://github.com/outline/outline/pull/11587) - Fixed issues by normalizing the edit state in the collection overview in [#​11586](https://github.com/outline/outline/pull/11586) - Improved performance to prevent database lockups when presenting lists of imported documents in [#​11591](https://github.com/outline/outline/pull/11591) - Fixed UUID escaping for custom emojis during document creation via the API in [#​11594](https://github.com/outline/outline/pull/11594) - Fixed an issue where searches within public docs were incorrectly including internal popularity scores in [#​11598](https://github.com/outline/outline/pull/11598) - Fixed an issue with the rank ordering of search results in [#​11599](https://github.com/outline/outline/pull/11599) - Improved the appearance and functionality of the search popover on public documents in [#​11601](https://github.com/outline/outline/pull/11601) - Fixed visual and functional issues with the notifications popover in [#​11602](https://github.com/outline/outline/pull/11602) - Increased the request timeout for file creation to better support uploading large files in [#​11570](https://github.com/outline/outline/pull/11570) - Fixed a misalignment issue with the right sidebar header in [#​11539](https://github.com/outline/outline/pull/11539) - Fixed issues related to rendering Mermaid diagrams in [#​11604](https://github.com/outline/outline/pull/11604) - Fixed a visual issue where the search sorting control would wrap onto its own line in [#​11606](https://github.com/outline/outline/pull/11606) - Made a variety of performance improvements to the `ProsemirrorHelper` in [#​11554](https://github.com/outline/outline/pull/11554) - Fixed an issue where the sidebar would briefly flash upon initial page load in [#​11607](https://github.com/outline/outline/pull/11607) - Ensured that documents are removed from the starred list when they are archived in [#​11611](https://github.com/outline/outline/pull/11611) - Improved performance by verifying websocket connections before querying the database in [#​11620](https://github.com/outline/outline/pull/11620) - Updated the rate limiter to use a combination of user ID and IP address for better accuracy in [#​11613](https://github.com/outline/outline/pull/11613) - Fixed an issue to ensure diagram file formats (PNG/SVG) are preserved when editing in [#​11622](https://github.com/outline/outline/pull/11622) - Added a security limit of 10 attempts for OTP (One-Time Password) logins in [#​11623](https://github.com/outline/outline/pull/11623) - Fixed issues related to avatar uploads in [#​11624](https://github.com/outline/outline/pull/11624) - Improved performance by including the collection's `updatedAt` property in websocket payloads in [#​11628](https://github.com/outline/outline/pull/11628) - Improved performance by adding API request deduplication in [#​11629](https://github.com/outline/outline/pull/11629) - Upgraded `framer-motion` to version 5 to resolve issues with tab animations in [#​11632](https://github.com/outline/outline/pull/11632) - Fixed an issue by skipping link unfurling attempts for non-HTTP/HTTPS URLs in [#​11640](https://github.com/outline/outline/pull/11640) - Improved reliability by validating OAuth client IDs as UUIDs before querying the database in [#​11653](https://github.com/outline/outline/pull/11653) - Fixed an issue to ensure sourced permissions are correctly rebuilt when a document is moved in [#​11229](https://github.com/outline/outline/pull/11229) - Improved navigation visuals by highlighting the parent menu item when its submenu is open in [#​11659](https://github.com/outline/outline/pull/11659) - Fixed an issue where the ESC key was not working to close the Share popover in [#​11662](https://github.com/outline/outline/pull/11662) - Removed the hidden star control from document list items on mobile devices in [#​11655](https://github.com/outline/outline/pull/11655) - Fixed an issue that caused database deadlocks when inserting into subscriptions in [#​11667](https://github.com/outline/outline/pull/11667) - Removed the deprecated `datadog-metrics` library in [#​11665](https://github.com/outline/outline/pull/11665) - Fixed an issue where @​mentions on mobile were being inserted at the incorrect position in [#​11671](https://github.com/outline/outline/pull/11671) - Fixed incorrect visual nesting of items in the document explorer in [#​11680](https://github.com/outline/outline/pull/11680) - Improved the accuracy of user membership policy checks in [#​11687](https://github.com/outline/outline/pull/11687) - Improved performance by avoiding the instantiation of unnecessary editor extensions in read-only mode in [#​11681](https://github.com/outline/outline/pull/11681) - Added a missing check for enabled passkeys in the verification endpoint in [#​11689](https://github.com/outline/outline/pull/11689) - Increased the font size within code blocks for better readability in [#​11690](https://github.com/outline/outline/pull/11690) - Fixed an issue to ensure comments on nodes are correctly stripped when duplicating a document in [#​11700](https://github.com/outline/outline/pull/11700) - Moved warning-level logs from Sentry to standard logging outputs in [#​11708](https://github.com/outline/outline/pull/11708) - Added support for the German (`de_DE`) long-date format in localized time display by [@​iljalukin](https://github.com/iljalukin) in [#​11720](https://github.com/outline/outline/pull/11720) - Removed the deprecated usage of `ALLOWED_DOMAINS` and `GOOGLE_ALLOWED_DOMAINS` environment variables by [@​akshat-kumar-singhal](https://github.com/akshat-kumar-singhal) in [#​11718](https://github.com/outline/outline/pull/11718) - Improved database performance by optimizing query pagination in [#​11726](https://github.com/outline/outline/pull/11726) - Fixed a visual issue where the document explorer would jump when hovered over with the pointer in [#​11727](https://github.com/outline/outline/pull/11727) - Fixed incorrect policy enforcement for file operations in [#​11728](https://github.com/outline/outline/pull/11728) - Fixed an issue by properly filtering relationships returned from the list endpoint in [#​11738](https://github.com/outline/outline/pull/11738) - Ensured that "Passkey" is only displayed on login screen if the workspace has actually used them in [#​11748](https://github.com/outline/outline/pull/11748) - Changed the default behavior so that PDF attachments are no longer embedded automatically upon drag upload in [#​11745](https://github.com/outline/outline/pull/11745) - Fixed an issue that caused stale collaborator IDs to be retained in [#​11749](https://github.com/outline/outline/pull/11749) - Moved the group management interface to a dedicated sub-page for better organization in [#​11755](https://github.com/outline/outline/pull/11755) #### New Contributors - [@​ashleysommer](https://github.com/ashleysommer) made their first contribution in [#​11595](https://github.com/outline/outline/pull/11595) - [@​iljalukin](https://github.com/iljalukin) made their first contribution in [#​11720](https://github.com/outline/outline/pull/11720) - [@​akshat-kumar-singhal](https://github.com/akshat-kumar-singhal) made their first contribution in [#​11718](https://github.com/outline/outline/pull/11718) - [@​Daniel15](https://github.com/Daniel15) made their first contribution in [#​11731](https://github.com/outline/outline/pull/11731) - [@​lrstanley](https://github.com/lrstanley) made their first contribution in [#​11757](https://github.com/outline/outline/pull/11757) **Full Changelog**: <https://github.com/outline/outline/compare/v1.5.0...v1.6.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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4756 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 45754be712 |
chore(deps): update outlinewiki/outline docker tag to v1.6.0 (#4757)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://github.com/outline/outline) | minor | `1.5.0` → `1.6.0` | --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v1.6.0`](https://github.com/outline/outline/releases/tag/v1.6.0) [Compare Source](https://github.com/outline/outline/compare/v1.5.0...v1.6.0) ##### What's Changed ##### Highlights - Added a built-in MCP (Model Context Protocol) server, allowing AI assistants like Claude, Cursor, and Mistral to securely interact with the knowledge base. This is disabled by default for existing workspaces – see more details in the [docs](https://docs.getoutline.com/s/guide/doc/mcp-6j9jtENNKL). - New GitLab integration allows previewing issues, merge requests, and projects in documents. Connect GitLab cloud, self-hosted, or both! - A new "Present" mode allows presenting any document as formatted slides based on headers and dividers. See [docs](https://docs.getoutline.com/s/guide/doc/present-mode-yMGzaY7A9L). ##### Other Improvements - Fortran and ABAP language support added to code blocks in [#​11471](https://github.com/outline/outline/pull/11471) - OAuth provider now supports dynamic client registration in [#​11462](https://github.com/outline/outline/pull/11462) - Added support for rich Linear, GitHub, and GitLab project mentions - It is now possible to insert templates from the block menu in [#​11647](https://github.com/outline/outline/pull/11647) - Embed integrations shown in the editor are now configurable in **Settings -> Integrations -> Embeds** in [#​11612](https://github.com/outline/outline/pull/11612) - Toggle blocks can now be closed/open by clicking on the title in [#​11469](https://github.com/outline/outline/pull/11469) - Add `Meta+Shift+I` shortcut for opening Insights in [#​11492](https://github.com/outline/outline/pull/11492) - Added webhook category for file attachments in [#​11494](https://github.com/outline/outline/pull/11494) - Child documents are now shown in the markdown for shared documents in [#​11495](https://github.com/outline/outline/pull/11495) - Much smaller initial javascript bundle in [#​11518](https://github.com/outline/outline/pull/11518) - Added support for configurable proxy IP header in environment settings by [@​ashleysommer](https://github.com/ashleysommer) in [#​11595](https://github.com/outline/outline/pull/11595) - Added text wrap option for code blocks in [#​11614](https://github.com/outline/outline/pull/11614) - Support rendering any shared doc as Markdown by adding `.md` extension ([example](https://docs.getoutline.com/s/guide.md)) in [#​11668](https://github.com/outline/outline/pull/11668) - Added support for the ELK layout engine in Mermaid diagrams in [#​11631](https://github.com/outline/outline/pull/11631) - Added FontAwesome icon support to Mermaid diagrams in [#​11704](https://github.com/outline/outline/pull/11704) - There is now an option to toggle all notifications in [#​11713](https://github.com/outline/outline/pull/11713) - Added an "Open in Desktop" option to document menu in [#​11729](https://github.com/outline/outline/pull/11729) - It is now possible to toggle the preview display for attached PDFs in [#​11746](https://github.com/outline/outline/pull/11746) - `CMD+Shift+L` shortcut now works to toggle theme on publicly shared pages in [#​11750](https://github.com/outline/outline/pull/11750) - Discord will no longer re-prompt authorization for existing grants by [@​lrstanley](https://github.com/lrstanley) in [#​11757](https://github.com/outline/outline/pull/11757) - Small facelift of integrations directory in [#​11516](https://github.com/outline/outline/pull/11516) and group management - API: Added new `templates.list`, `templates.create`, `templates.info` etc endpoints to manage templates in [#​11027](https://github.com/outline/outline/pull/11027) ##### Fixes - Fixed an issue with pagination on search results in [#​11489](https://github.com/outline/outline/pull/11489) - Fixed an issue where the find and replace dialog immediately closes when opened on mobile devices in [#​11497](https://github.com/outline/outline/pull/11497) - Improved caching behavior by ignoring the browser cache for the diagram extension in [#​11498](https://github.com/outline/outline/pull/11498) - Fixed an issue where the read-only collection editor would not remount correctly when navigating in [#​11499](https://github.com/outline/outline/pull/11499) - Fixed overly greedy background highlighting in the editor in [#​11500](https://github.com/outline/outline/pull/11500) - Resolved multiple issues related to sticky headers on tables in [#​11501](https://github.com/outline/outline/pull/11501) - Improved performance by applying initial decorations earlier for toggle blocks in [#​11493](https://github.com/outline/outline/pull/11493) - Improved the accuracy of touch device detection in [#​11515](https://github.com/outline/outline/pull/11515) - Improved performance by protecting against thundering herd issues in the SSO access validation task in [#​11532](https://github.com/outline/outline/pull/11532) - Improved performance by optimizing a slow database query in the notification helper in [#​11534](https://github.com/outline/outline/pull/11534) - Improved performance by moving image downloads outside of database transactions in [#​11528](https://github.com/outline/outline/pull/11528) - Fixed an issue where a duplicate Korean IME character would be inserted when pressing Enter in the search bar by [@​huiseo](https://github.com/huiseo) in [#​11543](https://github.com/outline/outline/pull/11543) - Fixed an issue where split comment marks were not correctly updated or deleted in [#​11537](https://github.com/outline/outline/pull/11537) - Added handling for network failures in the installation info endpoint for isolated environments in [#​11546](https://github.com/outline/outline/pull/11546) - Fixed a printing error caused by timing issues with React's `queueMicrotask` in [#​11551](https://github.com/outline/outline/pull/11551) - Improved performance by optimizing the user memberships query in [#​11553](https://github.com/outline/outline/pull/11553) - Fixed styling issues by adding a read-only guard on table cell selections in [#​11555](https://github.com/outline/outline/pull/11555) - Fixed an issue in the Notion importer where child page mentions were being ignored in [#​11567](https://github.com/outline/outline/pull/11567) - Fixed an issue with the misuse of database transactions in document revision endpoints in [#​11574](https://github.com/outline/outline/pull/11574) - Fixed an issue by properly wrapping the content of toggle blocks in [#​11577](https://github.com/outline/outline/pull/11577) - Improved performance by caching user collection IDs in [#​11579](https://github.com/outline/outline/pull/11579) - Fixed a memory leak where failed webhooks were held in memory after a timeout in [#​11580](https://github.com/outline/outline/pull/11580) - Improved database performance by removing unnecessarily complex joins in [#​11581](https://github.com/outline/outline/pull/11581) - Fixed horizontal text overflow issues in notification emails in [#​11584](https://github.com/outline/outline/pull/11584) - Fixed support for toggling nested lists within completed checkbox items in [#​11583](https://github.com/outline/outline/pull/11583) - Fixed an issue where an empty state would briefly flash in the mention menu in [#​11587](https://github.com/outline/outline/pull/11587) - Fixed issues by normalizing the edit state in the collection overview in [#​11586](https://github.com/outline/outline/pull/11586) - Improved performance to prevent database lockups when presenting lists of imported documents in [#​11591](https://github.com/outline/outline/pull/11591) - Fixed UUID escaping for custom emojis during document creation via the API in [#​11594](https://github.com/outline/outline/pull/11594) - Fixed an issue where searches within public docs were incorrectly including internal popularity scores in [#​11598](https://github.com/outline/outline/pull/11598) - Fixed an issue with the rank ordering of search results in [#​11599](https://github.com/outline/outline/pull/11599) - Improved the appearance and functionality of the search popover on public documents in [#​11601](https://github.com/outline/outline/pull/11601) - Fixed visual and functional issues with the notifications popover in [#​11602](https://github.com/outline/outline/pull/11602) - Increased the request timeout for file creation to better support uploading large files in [#​11570](https://github.com/outline/outline/pull/11570) - Fixed a misalignment issue with the right sidebar header in [#​11539](https://github.com/outline/outline/pull/11539) - Fixed issues related to rendering Mermaid diagrams in [#​11604](https://github.com/outline/outline/pull/11604) - Fixed a visual issue where the search sorting control would wrap onto its own line in [#​11606](https://github.com/outline/outline/pull/11606) - Made a variety of performance improvements to the `ProsemirrorHelper` in [#​11554](https://github.com/outline/outline/pull/11554) - Fixed an issue where the sidebar would briefly flash upon initial page load in [#​11607](https://github.com/outline/outline/pull/11607) - Ensured that documents are removed from the starred list when they are archived in [#​11611](https://github.com/outline/outline/pull/11611) - Improved performance by verifying websocket connections before querying the database in [#​11620](https://github.com/outline/outline/pull/11620) - Updated the rate limiter to use a combination of user ID and IP address for better accuracy in [#​11613](https://github.com/outline/outline/pull/11613) - Fixed an issue to ensure diagram file formats (PNG/SVG) are preserved when editing in [#​11622](https://github.com/outline/outline/pull/11622) - Added a security limit of 10 attempts for OTP (One-Time Password) logins in [#​11623](https://github.com/outline/outline/pull/11623) - Fixed issues related to avatar uploads in [#​11624](https://github.com/outline/outline/pull/11624) - Improved performance by including the collection's `updatedAt` property in websocket payloads in [#​11628](https://github.com/outline/outline/pull/11628) - Improved performance by adding API request deduplication in [#​11629](https://github.com/outline/outline/pull/11629) - Upgraded `framer-motion` to version 5 to resolve issues with tab animations in [#​11632](https://github.com/outline/outline/pull/11632) - Fixed an issue by skipping link unfurling attempts for non-HTTP/HTTPS URLs in [#​11640](https://github.com/outline/outline/pull/11640) - Improved reliability by validating OAuth client IDs as UUIDs before querying the database in [#​11653](https://github.com/outline/outline/pull/11653) - Fixed an issue to ensure sourced permissions are correctly rebuilt when a document is moved in [#​11229](https://github.com/outline/outline/pull/11229) - Improved navigation visuals by highlighting the parent menu item when its submenu is open in [#​11659](https://github.com/outline/outline/pull/11659) - Fixed an issue where the ESC key was not working to close the Share popover in [#​11662](https://github.com/outline/outline/pull/11662) - Removed the hidden star control from document list items on mobile devices in [#​11655](https://github.com/outline/outline/pull/11655) - Fixed an issue that caused database deadlocks when inserting into subscriptions in [#​11667](https://github.com/outline/outline/pull/11667) - Removed the deprecated `datadog-metrics` library in [#​11665](https://github.com/outline/outline/pull/11665) - Fixed an issue where @​mentions on mobile were being inserted at the incorrect position in [#​11671](https://github.com/outline/outline/pull/11671) - Fixed incorrect visual nesting of items in the document explorer in [#​11680](https://github.com/outline/outline/pull/11680) - Improved the accuracy of user membership policy checks in [#​11687](https://github.com/outline/outline/pull/11687) - Improved performance by avoiding the instantiation of unnecessary editor extensions in read-only mode in [#​11681](https://github.com/outline/outline/pull/11681) - Added a missing check for enabled passkeys in the verification endpoint in [#​11689](https://github.com/outline/outline/pull/11689) - Increased the font size within code blocks for better readability in [#​11690](https://github.com/outline/outline/pull/11690) - Fixed an issue to ensure comments on nodes are correctly stripped when duplicating a document in [#​11700](https://github.com/outline/outline/pull/11700) - Moved warning-level logs from Sentry to standard logging outputs in [#​11708](https://github.com/outline/outline/pull/11708) - Added support for the German (`de_DE`) long-date format in localized time display by [@​iljalukin](https://github.com/iljalukin) in [#​11720](https://github.com/outline/outline/pull/11720) - Removed the deprecated usage of `ALLOWED_DOMAINS` and `GOOGLE_ALLOWED_DOMAINS` environment variables by [@​akshat-kumar-singhal](https://github.com/akshat-kumar-singhal) in [#​11718](https://github.com/outline/outline/pull/11718) - Improved database performance by optimizing query pagination in [#​11726](https://github.com/outline/outline/pull/11726) - Fixed a visual issue where the document explorer would jump when hovered over with the pointer in [#​11727](https://github.com/outline/outline/pull/11727) - Fixed incorrect policy enforcement for file operations in [#​11728](https://github.com/outline/outline/pull/11728) - Fixed an issue by properly filtering relationships returned from the list endpoint in [#​11738](https://github.com/outline/outline/pull/11738) - Ensured that "Passkey" is only displayed on login screen if the workspace has actually used them in [#​11748](https://github.com/outline/outline/pull/11748) - Changed the default behavior so that PDF attachments are no longer embedded automatically upon drag upload in [#​11745](https://github.com/outline/outline/pull/11745) - Fixed an issue that caused stale collaborator IDs to be retained in [#​11749](https://github.com/outline/outline/pull/11749) - Moved the group management interface to a dedicated sub-page for better organization in [#​11755](https://github.com/outline/outline/pull/11755) ##### New Contributors - [@​ashleysommer](https://github.com/ashleysommer) made their first contribution in [#​11595](https://github.com/outline/outline/pull/11595) - [@​iljalukin](https://github.com/iljalukin) made their first contribution in [#​11720](https://github.com/outline/outline/pull/11720) - [@​akshat-kumar-singhal](https://github.com/akshat-kumar-singhal) made their first contribution in [#​11718](https://github.com/outline/outline/pull/11718) - [@​Daniel15](https://github.com/Daniel15) made their first contribution in [#​11731](https://github.com/outline/outline/pull/11731) - [@​lrstanley](https://github.com/lrstanley) made their first contribution in [#​11757](https://github.com/outline/outline/pull/11757) **Full Changelog**: <https://github.com/outline/outline/compare/v1.5.0...v1.6.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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4757 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 0e9d1eb85d |
chore(deps): update postgres-cluster docker tag to v7.10.0 (#4758)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `7.9.1` → `7.10.0` | --- ### 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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiLCJpbWFnZSJdfQ==--> Reviewed-on: #4758 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 1062e4cb3c | feat: specify http port | |||
| 7dac56f404 | chore(deps): update ghcr.io/linuxserver/qbittorrent:5.1.4 docker digest to 855e5f4 (#4753) | |||
| 04ff752696 | feat: add renovate tags for specific images | |||
| 088c4ae827 | feat: remove link to wiki | |||
| b4afd2ab46 | feat: upgrade chart to v1 | |||
| d0d9380b93 | chore(deps): update booklore-app/booklore to v2.2.1 (#4747) | |||
| 85aa62b529 | feat: remove link to wiki | |||
| 849fdb432d | chore(deps): update registry.k8s.io/coredns/coredns docker tag to v1.14.2 (#4745) | |||
| 67163611af |
chore(deps): update dependency mariadb-operator/mariadb-operator to v26 (#4704)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mariadb-operator/mariadb-operator](https://github.com/mariadb-operator/mariadb-operator) | major | `25.10.4` → `26.3.0` | --- ### Release Notes <details> <summary>mariadb-operator/mariadb-operator (mariadb-operator/mariadb-operator)</summary> ### [`v26.3.0`](https://github.com/mariadb-operator/mariadb-operator/releases/tag/26.3.0) [Compare Source](https://github.com/mariadb-operator/mariadb-operator/compare/25.10.4...26.3.0) **`mariadb-operator` [26.03](https://github.com/mariadb-operator/mariadb-operator/releases/tag/26.3.0) is here!** 🦭 Welcome to another release of `mariadb-operator`! In this version, we have significantly enhanced our disaster recovery capabilities by adding support for **on-demand physical backups**, **Azure Blob Storage** and... (🥁)... **Point-In-Time-Recovery** ✨. Additionally, we've received a bunch of contributions by our amazing community during this release, including bug fixes and new features. We feel very grateful for your efforts and support, thank you! 🙇♂️ Refer to the PRs in the changelog below for further details. If you're upgrading from previous versions, **do not miss the [UPGRADE GUIDE](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/releases/UPGRADE_26.3.0.md)** for a smooth transition. #### Point-In-Time-Recovery Point-in-time recovery (PITR) is a feature that allows you to restore a `MariaDB` instance to a specific point in time. For achieving this, it combines a full base backup and the binary logs that record all changes made to the database after the backup. This is something fully automated by operator, covering archival and restoration up to a specific time, ensuring business continuity and reduced RTO and RPO. In order to configure PITR, you need to create a `PhysicalBackup` object to be used as full base backup. For example, you can configure a nightly backup: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PhysicalBackup metadata: name: physicalbackup-daily spec: mariaDbRef: name: mariadb-repl schedule: cron: "0 0 * * *" suspend: false immediate: true compression: bzip2 maxRetention: 720h storage: s3: bucket: physicalbackups prefix: mariadb endpoint: minio.minio.svc.cluster.local:9000 region: us-east-1 accessKeyIdSecretKeyRef: name: minio key: access-key-id secretAccessKeySecretKeyRef: name: minio key: secret-access-key tls: enabled: true caSecretKeyRef: name: minio-ca key: ca.crt ``` Next step is configuring common aspects of both binary log archiving and point-in-time restoration by defining a `PointInTimeRecovery` object: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PointInTimeRecovery metadata: name: pitr spec: physicalBackupRef: name: physicalbackup-daily storage: s3: bucket: binlogs prefix: mariadb endpoint: minio.minio.svc.cluster.local:9000 region: us-east-1 accessKeyIdSecretKeyRef: name: minio key: access-key-id secretAccessKeySecretKeyRef: name: minio key: secret-access-key tls: enabled: true caSecretKeyRef: name: minio-ca key: ca.crt compression: gzip archiveTimeout: 1h strictMode: false ``` The new `PointInTimeRecovery` CR is just a configuration object that contains shared settings for both binary log archiving and point-in-time recovery. It has also a reference to a `PhysicalBackup` CR, used as full base backup. In order to configure binary log archiving, you need to set a reference to the `PointInTimeRecovery` CR in the `MariaDB` object: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: MariaDB metadata: name: mariadb-repl spec: pointInTimeRecoveryRef: name: pitr ``` This will enable the binary log archival in the sidecar agent, which will eventually report the last recoverable time via the `PointInTimeRecovery` status: ```bash kubectl get pitr NAME PHYSICAL BACKUP LAST RECOVERABLE TIME STRICT MODE AGE pitr physicalbackup-daily 2026-02-27T20:10:42Z false 43h ``` In order to perform a point-in-time restoration, you can create a new `MariaDB` instance with a reference to the `PointInTimeRecovery` object in the `bootstrapFrom` field, along with the `targetRecoveryTime`, which should be before or at the last recoverable time: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: MariaDB metadata: name: mariadb-repl spec: bootstrapFrom: pointInTimeRecoveryRef: name: pitr targetRecoveryTime: 2026-02-27T20:10:42Z ``` The restoration process will match the closest physical backup before or at the `targetRecoveryTime`, and then it will replay the archived binary logs from the backup GTID position up until the `targetRecoveryTime`. Refer to the [PITR docs](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/pitr.md) for additional details. #### Azure Blob Storage So far, we have only supported S3-compatible storage as object storage for keeping the backups. We are now introducing native support for Azure Blob Storage in the `PhysicalBackup` and `PointInTimeRecovery` CRs. You can configure it under the `storage` field, similarly to S3: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PointInTimeRecovery metadata: name: pitr spec: storage: azureBlob: containerName: binlogs serviceURL: https://azurite.default.svc.cluster.local:10000/devstoreaccount1 prefix: mariadb storageAccountName: devstoreaccount1 storageAccountKey: name: azurite-key key: storageAccountKey tls: enabled: true caSecretKeyRef: name: azurite-certs key: cert.pem ``` ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PhysicalBackup metadata: name: physicalbackup-daily spec: storage: azureBlob: containerName: physicalbackup serviceURL: https://azurite.default.svc.cluster.local:10000/devstoreaccount1 prefix: mariadb storageAccountName: devstoreaccount1 storageAccountKey: name: azurite-key key: storageAccountKey tls: enabled: true caSecretKeyRef: name: azurite-certs key: cert.pem ``` Refer to the [physical backup storage](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/physical_backup.md#azure-blob-storage-credentials) docs for additional details. It is important to note that we couldn't find the bandwidth to support it for `Backup` resource (logical backup) in this release, [contributions are welcomed](https://github.com/mariadb-operator/mariadb-operator/issues/1653)! Kudos to our co-maintainer [@​Michaelpalacce](https://github.com/Michaelpalacce) for smoothly driving this feature end-to-end! #### On-demand `PhysicalBackup` We have introduced the ability to trigger on-demand physical backup manually. For doing so, you need to provide an identifier in the `schedule.onDemand` field of the `PhysicalBackup` resource: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PhysicalBackup metadata: name: physicalbackup spec: schedule: onDemand: "1" ``` Once scheduled, the operator tracks the identifier under the status subresource. If the identifier in the status differs from `schedule.onDemand`, the operator will trigger a new physical backup. Refer to the [physical backup scheduling](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/physical_backup.md#scheduling) docs for additional details. ##### Behaviour change in `targetRecoveryTime` To satisfy requirements of point-in-time recovery, we have unified the behaviour of the `bootstrapFrom.targetRecoveryTime` field in the `MariaDB` object: Logical and physical backup files whose timestamp is closest to `targetRecoveryTime`, **but not after**, will be matched. Please take this into account when upgrading to this version. ##### Change in Helm `values.yaml` `config` has been split into `repository` and `tag` to facilitate overriding the image registry (see [#​1632](https://github.com/mariadb-operator/mariadb-operator/pull/1632)). Please update your `values.yaml` from: ```yaml config: mariadbImageName: docker-registry1.mariadb.com/library/mariadb maxscaleImage: docker-registry2.mariadb.com/mariadb/maxscale:23.08.5 exporterImage: prom/mysqld-exporter:v0.15.1 exporterMaxscaleImage: docker-registry2.mariadb.com/mariadb/maxscale-prometheus-exporter-ubi:v0.0.1 ``` to the following format: ```yaml config: mariadbImage: repository: docker-registry1.mariadb.com/library/mariadb tag: 11.8.5 maxscaleImage: repository: docker-registry2.mariadb.com/mariadb/maxscale tag: 23.08.5 exporterImage: repository: prom/mysqld-exporter tag: v0.15.1 exporterMaxscaleImage: repository: docker-registry2.mariadb.com/mariadb/maxscale-prometheus-exporter-ubi tag: v0.0.1 ``` ##### Updated dependencies | Platform/Component | Version | | ------------------ | ------- | | Kubernetes | 1.35 | | Go | 1.26.1 | | controller-runtime | 0.23.3 | #### Updated roadmap The next feature to be supported is the new multi-cluster topology. Stay tuned! - [x] ~~[Point In Time Recovery (PITR)](https://github.com/mariadb-operator/mariadb-operator/issues/507)~~ - [ ] [Multi-cluster topology](https://github.com/mariadb-operator/mariadb-operator/issues/1543) *** #### Community Contributions of any kind are always welcome: adding yourself to the [list of adopters](https://github.com/mariadb-operator/mariadb-operator/blob/main/ADOPTERS.md), reporting issues, submitting pull requests, or simply starring the project! 🌟 #### Enterprise For enterprise users, see the **[MariaDB Enterprise Operator](https://mariadb.com/products/enterprise/kubernetes-operator/)**, a commercially supported Kubernetes operator from MariaDB with additional enterprise-grade features. #### What's Changed - feat: Use primary Service by default for HA mariaDB connections by [@​softho0n](https://github.com/softho0n) in [#​1575](https://github.com/mariadb-operator/mariadb-operator/pull/1575) - feat: add loadBalancerClass field to ServiceTemplate by [@​yangminglintw](https://github.com/yangminglintw) in [#​1589](https://github.com/mariadb-operator/mariadb-operator/pull/1589) - fix: use standard compression extensions and add magic bytes validation by [@​yangminglintw](https://github.com/yangminglintw) in [#​1588](https://github.com/mariadb-operator/mariadb-operator/pull/1588) - Make volumes and volumeMounts mutable by [@​hedgieinsocks](https://github.com/hedgieinsocks) in [#​1601](https://github.com/mariadb-operator/mariadb-operator/pull/1601) - chore: Bump to latest go by [@​Michaelpalacce](https://github.com/Michaelpalacce) in [#​1630](https://github.com/mariadb-operator/mariadb-operator/pull/1630) - make imagePullSecrets mutable by [@​dmaes](https://github.com/dmaes) in [#​1614](https://github.com/mariadb-operator/mariadb-operator/pull/1614) - split config images in repository and tag by [@​dmaes](https://github.com/dmaes) in [#​1632](https://github.com/mariadb-operator/mariadb-operator/pull/1632) - Galera recovery: disable bootstrap on other pods before bootstrapping by [@​infocusmodereal](https://github.com/infocusmodereal) in [#​1631](https://github.com/mariadb-operator/mariadb-operator/pull/1631) - Bump github.com/minio/minio-go/v7 from 7.0.97 to 7.0.98 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1585](https://github.com/mariadb-operator/mariadb-operator/pull/1585) - Bump ghcr.io/devcontainers/features/docker-in-docker from 2.13.0 to 2.16.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1624](https://github.com/mariadb-operator/mariadb-operator/pull/1624) - Bump ghcr.io/devcontainers/features/kubectl-helm-minikube from 1.2.2 to 1.3.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1623](https://github.com/mariadb-operator/mariadb-operator/pull/1623) - Bump goreleaser/goreleaser-action from 6 to 7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1620](https://github.com/mariadb-operator/mariadb-operator/pull/1620) - Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1581](https://github.com/mariadb-operator/mariadb-operator/pull/1581) - Bump crate-ci/typos from 1.41.0 to 1.44.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1625](https://github.com/mariadb-operator/mariadb-operator/pull/1625) - Bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1586](https://github.com/mariadb-operator/mariadb-operator/pull/1586) - Bump github.com/cert-manager/cert-manager from 1.18.2 to 1.19.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1580](https://github.com/mariadb-operator/mariadb-operator/pull/1580) - Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.87.1 to 0.88.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1579](https://github.com/mariadb-operator/mariadb-operator/pull/1579) - Disable service links in MariaDB and MaxScale pod specs by [@​usiegj00](https://github.com/usiegj00) in [#​1635](https://github.com/mariadb-operator/mariadb-operator/pull/1635) - Fix finalizer for ExternalMariDB by [@​snaax](https://github.com/snaax) in [#​1606](https://github.com/mariadb-operator/mariadb-operator/pull/1606) - test: Added int tests for sql resources with external mariadb deletion by [@​Michaelpalacce](https://github.com/Michaelpalacce) in [#​1649](https://github.com/mariadb-operator/mariadb-operator/pull/1649) - Bump github.com/minio/minio-go/v7 from 7.0.98 to 7.0.99 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1648](https://github.com/mariadb-operator/mariadb-operator/pull/1648) - Bump golang.org/x/sync from 0.19.0 to 0.20.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1645](https://github.com/mariadb-operator/mariadb-operator/pull/1645) - Bump docker/build-push-action from 6 to 7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1644](https://github.com/mariadb-operator/mariadb-operator/pull/1644) - Bump docker/setup-qemu-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1642](https://github.com/mariadb-operator/mariadb-operator/pull/1642) - Bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1641](https://github.com/mariadb-operator/mariadb-operator/pull/1641) - Bump docker/login-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1646](https://github.com/mariadb-operator/mariadb-operator/pull/1646) - Bump ghcr.io/devcontainers/features/docker-in-docker from 2.16.0 to 2.16.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1640](https://github.com/mariadb-operator/mariadb-operator/pull/1640) - Bump docker/setup-buildx-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1638](https://github.com/mariadb-operator/mariadb-operator/pull/1638) - Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.88.0 to 0.89.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1643](https://github.com/mariadb-operator/mariadb-operator/pull/1643) - Bump golang from 1.25.7-alpine3.23 to 1.26.1-alpine3.23 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1639](https://github.com/mariadb-operator/mariadb-operator/pull/1639) - feat: Latest controller-runtime. Webhook changes, New Events API by [@​Michaelpalacce](https://github.com/Michaelpalacce) in [#​1651](https://github.com/mariadb-operator/mariadb-operator/pull/1651) - Support for ephemeral volumes in `MariaDB` by [@​mmontes11](https://github.com/mmontes11) in [#​1650](https://github.com/mariadb-operator/mariadb-operator/pull/1650) - fix: accept compressed backup files in logical restore by [@​voron](https://github.com/voron) in [#​1655](https://github.com/mariadb-operator/mariadb-operator/pull/1655) - Fix typo: syncrhonous -> synchronous by [@​sjmudd](https://github.com/sjmudd) in [#​1657](https://github.com/mariadb-operator/mariadb-operator/pull/1657) - Release 26.03: `PointInTimeRecovery`, Azure Blob Storage & on-demand `PhysicalBackups` by [@​mmontes11](https://github.com/mmontes11) in [#​1517](https://github.com/mariadb-operator/mariadb-operator/pull/1517) #### New Contributors - [@​softho0n](https://github.com/softho0n) made their first contribution in [#​1575](https://github.com/mariadb-operator/mariadb-operator/pull/1575) - [@​yangminglintw](https://github.com/yangminglintw) made their first contribution in [#​1589](https://github.com/mariadb-operator/mariadb-operator/pull/1589) - [@​dmaes](https://github.com/dmaes) made their first contribution in [#​1614](https://github.com/mariadb-operator/mariadb-operator/pull/1614) - [@​infocusmodereal](https://github.com/infocusmodereal) made their first contribution in [#​1631](https://github.com/mariadb-operator/mariadb-operator/pull/1631) - [@​usiegj00](https://github.com/usiegj00) made their first contribution in [#​1635](https://github.com/mariadb-operator/mariadb-operator/pull/1635) - [@​voron](https://github.com/voron) made their first contribution in [#​1655](https://github.com/mariadb-operator/mariadb-operator/pull/1655) - [@​sjmudd](https://github.com/sjmudd) made their first contribution in [#​1657](https://github.com/mariadb-operator/mariadb-operator/pull/1657) **Full Changelog**: <https://github.com/mariadb-operator/mariadb-operator/compare/25.10.4...26.3.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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4704 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 15f4df3ec4 |
chore(deps): update helm release mariadb-cluster to v26 (#4705)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mariadb-cluster](https://github.com/mariadb-operator/mariadb-operator) | major | `25.10.4` → `26.3.0` | --- ### Release Notes <details> <summary>mariadb-operator/mariadb-operator (mariadb-cluster)</summary> ### [`v26.3.0`](https://github.com/mariadb-operator/mariadb-operator/releases/tag/26.3.0) [Compare Source](https://github.com/mariadb-operator/mariadb-operator/compare/mariadb-cluster-25.10.4...mariadb-cluster-26.3.0) **`mariadb-operator` [26.03](https://github.com/mariadb-operator/mariadb-operator/releases/tag/26.3.0) is here!** 🦭 Welcome to another release of `mariadb-operator`! In this version, we have significantly enhanced our disaster recovery capabilities by adding support for **on-demand physical backups**, **Azure Blob Storage** and... (🥁)... **Point-In-Time-Recovery** ✨. Additionally, we've received a bunch of contributions by our amazing community during this release, including bug fixes and new features. We feel very grateful for your efforts and support, thank you! 🙇♂️ Refer to the PRs in the changelog below for further details. If you're upgrading from previous versions, **do not miss the [UPGRADE GUIDE](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/releases/UPGRADE_26.3.0.md)** for a smooth transition. #### Point-In-Time-Recovery Point-in-time recovery (PITR) is a feature that allows you to restore a `MariaDB` instance to a specific point in time. For achieving this, it combines a full base backup and the binary logs that record all changes made to the database after the backup. This is something fully automated by operator, covering archival and restoration up to a specific time, ensuring business continuity and reduced RTO and RPO. In order to configure PITR, you need to create a `PhysicalBackup` object to be used as full base backup. For example, you can configure a nightly backup: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PhysicalBackup metadata: name: physicalbackup-daily spec: mariaDbRef: name: mariadb-repl schedule: cron: "0 0 * * *" suspend: false immediate: true compression: bzip2 maxRetention: 720h storage: s3: bucket: physicalbackups prefix: mariadb endpoint: minio.minio.svc.cluster.local:9000 region: us-east-1 accessKeyIdSecretKeyRef: name: minio key: access-key-id secretAccessKeySecretKeyRef: name: minio key: secret-access-key tls: enabled: true caSecretKeyRef: name: minio-ca key: ca.crt ``` Next step is configuring common aspects of both binary log archiving and point-in-time restoration by defining a `PointInTimeRecovery` object: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PointInTimeRecovery metadata: name: pitr spec: physicalBackupRef: name: physicalbackup-daily storage: s3: bucket: binlogs prefix: mariadb endpoint: minio.minio.svc.cluster.local:9000 region: us-east-1 accessKeyIdSecretKeyRef: name: minio key: access-key-id secretAccessKeySecretKeyRef: name: minio key: secret-access-key tls: enabled: true caSecretKeyRef: name: minio-ca key: ca.crt compression: gzip archiveTimeout: 1h strictMode: false ``` The new `PointInTimeRecovery` CR is just a configuration object that contains shared settings for both binary log archiving and point-in-time recovery. It has also a reference to a `PhysicalBackup` CR, used as full base backup. In order to configure binary log archiving, you need to set a reference to the `PointInTimeRecovery` CR in the `MariaDB` object: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: MariaDB metadata: name: mariadb-repl spec: pointInTimeRecoveryRef: name: pitr ``` This will enable the binary log archival in the sidecar agent, which will eventually report the last recoverable time via the `PointInTimeRecovery` status: ```bash kubectl get pitr NAME PHYSICAL BACKUP LAST RECOVERABLE TIME STRICT MODE AGE pitr physicalbackup-daily 2026-02-27T20:10:42Z false 43h ``` In order to perform a point-in-time restoration, you can create a new `MariaDB` instance with a reference to the `PointInTimeRecovery` object in the `bootstrapFrom` field, along with the `targetRecoveryTime`, which should be before or at the last recoverable time: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: MariaDB metadata: name: mariadb-repl spec: bootstrapFrom: pointInTimeRecoveryRef: name: pitr targetRecoveryTime: 2026-02-27T20:10:42Z ``` The restoration process will match the closest physical backup before or at the `targetRecoveryTime`, and then it will replay the archived binary logs from the backup GTID position up until the `targetRecoveryTime`. Refer to the [PITR docs](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/pitr.md) for additional details. #### Azure Blob Storage So far, we have only supported S3-compatible storage as object storage for keeping the backups. We are now introducing native support for Azure Blob Storage in the `PhysicalBackup` and `PointInTimeRecovery` CRs. You can configure it under the `storage` field, similarly to S3: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PointInTimeRecovery metadata: name: pitr spec: storage: azureBlob: containerName: binlogs serviceURL: https://azurite.default.svc.cluster.local:10000/devstoreaccount1 prefix: mariadb storageAccountName: devstoreaccount1 storageAccountKey: name: azurite-key key: storageAccountKey tls: enabled: true caSecretKeyRef: name: azurite-certs key: cert.pem ``` ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PhysicalBackup metadata: name: physicalbackup-daily spec: storage: azureBlob: containerName: physicalbackup serviceURL: https://azurite.default.svc.cluster.local:10000/devstoreaccount1 prefix: mariadb storageAccountName: devstoreaccount1 storageAccountKey: name: azurite-key key: storageAccountKey tls: enabled: true caSecretKeyRef: name: azurite-certs key: cert.pem ``` Refer to the [physical backup storage](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/physical_backup.md#azure-blob-storage-credentials) docs for additional details. It is important to note that we couldn't find the bandwidth to support it for `Backup` resource (logical backup) in this release, [contributions are welcomed](https://github.com/mariadb-operator/mariadb-operator/issues/1653)! Kudos to our co-maintainer [@​Michaelpalacce](https://github.com/Michaelpalacce) for smoothly driving this feature end-to-end! #### On-demand `PhysicalBackup` We have introduced the ability to trigger on-demand physical backup manually. For doing so, you need to provide an identifier in the `schedule.onDemand` field of the `PhysicalBackup` resource: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PhysicalBackup metadata: name: physicalbackup spec: schedule: onDemand: "1" ``` Once scheduled, the operator tracks the identifier under the status subresource. If the identifier in the status differs from `schedule.onDemand`, the operator will trigger a new physical backup. Refer to the [physical backup scheduling](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/physical_backup.md#scheduling) docs for additional details. ##### Behaviour change in `targetRecoveryTime` To satisfy requirements of point-in-time recovery, we have unified the behaviour of the `bootstrapFrom.targetRecoveryTime` field in the `MariaDB` object: Logical and physical backup files whose timestamp is closest to `targetRecoveryTime`, **but not after**, will be matched. Please take this into account when upgrading to this version. ##### Change in Helm `values.yaml` `config` has been split into `repository` and `tag` to facilitate overriding the image registry (see [#​1632](https://github.com/mariadb-operator/mariadb-operator/pull/1632)). Please update your `values.yaml` from: ```yaml config: mariadbImageName: docker-registry1.mariadb.com/library/mariadb maxscaleImage: docker-registry2.mariadb.com/mariadb/maxscale:23.08.5 exporterImage: prom/mysqld-exporter:v0.15.1 exporterMaxscaleImage: docker-registry2.mariadb.com/mariadb/maxscale-prometheus-exporter-ubi:v0.0.1 ``` to the following format: ```yaml config: mariadbImage: repository: docker-registry1.mariadb.com/library/mariadb tag: 11.8.5 maxscaleImage: repository: docker-registry2.mariadb.com/mariadb/maxscale tag: 23.08.5 exporterImage: repository: prom/mysqld-exporter tag: v0.15.1 exporterMaxscaleImage: repository: docker-registry2.mariadb.com/mariadb/maxscale-prometheus-exporter-ubi tag: v0.0.1 ``` ##### Updated dependencies | Platform/Component | Version | | ------------------ | ------- | | Kubernetes | 1.35 | | Go | 1.26.1 | | controller-runtime | 0.23.3 | #### Updated roadmap The next feature to be supported is the new multi-cluster topology. Stay tuned! - [x] ~~[Point In Time Recovery (PITR)](https://github.com/mariadb-operator/mariadb-operator/issues/507)~~ - [ ] [Multi-cluster topology](https://github.com/mariadb-operator/mariadb-operator/issues/1543) *** #### Community Contributions of any kind are always welcome: adding yourself to the [list of adopters](https://github.com/mariadb-operator/mariadb-operator/blob/main/ADOPTERS.md), reporting issues, submitting pull requests, or simply starring the project! 🌟 #### Enterprise For enterprise users, see the **[MariaDB Enterprise Operator](https://mariadb.com/products/enterprise/kubernetes-operator/)**, a commercially supported Kubernetes operator from MariaDB with additional enterprise-grade features. #### What's Changed - feat: Use primary Service by default for HA mariaDB connections by [@​softho0n](https://github.com/softho0n) in [#​1575](https://github.com/mariadb-operator/mariadb-operator/pull/1575) - feat: add loadBalancerClass field to ServiceTemplate by [@​yangminglintw](https://github.com/yangminglintw) in [#​1589](https://github.com/mariadb-operator/mariadb-operator/pull/1589) - fix: use standard compression extensions and add magic bytes validation by [@​yangminglintw](https://github.com/yangminglintw) in [#​1588](https://github.com/mariadb-operator/mariadb-operator/pull/1588) - Make volumes and volumeMounts mutable by [@​hedgieinsocks](https://github.com/hedgieinsocks) in [#​1601](https://github.com/mariadb-operator/mariadb-operator/pull/1601) - chore: Bump to latest go by [@​Michaelpalacce](https://github.com/Michaelpalacce) in [#​1630](https://github.com/mariadb-operator/mariadb-operator/pull/1630) - make imagePullSecrets mutable by [@​dmaes](https://github.com/dmaes) in [#​1614](https://github.com/mariadb-operator/mariadb-operator/pull/1614) - split config images in repository and tag by [@​dmaes](https://github.com/dmaes) in [#​1632](https://github.com/mariadb-operator/mariadb-operator/pull/1632) - Galera recovery: disable bootstrap on other pods before bootstrapping by [@​infocusmodereal](https://github.com/infocusmodereal) in [#​1631](https://github.com/mariadb-operator/mariadb-operator/pull/1631) - Bump github.com/minio/minio-go/v7 from 7.0.97 to 7.0.98 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1585](https://github.com/mariadb-operator/mariadb-operator/pull/1585) - Bump ghcr.io/devcontainers/features/docker-in-docker from 2.13.0 to 2.16.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1624](https://github.com/mariadb-operator/mariadb-operator/pull/1624) - Bump ghcr.io/devcontainers/features/kubectl-helm-minikube from 1.2.2 to 1.3.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1623](https://github.com/mariadb-operator/mariadb-operator/pull/1623) - Bump goreleaser/goreleaser-action from 6 to 7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1620](https://github.com/mariadb-operator/mariadb-operator/pull/1620) - Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1581](https://github.com/mariadb-operator/mariadb-operator/pull/1581) - Bump crate-ci/typos from 1.41.0 to 1.44.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1625](https://github.com/mariadb-operator/mariadb-operator/pull/1625) - Bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1586](https://github.com/mariadb-operator/mariadb-operator/pull/1586) - Bump github.com/cert-manager/cert-manager from 1.18.2 to 1.19.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1580](https://github.com/mariadb-operator/mariadb-operator/pull/1580) - Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.87.1 to 0.88.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1579](https://github.com/mariadb-operator/mariadb-operator/pull/1579) - Disable service links in MariaDB and MaxScale pod specs by [@​usiegj00](https://github.com/usiegj00) in [#​1635](https://github.com/mariadb-operator/mariadb-operator/pull/1635) - Fix finalizer for ExternalMariDB by [@​snaax](https://github.com/snaax) in [#​1606](https://github.com/mariadb-operator/mariadb-operator/pull/1606) - test: Added int tests for sql resources with external mariadb deletion by [@​Michaelpalacce](https://github.com/Michaelpalacce) in [#​1649](https://github.com/mariadb-operator/mariadb-operator/pull/1649) - Bump github.com/minio/minio-go/v7 from 7.0.98 to 7.0.99 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1648](https://github.com/mariadb-operator/mariadb-operator/pull/1648) - Bump golang.org/x/sync from 0.19.0 to 0.20.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1645](https://github.com/mariadb-operator/mariadb-operator/pull/1645) - Bump docker/build-push-action from 6 to 7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1644](https://github.com/mariadb-operator/mariadb-operator/pull/1644) - Bump docker/setup-qemu-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1642](https://github.com/mariadb-operator/mariadb-operator/pull/1642) - Bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1641](https://github.com/mariadb-operator/mariadb-operator/pull/1641) - Bump docker/login-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1646](https://github.com/mariadb-operator/mariadb-operator/pull/1646) - Bump ghcr.io/devcontainers/features/docker-in-docker from 2.16.0 to 2.16.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1640](https://github.com/mariadb-operator/mariadb-operator/pull/1640) - Bump docker/setup-buildx-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1638](https://github.com/mariadb-operator/mariadb-operator/pull/1638) - Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.88.0 to 0.89.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1643](https://github.com/mariadb-operator/mariadb-operator/pull/1643) - Bump golang from 1.25.7-alpine3.23 to 1.26.1-alpine3.23 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1639](https://github.com/mariadb-operator/mariadb-operator/pull/1639) - feat: Latest controller-runtime. Webhook changes, New Events API by [@​Michaelpalacce](https://github.com/Michaelpalacce) in [#​1651](https://github.com/mariadb-operator/mariadb-operator/pull/1651) - Support for ephemeral volumes in `MariaDB` by [@​mmontes11](https://github.com/mmontes11) in [#​1650](https://github.com/mariadb-operator/mariadb-operator/pull/1650) - fix: accept compressed backup files in logical restore by [@​voron](https://github.com/voron) in [#​1655](https://github.com/mariadb-operator/mariadb-operator/pull/1655) - Fix typo: syncrhonous -> synchronous by [@​sjmudd](https://github.com/sjmudd) in [#​1657](https://github.com/mariadb-operator/mariadb-operator/pull/1657) - Release 26.03: `PointInTimeRecovery`, Azure Blob Storage & on-demand `PhysicalBackups` by [@​mmontes11](https://github.com/mmontes11) in [#​1517](https://github.com/mariadb-operator/mariadb-operator/pull/1517) #### New Contributors - [@​softho0n](https://github.com/softho0n) made their first contribution in [#​1575](https://github.com/mariadb-operator/mariadb-operator/pull/1575) - [@​yangminglintw](https://github.com/yangminglintw) made their first contribution in [#​1589](https://github.com/mariadb-operator/mariadb-operator/pull/1589) - [@​dmaes](https://github.com/dmaes) made their first contribution in [#​1614](https://github.com/mariadb-operator/mariadb-operator/pull/1614) - [@​infocusmodereal](https://github.com/infocusmodereal) made their first contribution in [#​1631](https://github.com/mariadb-operator/mariadb-operator/pull/1631) - [@​usiegj00](https://github.com/usiegj00) made their first contribution in [#​1635](https://github.com/mariadb-operator/mariadb-operator/pull/1635) - [@​voron](https://github.com/voron) made their first contribution in [#​1655](https://github.com/mariadb-operator/mariadb-operator/pull/1655) - [@​sjmudd](https://github.com/sjmudd) made their first contribution in [#​1657](https://github.com/mariadb-operator/mariadb-operator/pull/1657) **Full Changelog**: <https://github.com/mariadb-operator/mariadb-operator/compare/25.10.4...26.3.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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4705 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 215f7edc86 |
chore(deps): update helm release mariadb-operator to v26 (#4706)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mariadb-operator](https://github.com/mariadb-operator/mariadb-operator) | major | `25.10.4` → `26.3.0` | --- ### Release Notes <details> <summary>mariadb-operator/mariadb-operator (mariadb-operator)</summary> ### [`v26.3.0`](https://github.com/mariadb-operator/mariadb-operator/releases/tag/26.3.0) [Compare Source](https://github.com/mariadb-operator/mariadb-operator/compare/mariadb-operator-25.10.4...mariadb-operator-26.3.0) **`mariadb-operator` [26.03](https://github.com/mariadb-operator/mariadb-operator/releases/tag/26.3.0) is here!** 🦭 Welcome to another release of `mariadb-operator`! In this version, we have significantly enhanced our disaster recovery capabilities by adding support for **on-demand physical backups**, **Azure Blob Storage** and... (🥁)... **Point-In-Time-Recovery** ✨. Additionally, we've received a bunch of contributions by our amazing community during this release, including bug fixes and new features. We feel very grateful for your efforts and support, thank you! 🙇♂️ Refer to the PRs in the changelog below for further details. If you're upgrading from previous versions, **do not miss the [UPGRADE GUIDE](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/releases/UPGRADE_26.3.0.md)** for a smooth transition. #### Point-In-Time-Recovery Point-in-time recovery (PITR) is a feature that allows you to restore a `MariaDB` instance to a specific point in time. For achieving this, it combines a full base backup and the binary logs that record all changes made to the database after the backup. This is something fully automated by operator, covering archival and restoration up to a specific time, ensuring business continuity and reduced RTO and RPO. In order to configure PITR, you need to create a `PhysicalBackup` object to be used as full base backup. For example, you can configure a nightly backup: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PhysicalBackup metadata: name: physicalbackup-daily spec: mariaDbRef: name: mariadb-repl schedule: cron: "0 0 * * *" suspend: false immediate: true compression: bzip2 maxRetention: 720h storage: s3: bucket: physicalbackups prefix: mariadb endpoint: minio.minio.svc.cluster.local:9000 region: us-east-1 accessKeyIdSecretKeyRef: name: minio key: access-key-id secretAccessKeySecretKeyRef: name: minio key: secret-access-key tls: enabled: true caSecretKeyRef: name: minio-ca key: ca.crt ``` Next step is configuring common aspects of both binary log archiving and point-in-time restoration by defining a `PointInTimeRecovery` object: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PointInTimeRecovery metadata: name: pitr spec: physicalBackupRef: name: physicalbackup-daily storage: s3: bucket: binlogs prefix: mariadb endpoint: minio.minio.svc.cluster.local:9000 region: us-east-1 accessKeyIdSecretKeyRef: name: minio key: access-key-id secretAccessKeySecretKeyRef: name: minio key: secret-access-key tls: enabled: true caSecretKeyRef: name: minio-ca key: ca.crt compression: gzip archiveTimeout: 1h strictMode: false ``` The new `PointInTimeRecovery` CR is just a configuration object that contains shared settings for both binary log archiving and point-in-time recovery. It has also a reference to a `PhysicalBackup` CR, used as full base backup. In order to configure binary log archiving, you need to set a reference to the `PointInTimeRecovery` CR in the `MariaDB` object: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: MariaDB metadata: name: mariadb-repl spec: pointInTimeRecoveryRef: name: pitr ``` This will enable the binary log archival in the sidecar agent, which will eventually report the last recoverable time via the `PointInTimeRecovery` status: ```bash kubectl get pitr NAME PHYSICAL BACKUP LAST RECOVERABLE TIME STRICT MODE AGE pitr physicalbackup-daily 2026-02-27T20:10:42Z false 43h ``` In order to perform a point-in-time restoration, you can create a new `MariaDB` instance with a reference to the `PointInTimeRecovery` object in the `bootstrapFrom` field, along with the `targetRecoveryTime`, which should be before or at the last recoverable time: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: MariaDB metadata: name: mariadb-repl spec: bootstrapFrom: pointInTimeRecoveryRef: name: pitr targetRecoveryTime: 2026-02-27T20:10:42Z ``` The restoration process will match the closest physical backup before or at the `targetRecoveryTime`, and then it will replay the archived binary logs from the backup GTID position up until the `targetRecoveryTime`. Refer to the [PITR docs](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/pitr.md) for additional details. #### Azure Blob Storage So far, we have only supported S3-compatible storage as object storage for keeping the backups. We are now introducing native support for Azure Blob Storage in the `PhysicalBackup` and `PointInTimeRecovery` CRs. You can configure it under the `storage` field, similarly to S3: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PointInTimeRecovery metadata: name: pitr spec: storage: azureBlob: containerName: binlogs serviceURL: https://azurite.default.svc.cluster.local:10000/devstoreaccount1 prefix: mariadb storageAccountName: devstoreaccount1 storageAccountKey: name: azurite-key key: storageAccountKey tls: enabled: true caSecretKeyRef: name: azurite-certs key: cert.pem ``` ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PhysicalBackup metadata: name: physicalbackup-daily spec: storage: azureBlob: containerName: physicalbackup serviceURL: https://azurite.default.svc.cluster.local:10000/devstoreaccount1 prefix: mariadb storageAccountName: devstoreaccount1 storageAccountKey: name: azurite-key key: storageAccountKey tls: enabled: true caSecretKeyRef: name: azurite-certs key: cert.pem ``` Refer to the [physical backup storage](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/physical_backup.md#azure-blob-storage-credentials) docs for additional details. It is important to note that we couldn't find the bandwidth to support it for `Backup` resource (logical backup) in this release, [contributions are welcomed](https://github.com/mariadb-operator/mariadb-operator/issues/1653)! Kudos to our co-maintainer [@​Michaelpalacce](https://github.com/Michaelpalacce) for smoothly driving this feature end-to-end! #### On-demand `PhysicalBackup` We have introduced the ability to trigger on-demand physical backup manually. For doing so, you need to provide an identifier in the `schedule.onDemand` field of the `PhysicalBackup` resource: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PhysicalBackup metadata: name: physicalbackup spec: schedule: onDemand: "1" ``` Once scheduled, the operator tracks the identifier under the status subresource. If the identifier in the status differs from `schedule.onDemand`, the operator will trigger a new physical backup. Refer to the [physical backup scheduling](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/physical_backup.md#scheduling) docs for additional details. ##### Behaviour change in `targetRecoveryTime` To satisfy requirements of point-in-time recovery, we have unified the behaviour of the `bootstrapFrom.targetRecoveryTime` field in the `MariaDB` object: Logical and physical backup files whose timestamp is closest to `targetRecoveryTime`, **but not after**, will be matched. Please take this into account when upgrading to this version. ##### Change in Helm `values.yaml` `config` has been split into `repository` and `tag` to facilitate overriding the image registry (see [#​1632](https://github.com/mariadb-operator/mariadb-operator/pull/1632)). Please update your `values.yaml` from: ```yaml config: mariadbImageName: docker-registry1.mariadb.com/library/mariadb maxscaleImage: docker-registry2.mariadb.com/mariadb/maxscale:23.08.5 exporterImage: prom/mysqld-exporter:v0.15.1 exporterMaxscaleImage: docker-registry2.mariadb.com/mariadb/maxscale-prometheus-exporter-ubi:v0.0.1 ``` to the following format: ```yaml config: mariadbImage: repository: docker-registry1.mariadb.com/library/mariadb tag: 11.8.5 maxscaleImage: repository: docker-registry2.mariadb.com/mariadb/maxscale tag: 23.08.5 exporterImage: repository: prom/mysqld-exporter tag: v0.15.1 exporterMaxscaleImage: repository: docker-registry2.mariadb.com/mariadb/maxscale-prometheus-exporter-ubi tag: v0.0.1 ``` ##### Updated dependencies | Platform/Component | Version | | ------------------ | ------- | | Kubernetes | 1.35 | | Go | 1.26.1 | | controller-runtime | 0.23.3 | #### Updated roadmap The next feature to be supported is the new multi-cluster topology. Stay tuned! - [x] ~~[Point In Time Recovery (PITR)](https://github.com/mariadb-operator/mariadb-operator/issues/507)~~ - [ ] [Multi-cluster topology](https://github.com/mariadb-operator/mariadb-operator/issues/1543) *** #### Community Contributions of any kind are always welcome: adding yourself to the [list of adopters](https://github.com/mariadb-operator/mariadb-operator/blob/main/ADOPTERS.md), reporting issues, submitting pull requests, or simply starring the project! 🌟 #### Enterprise For enterprise users, see the **[MariaDB Enterprise Operator](https://mariadb.com/products/enterprise/kubernetes-operator/)**, a commercially supported Kubernetes operator from MariaDB with additional enterprise-grade features. #### What's Changed - feat: Use primary Service by default for HA mariaDB connections by [@​softho0n](https://github.com/softho0n) in [#​1575](https://github.com/mariadb-operator/mariadb-operator/pull/1575) - feat: add loadBalancerClass field to ServiceTemplate by [@​yangminglintw](https://github.com/yangminglintw) in [#​1589](https://github.com/mariadb-operator/mariadb-operator/pull/1589) - fix: use standard compression extensions and add magic bytes validation by [@​yangminglintw](https://github.com/yangminglintw) in [#​1588](https://github.com/mariadb-operator/mariadb-operator/pull/1588) - Make volumes and volumeMounts mutable by [@​hedgieinsocks](https://github.com/hedgieinsocks) in [#​1601](https://github.com/mariadb-operator/mariadb-operator/pull/1601) - chore: Bump to latest go by [@​Michaelpalacce](https://github.com/Michaelpalacce) in [#​1630](https://github.com/mariadb-operator/mariadb-operator/pull/1630) - make imagePullSecrets mutable by [@​dmaes](https://github.com/dmaes) in [#​1614](https://github.com/mariadb-operator/mariadb-operator/pull/1614) - split config images in repository and tag by [@​dmaes](https://github.com/dmaes) in [#​1632](https://github.com/mariadb-operator/mariadb-operator/pull/1632) - Galera recovery: disable bootstrap on other pods before bootstrapping by [@​infocusmodereal](https://github.com/infocusmodereal) in [#​1631](https://github.com/mariadb-operator/mariadb-operator/pull/1631) - Bump github.com/minio/minio-go/v7 from 7.0.97 to 7.0.98 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1585](https://github.com/mariadb-operator/mariadb-operator/pull/1585) - Bump ghcr.io/devcontainers/features/docker-in-docker from 2.13.0 to 2.16.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1624](https://github.com/mariadb-operator/mariadb-operator/pull/1624) - Bump ghcr.io/devcontainers/features/kubectl-helm-minikube from 1.2.2 to 1.3.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1623](https://github.com/mariadb-operator/mariadb-operator/pull/1623) - Bump goreleaser/goreleaser-action from 6 to 7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1620](https://github.com/mariadb-operator/mariadb-operator/pull/1620) - Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1581](https://github.com/mariadb-operator/mariadb-operator/pull/1581) - Bump crate-ci/typos from 1.41.0 to 1.44.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1625](https://github.com/mariadb-operator/mariadb-operator/pull/1625) - Bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1586](https://github.com/mariadb-operator/mariadb-operator/pull/1586) - Bump github.com/cert-manager/cert-manager from 1.18.2 to 1.19.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1580](https://github.com/mariadb-operator/mariadb-operator/pull/1580) - Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.87.1 to 0.88.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1579](https://github.com/mariadb-operator/mariadb-operator/pull/1579) - Disable service links in MariaDB and MaxScale pod specs by [@​usiegj00](https://github.com/usiegj00) in [#​1635](https://github.com/mariadb-operator/mariadb-operator/pull/1635) - Fix finalizer for ExternalMariDB by [@​snaax](https://github.com/snaax) in [#​1606](https://github.com/mariadb-operator/mariadb-operator/pull/1606) - test: Added int tests for sql resources with external mariadb deletion by [@​Michaelpalacce](https://github.com/Michaelpalacce) in [#​1649](https://github.com/mariadb-operator/mariadb-operator/pull/1649) - Bump github.com/minio/minio-go/v7 from 7.0.98 to 7.0.99 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1648](https://github.com/mariadb-operator/mariadb-operator/pull/1648) - Bump golang.org/x/sync from 0.19.0 to 0.20.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1645](https://github.com/mariadb-operator/mariadb-operator/pull/1645) - Bump docker/build-push-action from 6 to 7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1644](https://github.com/mariadb-operator/mariadb-operator/pull/1644) - Bump docker/setup-qemu-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1642](https://github.com/mariadb-operator/mariadb-operator/pull/1642) - Bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1641](https://github.com/mariadb-operator/mariadb-operator/pull/1641) - Bump docker/login-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1646](https://github.com/mariadb-operator/mariadb-operator/pull/1646) - Bump ghcr.io/devcontainers/features/docker-in-docker from 2.16.0 to 2.16.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1640](https://github.com/mariadb-operator/mariadb-operator/pull/1640) - Bump docker/setup-buildx-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1638](https://github.com/mariadb-operator/mariadb-operator/pull/1638) - Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.88.0 to 0.89.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1643](https://github.com/mariadb-operator/mariadb-operator/pull/1643) - Bump golang from 1.25.7-alpine3.23 to 1.26.1-alpine3.23 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1639](https://github.com/mariadb-operator/mariadb-operator/pull/1639) - feat: Latest controller-runtime. Webhook changes, New Events API by [@​Michaelpalacce](https://github.com/Michaelpalacce) in [#​1651](https://github.com/mariadb-operator/mariadb-operator/pull/1651) - Support for ephemeral volumes in `MariaDB` by [@​mmontes11](https://github.com/mmontes11) in [#​1650](https://github.com/mariadb-operator/mariadb-operator/pull/1650) - fix: accept compressed backup files in logical restore by [@​voron](https://github.com/voron) in [#​1655](https://github.com/mariadb-operator/mariadb-operator/pull/1655) - Fix typo: syncrhonous -> synchronous by [@​sjmudd](https://github.com/sjmudd) in [#​1657](https://github.com/mariadb-operator/mariadb-operator/pull/1657) - Release 26.03: `PointInTimeRecovery`, Azure Blob Storage & on-demand `PhysicalBackups` by [@​mmontes11](https://github.com/mmontes11) in [#​1517](https://github.com/mariadb-operator/mariadb-operator/pull/1517) #### New Contributors - [@​softho0n](https://github.com/softho0n) made their first contribution in [#​1575](https://github.com/mariadb-operator/mariadb-operator/pull/1575) - [@​yangminglintw](https://github.com/yangminglintw) made their first contribution in [#​1589](https://github.com/mariadb-operator/mariadb-operator/pull/1589) - [@​dmaes](https://github.com/dmaes) made their first contribution in [#​1614](https://github.com/mariadb-operator/mariadb-operator/pull/1614) - [@​infocusmodereal](https://github.com/infocusmodereal) made their first contribution in [#​1631](https://github.com/mariadb-operator/mariadb-operator/pull/1631) - [@​usiegj00](https://github.com/usiegj00) made their first contribution in [#​1635](https://github.com/mariadb-operator/mariadb-operator/pull/1635) - [@​voron](https://github.com/voron) made their first contribution in [#​1655](https://github.com/mariadb-operator/mariadb-operator/pull/1655) - [@​sjmudd](https://github.com/sjmudd) made their first contribution in [#​1657](https://github.com/mariadb-operator/mariadb-operator/pull/1657) **Full Changelog**: <https://github.com/mariadb-operator/mariadb-operator/compare/25.10.4...26.3.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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4706 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 510f059037 |
chore(deps): update ghcr.io/haveagitgat/tdarr_node docker tag to v2.63.01 (#4737)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr_node](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.62.01` → `2.63.01` | --- ### 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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4737 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 9fce102ad0 |
chore(deps): update ghcr.io/haveagitgat/tdarr docker tag to v2.63.01 (#4736)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.62.01` → `2.63.01` | --- ### 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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4736 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 56f7191743 | chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.12.1 (#4738) | |||
| d4b33afb65 | chore(deps): update ghcr.io/linuxserver/code-server:4.111.0 docker digest to 12c04b4 (#4734) | |||
| cb3c1689a3 |
chore(deps): update gethomepage/homepage to v1.11.0 (#4727)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gethomepage/homepage](https://github.com/gethomepage/homepage) | minor | `v1.10.1` → `v1.11.0` | | [ghcr.io/gethomepage/homepage](https://github.com/gethomepage/homepage) | minor | `v1.10.1` → `v1.11.0` | --- ### Release Notes <details> <summary>gethomepage/homepage (gethomepage/homepage)</summary> ### [`v1.11.0`](https://github.com/gethomepage/homepage/releases/tag/v1.11.0) [Compare Source](https://github.com/gethomepage/homepage/compare/v1.10.1...v1.11.0) ##### What's Changed - Chore(deps): Bump actions/checkout from 4 to 6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6284](https://github.com/gethomepage/homepage/pull/6284) - Chore(deps): Bump actions/setup-node from 4 to 6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6285](https://github.com/gethomepage/homepage/pull/6285) - Feature: add Tracearr widget for displaying active Plex streams by [@​Bothari](https://github.com/Bothari) in [#​6306](https://github.com/gethomepage/homepage/pull/6306) - Improvement: better handle highlighting with units by [@​shamoon](https://github.com/shamoon) in [#​6318](https://github.com/gethomepage/homepage/pull/6318) - Chore: rename Jellyseerr widget to Seerr and update references by [@​shamoon](https://github.com/shamoon) in [#​6322](https://github.com/gethomepage/homepage/pull/6322) - Enhancement: jellyseer completed by [@​shamoon](https://github.com/shamoon) in [#​6329](https://github.com/gethomepage/homepage/pull/6329) - Chore: merge Overseerr into Seerr, add aliases by [@​shamoon](https://github.com/shamoon) in [#​6330](https://github.com/gethomepage/homepage/pull/6330) - Enhancement: add "Temperature" label to list of possible CPU sensors by [@​shamoon](https://github.com/shamoon) in [#​6331](https://github.com/gethomepage/homepage/pull/6331) - Enhancement: cover more basic statuses in containers list by [@​shamoon](https://github.com/shamoon) in [#​6334](https://github.com/gethomepage/homepage/pull/6334) - Feature: sparkyfitness service widget by [@​shamoon](https://github.com/shamoon) in [#​6346](https://github.com/gethomepage/homepage/pull/6346) - Enhancement: fallback for missing si network stats by [@​shamoon](https://github.com/shamoon) in [#​6367](https://github.com/gethomepage/homepage/pull/6367) - Fix: Await async proxy handlers by [@​shamoon](https://github.com/shamoon) in [#​6371](https://github.com/gethomepage/homepage/pull/6371) - Fix: small fixes for Omada proxy by [@​shamoon](https://github.com/shamoon) in [#​6372](https://github.com/gethomepage/homepage/pull/6372) - Chore: add security context, liveness probe and config mount to k8s deployment example by [@​hugosxm](https://github.com/hugosxm) in [#​6375](https://github.com/gethomepage/homepage/pull/6375) - Enhancement: use lighter endpoints for qbittorrent by [@​shamoon](https://github.com/shamoon) in [#​6388](https://github.com/gethomepage/homepage/pull/6388) - Chore(deps-dev): Bump prettier from 3.7.3 to 3.8.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6379](https://github.com/gethomepage/homepage/pull/6379) - Chore(deps-dev): Bump jsdom from 26.1.0 to 28.1.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6378](https://github.com/gethomepage/homepage/pull/6378) - Chore(deps): Bump ical.js from 2.1.0 to 2.2.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6377](https://github.com/gethomepage/homepage/pull/6377) - Chore(deps): Bump docker/login-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6385](https://github.com/gethomepage/homepage/pull/6385) - Chore(deps): Bump next-i18next from 12.1.0 to 15.4.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6376](https://github.com/gethomepage/homepage/pull/6376) - Chore(deps): Bump react and react-dom by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6380](https://github.com/gethomepage/homepage/pull/6380) - Chore(deps): Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6386](https://github.com/gethomepage/homepage/pull/6386) - Chore(deps): Bump docker/metadata-action from 5 to 6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6399](https://github.com/gethomepage/homepage/pull/6399) - Chore(deps): Bump docker/setup-buildx-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6398](https://github.com/gethomepage/homepage/pull/6398) - Chore(deps): Bump docker/build-push-action from 6 to 7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6397](https://github.com/gethomepage/homepage/pull/6397) - Change: use byterate for beszel network field by [@​shamoon](https://github.com/shamoon) in [#​6402](https://github.com/gethomepage/homepage/pull/6402) - Enhancement: better Crowdsec auth parsing, caching, and retries by [@​shamoon](https://github.com/shamoon) in [#​6419](https://github.com/gethomepage/homepage/pull/6419) ##### New Contributors - [@​Bothari](https://github.com/Bothari) made their first contribution in [#​6306](https://github.com/gethomepage/homepage/pull/6306) - [@​hugosxm](https://github.com/hugosxm) made their first contribution in [#​6375](https://github.com/gethomepage/homepage/pull/6375) **Full Changelog**: <https://github.com/gethomepage/homepage/compare/v1.10.1...v1.11.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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4727 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| fee98e7ed8 |
chore(deps): update ollama/ollama to v0.18.0 (#4720)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ollama/ollama](https://github.com/ollama/ollama) | minor | `0.17.7` → `0.18.0` | | ollama/ollama | minor | `0.17.7` → `0.18.0` | --- ### Release Notes <details> <summary>ollama/ollama (ollama/ollama)</summary> ### [`v0.18.0`](https://github.com/ollama/ollama/releases/tag/v0.18.0) [Compare Source](https://github.com/ollama/ollama/compare/v0.17.7...v0.18.0) #### What's Changed - Improved ordering models when running `ollama` - Ollama's cloud models no longer require downloading via `ollama pull`. Setting `:cloud` as a tag will now automatically connect to cloud models. - `ollama launch claude` now supports setting the compaction window for Claude Code #### New Contributors - [@​flipbit03](https://github.com/flipbit03) made their first contribution in [#​14821](https://github.com/ollama/ollama/pull/14821) **Full Changelog**: <https://github.com/ollama/ollama/compare/v0.17.8-rc4...v0.18.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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4720 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 460b5c55d8 |
chore(deps): update helm release mariadb-operator-crds to v26 (#4707)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mariadb-operator-crds](https://github.com/mariadb-operator/mariadb-operator) | major | `25.10.4` → `26.3.0` | --- ### Release Notes <details> <summary>mariadb-operator/mariadb-operator (mariadb-operator-crds)</summary> ### [`v26.3.0`](https://github.com/mariadb-operator/mariadb-operator/releases/tag/26.3.0) [Compare Source](https://github.com/mariadb-operator/mariadb-operator/compare/mariadb-operator-crds-25.10.4...mariadb-operator-crds-26.3.0) **`mariadb-operator` [26.03](https://github.com/mariadb-operator/mariadb-operator/releases/tag/26.3.0) is here!** 🦭 Welcome to another release of `mariadb-operator`! In this version, we have significantly enhanced our disaster recovery capabilities by adding support for **on-demand physical backups**, **Azure Blob Storage** and... (🥁)... **Point-In-Time-Recovery** ✨. Additionally, we've received a bunch of contributions by our amazing community during this release, including bug fixes and new features. We feel very grateful for your efforts and support, thank you! 🙇♂️ Refer to the PRs in the changelog below for further details. If you're upgrading from previous versions, **do not miss the [UPGRADE GUIDE](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/releases/UPGRADE_26.3.0.md)** for a smooth transition. #### Point-In-Time-Recovery Point-in-time recovery (PITR) is a feature that allows you to restore a `MariaDB` instance to a specific point in time. For achieving this, it combines a full base backup and the binary logs that record all changes made to the database after the backup. This is something fully automated by operator, covering archival and restoration up to a specific time, ensuring business continuity and reduced RTO and RPO. In order to configure PITR, you need to create a `PhysicalBackup` object to be used as full base backup. For example, you can configure a nightly backup: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PhysicalBackup metadata: name: physicalbackup-daily spec: mariaDbRef: name: mariadb-repl schedule: cron: "0 0 * * *" suspend: false immediate: true compression: bzip2 maxRetention: 720h storage: s3: bucket: physicalbackups prefix: mariadb endpoint: minio.minio.svc.cluster.local:9000 region: us-east-1 accessKeyIdSecretKeyRef: name: minio key: access-key-id secretAccessKeySecretKeyRef: name: minio key: secret-access-key tls: enabled: true caSecretKeyRef: name: minio-ca key: ca.crt ``` Next step is configuring common aspects of both binary log archiving and point-in-time restoration by defining a `PointInTimeRecovery` object: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PointInTimeRecovery metadata: name: pitr spec: physicalBackupRef: name: physicalbackup-daily storage: s3: bucket: binlogs prefix: mariadb endpoint: minio.minio.svc.cluster.local:9000 region: us-east-1 accessKeyIdSecretKeyRef: name: minio key: access-key-id secretAccessKeySecretKeyRef: name: minio key: secret-access-key tls: enabled: true caSecretKeyRef: name: minio-ca key: ca.crt compression: gzip archiveTimeout: 1h strictMode: false ``` The new `PointInTimeRecovery` CR is just a configuration object that contains shared settings for both binary log archiving and point-in-time recovery. It has also a reference to a `PhysicalBackup` CR, used as full base backup. In order to configure binary log archiving, you need to set a reference to the `PointInTimeRecovery` CR in the `MariaDB` object: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: MariaDB metadata: name: mariadb-repl spec: pointInTimeRecoveryRef: name: pitr ``` This will enable the binary log archival in the sidecar agent, which will eventually report the last recoverable time via the `PointInTimeRecovery` status: ```bash kubectl get pitr NAME PHYSICAL BACKUP LAST RECOVERABLE TIME STRICT MODE AGE pitr physicalbackup-daily 2026-02-27T20:10:42Z false 43h ``` In order to perform a point-in-time restoration, you can create a new `MariaDB` instance with a reference to the `PointInTimeRecovery` object in the `bootstrapFrom` field, along with the `targetRecoveryTime`, which should be before or at the last recoverable time: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: MariaDB metadata: name: mariadb-repl spec: bootstrapFrom: pointInTimeRecoveryRef: name: pitr targetRecoveryTime: 2026-02-27T20:10:42Z ``` The restoration process will match the closest physical backup before or at the `targetRecoveryTime`, and then it will replay the archived binary logs from the backup GTID position up until the `targetRecoveryTime`. Refer to the [PITR docs](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/pitr.md) for additional details. #### Azure Blob Storage So far, we have only supported S3-compatible storage as object storage for keeping the backups. We are now introducing native support for Azure Blob Storage in the `PhysicalBackup` and `PointInTimeRecovery` CRs. You can configure it under the `storage` field, similarly to S3: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PointInTimeRecovery metadata: name: pitr spec: storage: azureBlob: containerName: binlogs serviceURL: https://azurite.default.svc.cluster.local:10000/devstoreaccount1 prefix: mariadb storageAccountName: devstoreaccount1 storageAccountKey: name: azurite-key key: storageAccountKey tls: enabled: true caSecretKeyRef: name: azurite-certs key: cert.pem ``` ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PhysicalBackup metadata: name: physicalbackup-daily spec: storage: azureBlob: containerName: physicalbackup serviceURL: https://azurite.default.svc.cluster.local:10000/devstoreaccount1 prefix: mariadb storageAccountName: devstoreaccount1 storageAccountKey: name: azurite-key key: storageAccountKey tls: enabled: true caSecretKeyRef: name: azurite-certs key: cert.pem ``` Refer to the [physical backup storage](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/physical_backup.md#azure-blob-storage-credentials) docs for additional details. It is important to note that we couldn't find the bandwidth to support it for `Backup` resource (logical backup) in this release, [contributions are welcomed](https://github.com/mariadb-operator/mariadb-operator/issues/1653)! Kudos to our co-maintainer [@​Michaelpalacce](https://github.com/Michaelpalacce) for smoothly driving this feature end-to-end! #### On-demand `PhysicalBackup` We have introduced the ability to trigger on-demand physical backup manually. For doing so, you need to provide an identifier in the `schedule.onDemand` field of the `PhysicalBackup` resource: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: PhysicalBackup metadata: name: physicalbackup spec: schedule: onDemand: "1" ``` Once scheduled, the operator tracks the identifier under the status subresource. If the identifier in the status differs from `schedule.onDemand`, the operator will trigger a new physical backup. Refer to the [physical backup scheduling](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/physical_backup.md#scheduling) docs for additional details. ##### Behaviour change in `targetRecoveryTime` To satisfy requirements of point-in-time recovery, we have unified the behaviour of the `bootstrapFrom.targetRecoveryTime` field in the `MariaDB` object: Logical and physical backup files whose timestamp is closest to `targetRecoveryTime`, **but not after**, will be matched. Please take this into account when upgrading to this version. ##### Change in Helm `values.yaml` `config` has been split into `repository` and `tag` to facilitate overriding the image registry (see [#​1632](https://github.com/mariadb-operator/mariadb-operator/pull/1632)). Please update your `values.yaml` from: ```yaml config: mariadbImageName: docker-registry1.mariadb.com/library/mariadb maxscaleImage: docker-registry2.mariadb.com/mariadb/maxscale:23.08.5 exporterImage: prom/mysqld-exporter:v0.15.1 exporterMaxscaleImage: docker-registry2.mariadb.com/mariadb/maxscale-prometheus-exporter-ubi:v0.0.1 ``` to the following format: ```yaml config: mariadbImage: repository: docker-registry1.mariadb.com/library/mariadb tag: 11.8.5 maxscaleImage: repository: docker-registry2.mariadb.com/mariadb/maxscale tag: 23.08.5 exporterImage: repository: prom/mysqld-exporter tag: v0.15.1 exporterMaxscaleImage: repository: docker-registry2.mariadb.com/mariadb/maxscale-prometheus-exporter-ubi tag: v0.0.1 ``` ##### Updated dependencies | Platform/Component | Version | | ------------------ | ------- | | Kubernetes | 1.35 | | Go | 1.26.1 | | controller-runtime | 0.23.3 | #### Updated roadmap The next feature to be supported is the new multi-cluster topology. Stay tuned! - [x] ~~[Point In Time Recovery (PITR)](https://github.com/mariadb-operator/mariadb-operator/issues/507)~~ - [ ] [Multi-cluster topology](https://github.com/mariadb-operator/mariadb-operator/issues/1543) *** #### Community Contributions of any kind are always welcome: adding yourself to the [list of adopters](https://github.com/mariadb-operator/mariadb-operator/blob/main/ADOPTERS.md), reporting issues, submitting pull requests, or simply starring the project! 🌟 #### Enterprise For enterprise users, see the **[MariaDB Enterprise Operator](https://mariadb.com/products/enterprise/kubernetes-operator/)**, a commercially supported Kubernetes operator from MariaDB with additional enterprise-grade features. #### What's Changed - feat: Use primary Service by default for HA mariaDB connections by [@​softho0n](https://github.com/softho0n) in [#​1575](https://github.com/mariadb-operator/mariadb-operator/pull/1575) - feat: add loadBalancerClass field to ServiceTemplate by [@​yangminglintw](https://github.com/yangminglintw) in [#​1589](https://github.com/mariadb-operator/mariadb-operator/pull/1589) - fix: use standard compression extensions and add magic bytes validation by [@​yangminglintw](https://github.com/yangminglintw) in [#​1588](https://github.com/mariadb-operator/mariadb-operator/pull/1588) - Make volumes and volumeMounts mutable by [@​hedgieinsocks](https://github.com/hedgieinsocks) in [#​1601](https://github.com/mariadb-operator/mariadb-operator/pull/1601) - chore: Bump to latest go by [@​Michaelpalacce](https://github.com/Michaelpalacce) in [#​1630](https://github.com/mariadb-operator/mariadb-operator/pull/1630) - make imagePullSecrets mutable by [@​dmaes](https://github.com/dmaes) in [#​1614](https://github.com/mariadb-operator/mariadb-operator/pull/1614) - split config images in repository and tag by [@​dmaes](https://github.com/dmaes) in [#​1632](https://github.com/mariadb-operator/mariadb-operator/pull/1632) - Galera recovery: disable bootstrap on other pods before bootstrapping by [@​infocusmodereal](https://github.com/infocusmodereal) in [#​1631](https://github.com/mariadb-operator/mariadb-operator/pull/1631) - Bump github.com/minio/minio-go/v7 from 7.0.97 to 7.0.98 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1585](https://github.com/mariadb-operator/mariadb-operator/pull/1585) - Bump ghcr.io/devcontainers/features/docker-in-docker from 2.13.0 to 2.16.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1624](https://github.com/mariadb-operator/mariadb-operator/pull/1624) - Bump ghcr.io/devcontainers/features/kubectl-helm-minikube from 1.2.2 to 1.3.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1623](https://github.com/mariadb-operator/mariadb-operator/pull/1623) - Bump goreleaser/goreleaser-action from 6 to 7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1620](https://github.com/mariadb-operator/mariadb-operator/pull/1620) - Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1581](https://github.com/mariadb-operator/mariadb-operator/pull/1581) - Bump crate-ci/typos from 1.41.0 to 1.44.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1625](https://github.com/mariadb-operator/mariadb-operator/pull/1625) - Bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1586](https://github.com/mariadb-operator/mariadb-operator/pull/1586) - Bump github.com/cert-manager/cert-manager from 1.18.2 to 1.19.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1580](https://github.com/mariadb-operator/mariadb-operator/pull/1580) - Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.87.1 to 0.88.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1579](https://github.com/mariadb-operator/mariadb-operator/pull/1579) - Disable service links in MariaDB and MaxScale pod specs by [@​usiegj00](https://github.com/usiegj00) in [#​1635](https://github.com/mariadb-operator/mariadb-operator/pull/1635) - Fix finalizer for ExternalMariDB by [@​snaax](https://github.com/snaax) in [#​1606](https://github.com/mariadb-operator/mariadb-operator/pull/1606) - test: Added int tests for sql resources with external mariadb deletion by [@​Michaelpalacce](https://github.com/Michaelpalacce) in [#​1649](https://github.com/mariadb-operator/mariadb-operator/pull/1649) - Bump github.com/minio/minio-go/v7 from 7.0.98 to 7.0.99 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1648](https://github.com/mariadb-operator/mariadb-operator/pull/1648) - Bump golang.org/x/sync from 0.19.0 to 0.20.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1645](https://github.com/mariadb-operator/mariadb-operator/pull/1645) - Bump docker/build-push-action from 6 to 7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1644](https://github.com/mariadb-operator/mariadb-operator/pull/1644) - Bump docker/setup-qemu-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1642](https://github.com/mariadb-operator/mariadb-operator/pull/1642) - Bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1641](https://github.com/mariadb-operator/mariadb-operator/pull/1641) - Bump docker/login-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1646](https://github.com/mariadb-operator/mariadb-operator/pull/1646) - Bump ghcr.io/devcontainers/features/docker-in-docker from 2.16.0 to 2.16.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1640](https://github.com/mariadb-operator/mariadb-operator/pull/1640) - Bump docker/setup-buildx-action from 3 to 4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1638](https://github.com/mariadb-operator/mariadb-operator/pull/1638) - Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.88.0 to 0.89.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1643](https://github.com/mariadb-operator/mariadb-operator/pull/1643) - Bump golang from 1.25.7-alpine3.23 to 1.26.1-alpine3.23 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1639](https://github.com/mariadb-operator/mariadb-operator/pull/1639) - feat: Latest controller-runtime. Webhook changes, New Events API by [@​Michaelpalacce](https://github.com/Michaelpalacce) in [#​1651](https://github.com/mariadb-operator/mariadb-operator/pull/1651) - Support for ephemeral volumes in `MariaDB` by [@​mmontes11](https://github.com/mmontes11) in [#​1650](https://github.com/mariadb-operator/mariadb-operator/pull/1650) - fix: accept compressed backup files in logical restore by [@​voron](https://github.com/voron) in [#​1655](https://github.com/mariadb-operator/mariadb-operator/pull/1655) - Fix typo: syncrhonous -> synchronous by [@​sjmudd](https://github.com/sjmudd) in [#​1657](https://github.com/mariadb-operator/mariadb-operator/pull/1657) - Release 26.03: `PointInTimeRecovery`, Azure Blob Storage & on-demand `PhysicalBackups` by [@​mmontes11](https://github.com/mmontes11) in [#​1517](https://github.com/mariadb-operator/mariadb-operator/pull/1517) #### New Contributors - [@​softho0n](https://github.com/softho0n) made their first contribution in [#​1575](https://github.com/mariadb-operator/mariadb-operator/pull/1575) - [@​yangminglintw](https://github.com/yangminglintw) made their first contribution in [#​1589](https://github.com/mariadb-operator/mariadb-operator/pull/1589) - [@​dmaes](https://github.com/dmaes) made their first contribution in [#​1614](https://github.com/mariadb-operator/mariadb-operator/pull/1614) - [@​infocusmodereal](https://github.com/infocusmodereal) made their first contribution in [#​1631](https://github.com/mariadb-operator/mariadb-operator/pull/1631) - [@​usiegj00](https://github.com/usiegj00) made their first contribution in [#​1635](https://github.com/mariadb-operator/mariadb-operator/pull/1635) - [@​voron](https://github.com/voron) made their first contribution in [#​1655](https://github.com/mariadb-operator/mariadb-operator/pull/1655) - [@​sjmudd](https://github.com/sjmudd) made their first contribution in [#​1657](https://github.com/mariadb-operator/mariadb-operator/pull/1657) **Full Changelog**: <https://github.com/mariadb-operator/mariadb-operator/compare/25.10.4...26.3.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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4707 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 35a38636f8 |
chore(deps): update dependency clidey/whodb to v0.99.0 (#4708)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.98.0` → `0.99.0` | --- ### Release Notes <details> <summary>clidey/whodb (clidey/whodb)</summary> ### [`v0.99.0`](https://github.com/clidey/whodb/releases/tag/0.99.0) [Compare Source](https://github.com/clidey/whodb/compare/0.98.0...0.99.0) - Migrate OpenAI to the Responses API with a probe check to fallback to the Completions if it's not supported. This applies to OpenAI-compatible providers as well. - Reduce the amount of SQL queries made on initial load. - Query table information on-demand. - Ideally fix the Apple DMG build. - Add a small notification on the bottom left whenever a new update is available - this shows up only in the Docker and executable versions. Store versions automatically get updated. - Add a small message in the CLI for when there is an update. - MySQL and Postgres now respect user's permissions/grants and show only the databases they have access to. - Backend updates and small optimisations. #### Installation ##### Mac App Store [Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash docker pull clidey/whodb:0.99.0 docker pull clidey/whodb:latest ``` ##### Direct Downloads See assets below for platform-specific packages (DMG, MSIX, etc.). #### Documentation - [Documentation](https://docs.whodb.com) - [Report Issues](https://github.com/clidey/whodb/issues) #### Upgrade Notes To upgrade from a previous version: - **Docker**: Pull the latest image and restart your container - **Snap**: Run `sudo snap refresh whodb` - **Desktop Apps**: Download and install the new version *** **Full Changelog**: <https://github.com/clidey/whodb/compare/0.98.0...0.99.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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4708 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 70c6f22182 |
chore(deps): update advplyr/audiobookshelf to v2.33.0 (#4688)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [advplyr/audiobookshelf](https://github.com/advplyr/audiobookshelf) | minor | `2.32.1` → `2.33.0` | | [ghcr.io/advplyr/audiobookshelf](https://github.com/advplyr/audiobookshelf) | minor | `2.32.1` → `2.33.0` | --- ### Release Notes <details> <summary>advplyr/audiobookshelf (advplyr/audiobookshelf)</summary> ### [`v2.33.0`](https://github.com/advplyr/audiobookshelf/releases/tag/v2.33.0) [Compare Source](https://github.com/advplyr/audiobookshelf/compare/v2.32.1...v2.33.0) ##### Important: New authentication system was added in [v2.26.0](https://github.com/advplyr/audiobookshelf/releases/tag/v2.26.0). See <https://github.com/advplyr/audiobookshelf/discussions/4460> for details. ##### Added - Slovak language option by [@​belpe](https://github.com/belpe) in [#​5077](https://github.com/advplyr/audiobookshelf/issues/5077) - Belarusian language option by [@​pavel-miniutka](https://github.com/pavel-miniutka) in [#​5071](https://github.com/advplyr/audiobookshelf/issues/5071) - Database indexes for discover query performance by [@​kevingatera](https://github.com/kevingatera) in [#​5073](https://github.com/advplyr/audiobookshelf/issues/5073) ##### Fixed - IDOR vulnerabilities in listening sessions, media progress, and bookmark endpoints [#​5062](https://github.com/advplyr/audiobookshelf/issues/5062) by [@​mandreko](https://github.com/mandreko) in [#​5063](https://github.com/advplyr/audiobookshelf/issues/5063) - Server crash filtering by decade with collapsed series - Server crash on `/me/progress/:libraryItemId/:episodeId?` when episodeId is not passed in for a podcast library item [#​5058](https://github.com/advplyr/audiobookshelf/issues/5058) - Updating author name merging with same name authors in a different library [#​4628](https://github.com/advplyr/audiobookshelf/issues/4628) - Home page check current user from socket event when updating hide from continue listening - UI/UX: Match tab "click to use current value" incorrect title attribute - UI/UX: Aria-label for jump backward button by [@​KiwiHour](https://github.com/KiwiHour) in [#​4973](https://github.com/advplyr/audiobookshelf/issues/4973) ##### Changed - Improved personalized shelves performance by parallelizing shelf queries and reducing search payload size by [@​kevingatera](https://github.com/kevingatera) in [#​5073](https://github.com/advplyr/audiobookshelf/issues/5073) - Improved API cache invalidation for high-churn models (sessions, media progress) by [@​kevingatera](https://github.com/kevingatera) in [#​5073](https://github.com/advplyr/audiobookshelf/issues/5073) - Improved subtitle parsing to account for bare colon in title by [@​kctdfh](https://github.com/kctdfh) in [#​5036](https://github.com/advplyr/audiobookshelf/issues/5036) - Sanitize session DeviceInfo `clientDeviceInfo` fields - Sanitize server settings `authLoginCustomMessage` on save and load - Fix OpenAPI spec description by [@​openam](https://github.com/openam) in [#​5042](https://github.com/advplyr/audiobookshelf/issues/5042) - UI/UX: Display localized/styled text for selected filter by [@​sir-wilhelm](https://github.com/sir-wilhelm) in [#​4952](https://github.com/advplyr/audiobookshelf/issues/4952) - More strings translated - Belarusian by [@​pavel-miniutka](https://github.com/pavel-miniutka) - Catalan by [@​enboig](https://github.com/enboig) - Chinese (Simplified Han script) by [@​FiendFEARing](https://github.com/FiendFEARing) - Czech by [@​Plazec](https://github.com/Plazec) - Danish by [@​xxzp3](https://github.com/xxzp3) - French by [@​dapitch666](https://github.com/dapitch666) - German by [@​ShaikaJar](https://github.com/ShaikaJar) [@​Maxklos](https://github.com/Maxklos) [@​B0rax](https://github.com/B0rax) - Greek by [@​lambolighting](https://github.com/lambolighting) - Hebrew by [@​enosh](https://github.com/enosh) - Hungarian by [@​Kabika82](https://github.com/Kabika82) [@​ugyes](https://github.com/ugyes) - Japanese by [@​litoma](https://github.com/litoma) - Lithuanian by [@​mantas3](https://github.com/mantas3) - Norwegian Bokmål by [@​Torstein-Eide](https://github.com/Torstein-Eide) [@​soteland](https://github.com/soteland) - Polish by [@​Jarsey45](https://github.com/Jarsey45) - Portuguese (Brazil) by [@​lribeiro](https://github.com/lribeiro) - Romanian by [@​hac3ru](https://github.com/hac3ru) - Slovak by [@​goozi12345](https://github.com/goozi12345) [@​pecer](https://github.com/pecer) - Slovenian by [@​thehijacker](https://github.com/thehijacker) - Swedish by [@​Cotignac](https://github.com/Cotignac) [@​karlbe](https://github.com/karlbe) ##### New Contributors - [@​KiwiHour](https://github.com/KiwiHour) made their first contribution in [#​4973](https://github.com/advplyr/audiobookshelf/pull/4973) - [@​openam](https://github.com/openam) made their first contribution in [#​5042](https://github.com/advplyr/audiobookshelf/pull/5042) - [@​belpe](https://github.com/belpe) made their first contribution in [#​5077](https://github.com/advplyr/audiobookshelf/pull/5077) - [@​pavel-miniutka](https://github.com/pavel-miniutka) made their first contribution in [#​5071](https://github.com/advplyr/audiobookshelf/pull/5071) - [@​kctdfh](https://github.com/kctdfh) made their first contribution in [#​5036](https://github.com/advplyr/audiobookshelf/pull/5036) - [@​mandreko](https://github.com/mandreko) made their first contribution in [#​5063](https://github.com/advplyr/audiobookshelf/pull/5063) - [@​kevingatera](https://github.com/kevingatera) made their first contribution in [#​5073](https://github.com/advplyr/audiobookshelf/pull/5073) **Full Changelog**: <https://github.com/advplyr/audiobookshelf/compare/v2.32.1...v2.33.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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4688 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| c2341618be | chore(deps): update helm release grafana-operator to v5.22.1 (#4732) | |||
| 48d8d45d32 | chore(deps): update dependency grafana/grafana-operator to v5.22.1 (#4731) | |||
| 4a1b87c88d |
chore(deps): update g33kphr33k/musicgrabber docker tag to v2.4.3 (#4683)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | g33kphr33k/musicgrabber | minor | `2.3.5` → `2.4.3` | --- ### 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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4683 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 299824856e |
chore(deps): update rmcrackan/libation to v13.3.0 (#4677)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rmcrackan/Libation](https://github.com/rmcrackan/Libation) | minor | `13.2.1` → `13.3.0` | | [rmcrackan/libation](https://github.com/rmcrackan/Libation) | minor | `13.2.1` → `13.3.0` | --- ### Release Notes <details> <summary>rmcrackan/Libation (rmcrackan/Libation)</summary> ### [`v13.3.0`](https://github.com/rmcrackan/Libation/releases/tag/v13.3.0): Libation 13.3 [Compare Source](https://github.com/rmcrackan/Libation/compare/v13.2.1...v13.3.0) <!-- BEGIN NO-APP --> > <a href="https://getlibation.com"><img src=".github/download-icon.svg" width="20" height="20" alt="" /></a> **[Which version should I download?](https://getlibation.com)** — get a recommended download for your system on our site. <!-- END NO-APP --> - Bug fix [#​1664](https://github.com/rmcrackan/Libation/issues/1664) -- WebView breaks catastrophically under Linux Snap -- segfault with no logged errors - Bug fix [#​1625](https://github.com/rmcrackan/Libation/issues/1625) -- fix macOS key bindings - Bug fix [#​1673](https://github.com/rmcrackan/Libation/issues/1673) -- Fix naming template links - Bug fix [#​1672](https://github.com/rmcrackan/Libation/issues/1672) -- disallow WebView for linux snap - Bug fix [#​1668](https://github.com/rmcrackan/Libation/issues/1668) -- accessibility bugs - Cleaner display of upgrade notes Thanks to [@​cvigano](https://github.com/cvigano) , [@​rasmussehlin](https://github.com/rasmussehlin) <!-- BEGIN NO-APP --> [Libation](https://github.com/rmcrackan/Libation) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us), who am I to argue? <!-- END NO-APP --> </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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4677 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| d13eab410d |
chore(deps): update ghcr.io/linuxserver/code-server docker tag to v4.111.0 (#4655)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/code-server](https://github.com/linuxserver/docker-code-server/packages) ([source](https://github.com/linuxserver/docker-code-server)) | minor | `4.110.0` → `4.111.0` | --- ### 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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4655 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 3f22ffaf20 |
chore(deps): update helm release loki to v6.55.0 (#4622)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [loki](https://grafana.github.io/helm-charts) ([source](https://github.com/grafana/helm-charts)) | minor | `6.53.0` → `6.55.0` | --- ### 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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=--> Reviewed-on: #4622 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 2c45d442a0 | fix: apply workaround for missing flag | |||
| 3f28fc34f1 | chore(deps): update helm release headlamp to v0.40.1 (#4725) | |||
| b5411738b0 | chore(deps): update gitea/gitea docker tag to v1.25.5 (#4723) | |||
| 2b817f6fcb | chore(deps): update dependency go-gitea/gitea to v1.25.5 (#4719) | |||
| cbd4923e71 |
chore(deps): update php docker tag to v8.5.4 (#4717)
All checks were successful
|
|||
| a7ae2c9ad0 | chore(deps): update freikin/dawarich docker tag to v1.3.3 (#4714) | |||
| fa7575d411 | chore(deps): update dependency freika/dawarich to v1.3.3 (#4713) | |||
| 1cf76fcf30 |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.12.0 (#4711)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `3.11.0` → `3.12.0` |
---
### Release Notes
<details>
<summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary>
### [`v3.12.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/releases/tag/3.12.0)
[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.11.0...3.12.0)
##### Features
- enable prerender pending resoltuion of server island fix ([7b8fb38](
|
|||
| 9278764dbc |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.11.0 (#4709)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `3.10.0` → `3.11.0` | --- ### Release Notes <details> <summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary> ### [`v3.11.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/releases/tag/3.11.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.10.0...3.11.0) ##### Features - adjustment to spacing ([629403f]( |
|||
| 0be6ad1431 |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.10.0 (#4702)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `3.9.0` → `3.10.0` | --- ### Release Notes <details> <summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary> ### [`v3.10.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/releases/tag/3.10.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.9.0...3.10.0) ##### Bug Fixes - function needing paranthensis ([54c82a7]( |
|||
| ebc47e9e3b | chore(deps): update searxng/searxng:latest docker digest to 174f6a8 (#4700) | |||
| f3d0665e21 | chore(deps): update searxng/searxng:latest docker digest to 563b0a0 (#4698) | |||
| 95a176105b | chore(deps): update searxng/searxng:latest docker digest to fce67c4 (#4696) | |||
| 2694919396 | feat: remove volsync, rely on backrest | |||
| c443d5726f | fix: pvc target | |||
| dea7df4e32 |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.9.0 (#4692)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `3.8.0` → `3.9.0` |
---
### Release Notes
<details>
<summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary>
### [`v3.9.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/releases/tag/3.9.0)
[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.8.0...3.9.0)
##### Features
- copy package.json ([0bef13c](
|