eb44b3a2a7b9916a778d5c891b370967a5b5c338
10553 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
eb44b3a2a7
|
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.2603.0 | |||
| a9c708726c |
chore(deps): update directus/directus to v11.17.0 (#5109)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [directus/directus](https://github.com/directus/directus) | minor | `11.16.1` → `11.17.0` | --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.17.0`](https://github.com/directus/directus/releases/tag/v11.17.0) [Compare Source](https://github.com/directus/directus/compare/v11.16.1...v11.17.0) ##### ⚠️ Potential Breaking Changes **Added support for importing data in the background ([#​26914](https://github.com/directus/directus/pull/26914))** Imports now automatically time out after 1 hour, with a maximum of 20 running concurrently. These limits can be configured via `IMPORT_TIMEOUT` and `IMPORT_MAX_CONCURRENCY`, respectively. **Improved build times using `tsdown`’s `oxc-transform` ([#​26604](https://github.com/directus/directus/pull/26604))** Exports previously available from `@directus/types/collab` are now exported directly from `@directus/types` **Shrunk app UI to 90% and converted all px to rem (16px browser default) ([#​26826](https://github.com/directus/directus/pull/26826))** Potential breaking change: The app UI has been shrunk to 90% of its previous size. Extensions that rely on hardcoded px values or the old 14px root font-size may render incorrectly — all app sizing now uses rem based on the 16px browser default. - **[@​directus/api](https://github.com/directus/api)** - Added support for importing data in the background ([#​26914](https://github.com/directus/directus/pull/26914) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/types](https://github.com/directus/types)** - Improved build times using `tsdown`’s `oxc-transform` ([#​26604](https://github.com/directus/directus/pull/26604) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/specs](https://github.com/directus/specs)** - Updated fast-xml-parser, qs, minimatch, tar, undici, vue-split-panel and flatted dependencies ([#​26951](https://github.com/directus/directus/pull/26951) by [@​br41nslug](https://github.com/br41nslug)) ##### ✨ New Features & Improvements - **[@​directus/app](https://github.com/directus/app)** - Added support for importing data in the background ([#​26914](https://github.com/directus/directus/pull/26914) by [@​Nitwel](https://github.com/Nitwel)) - Added utility endpoint and UI to generate translations collections and fields. ([#​26742](https://github.com/directus/directus/pull/26742) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added deployment provider link on the run detail page, opening deployments directly in Vercel or Netlify dashboards. ([#​26888](https://github.com/directus/directus/pull/26888) by [@​LZylstra](https://github.com/LZylstra)) - Shrunk app UI to 90% and converted all px to rem (16px browser default) ([#​26826](https://github.com/directus/directus/pull/26826) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/api](https://github.com/directus/api)** - Added tool search tool for Anthropic AI provider to reduce context usage ([#​26864](https://github.com/directus/directus/pull/26864) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added support for setting the `secure` attribute on OpenID/OAuth2 cookies via the `AUTH_<PROVIDER>_COOKIE_SECURE` environment variable ([#​26628](https://github.com/directus/directus/pull/26628) by [@​dstockton](https://github.com/dstockton)) - Updated `FilesService.uploadOne` to support an optional `storage` parameter ([#​26882](https://github.com/directus/directus/pull/26882) by [@​gaetansenn](https://github.com/gaetansenn)) - Added AI SDK Devtools middleware support for debugging AI Assistant in development only. Added AI telemetry provider ([#​26678](https://github.com/directus/directus/pull/26678) by [@​bryantgillespie](https://github.com/bryantgillespie)) config for Braintrust and Langfuse, enabling sending traces for observability, usage, and token costs. - Added utility endpoint and UI to generate translations collections and fields. ([#​26742](https://github.com/directus/directus/pull/26742) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added support for Redis namespace control ([#​26943](https://github.com/directus/directus/pull/26943) by [@​dstockton](https://github.com/dstockton)) - **[@​directus/errors](https://github.com/directus/errors)** - Added support for importing data in the background ([#​26914](https://github.com/directus/directus/pull/26914) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/env](https://github.com/directus/env)** - Added support for importing data in the background ([#​26914](https://github.com/directus/directus/pull/26914) by [@​Nitwel](https://github.com/Nitwel)) - Added support for Redis namespace control ([#​26943](https://github.com/directus/directus/pull/26943) by [@​dstockton](https://github.com/dstockton)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Added utility endpoint and UI to generate translations collections and fields. ([#​26742](https://github.com/directus/directus/pull/26742) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/constants](https://github.com/directus/constants)** - Added utility endpoint and UI to generate translations collections and fields. ([#​26742](https://github.com/directus/directus/pull/26742) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk)** - Shrunk app UI to 90% and converted all px to rem (16px browser default) ([#​26826](https://github.com/directus/directus/pull/26826) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/themes](https://github.com/directus/themes)** - Shrunk app UI to 90% and converted all px to rem (16px browser default) ([#​26826](https://github.com/directus/directus/pull/26826) by [@​formfcw](https://github.com/formfcw)) ##### 🐛 Bug Fixes & Optimizations - **[@​directus/app](https://github.com/directus/app)** - Fix file renaming ([#​26946](https://github.com/directus/directus/pull/26946) by [@​br41nslug](https://github.com/br41nslug)) - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed filtering out `preRegisterCheck === false` modules from settings module bar config ([#​26953](https://github.com/directus/directus/pull/26953) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Prevented uncaught exception when v-menu has no tabbable elements ([#​26922](https://github.com/directus/directus/pull/26922) by [@​robluton](https://github.com/robluton)) - Fixed a bug where global draft updates failed for singleton collections ([#​26910](https://github.com/directus/directus/pull/26910) by [@​formfcw](https://github.com/formfcw)) - Refactored "Clear value(s) on save when hidden" condition so it's applied inside a drawer ([#​26925](https://github.com/directus/directus/pull/26925) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Added functionality to duplicate access policies ([#​26889](https://github.com/directus/directus/pull/26889) by [@​robluton](https://github.com/robluton)) - Reduced width of split panel resize handle to prevent scrollbar interference ([#​26908](https://github.com/directus/directus/pull/26908) by [@​robluton](https://github.com/robluton)) - Updated Vite to version 8.0.0 ([#​26887](https://github.com/directus/directus/pull/26887) by [@​Nitwel](https://github.com/Nitwel)) - Corrected field editability for conditional update policies and version items ([#​26815](https://github.com/directus/directus/pull/26815) by [@​HZooly](https://github.com/HZooly)) - Fixed date picker not emitting value after month/year change. ([#​26880](https://github.com/directus/directus/pull/26880) by [@​powerseed](https://github.com/powerseed)) - Fixed inconsistent dropdown arrows in visual editor header bar ([#​26904](https://github.com/directus/directus/pull/26904) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/api](https://github.com/directus/api)** - Added API request counting to telemetry reports. Requests are tracked by HTTP method and cache status. ([#​26738](https://github.com/directus/directus/pull/26738) by [@​connorwinston](https://github.com/connorwinston)) - Fix file renaming ([#​26946](https://github.com/directus/directus/pull/26946) by [@​br41nslug](https://github.com/br41nslug)) - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed errors during import not propagated while the file is streaming ([#​26881](https://github.com/directus/directus/pull/26881) by [@​Nitwel](https://github.com/Nitwel)) - Added `cache clear` CLI command with `--system` and `--data` flags ([#​26898](https://github.com/directus/directus/pull/26898) by [@​gaetansenn](https://github.com/gaetansenn)) - Improved build times using `tsdown`’s `oxc-transform` ([#​26604](https://github.com/directus/directus/pull/26604) by [@​Nitwel](https://github.com/Nitwel)) - Preserved M2A type info when using named GraphQL fragments ([#​26920](https://github.com/directus/directus/pull/26920) by [@​gaetansenn](https://github.com/gaetansenn)) - Added GraphQL resolver deduplication ([#​26949](https://github.com/directus/directus/pull/26949) by [@​br41nslug](https://github.com/br41nslug)) - Fixed aggregation sanitization ([#​26948](https://github.com/directus/directus/pull/26948) by [@​br41nslug](https://github.com/br41nslug)) - Added cross origin opener policy settings ([#​26947](https://github.com/directus/directus/pull/26947) by [@​br41nslug](https://github.com/br41nslug)) - Fixed revisions not using prepareDelta ([#​26867](https://github.com/directus/directus/pull/26867) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/types](https://github.com/directus/types)** - Fix file renaming ([#​26946](https://github.com/directus/directus/pull/26946) by [@​br41nslug](https://github.com/br41nslug)) - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Updated `FilesService.uploadOne` to support an optional `storage` parameter ([#​26882](https://github.com/directus/directus/pull/26882) by [@​gaetansenn](https://github.com/gaetansenn)) - Added GraphQL resolver deduplication ([#​26949](https://github.com/directus/directus/pull/26949) by [@​br41nslug](https://github.com/br41nslug)) - Fixed revisions not using prepareDelta ([#​26867](https://github.com/directus/directus/pull/26867) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/env](https://github.com/directus/env)** - Fix file renaming ([#​26946](https://github.com/directus/directus/pull/26946) by [@​br41nslug](https://github.com/br41nslug)) - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Added support for setting the `secure` attribute on OpenID/OAuth2 cookies via the `AUTH_<PROVIDER>_COOKIE_SECURE` environment variable ([#​26628](https://github.com/directus/directus/pull/26628) by [@​dstockton](https://github.com/dstockton)) - Added AI SDK Devtools middleware support for debugging AI Assistant in development only. Added AI telemetry provider ([#​26678](https://github.com/directus/directus/pull/26678) by [@​bryantgillespie](https://github.com/bryantgillespie)) config for Braintrust and Langfuse, enabling sending traces for observability, usage, and token costs. - Added cross origin opener policy settings ([#​26947](https://github.com/directus/directus/pull/26947) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/ai](https://github.com/directus/ai)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/composables](https://github.com/directus/composables)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/constants](https://github.com/directus/constants)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/errors](https://github.com/directus/errors)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/extensions](https://github.com/directus/extensions)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/extensions-registry](https://github.com/directus/extensions-registry)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Updated Vite to version 8.0.0 ([#​26887](https://github.com/directus/directus/pull/26887) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/format-title](https://github.com/directus/format-title)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/memory](https://github.com/directus/memory)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/pressure](https://github.com/directus/pressure)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/release-notes-generator](https://github.com/directus/release-notes-generator)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed generated build ([#​26959](https://github.com/directus/directus/pull/26959) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/schema](https://github.com/directus/schema)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/schema-builder](https://github.com/directus/schema-builder)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage](https://github.com/directus/storage)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-azure](https://github.com/directus/storage-driver-azure)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-local](https://github.com/directus/storage-driver-local)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-s3](https://github.com/directus/storage-driver-s3)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/stores](https://github.com/directus/stores)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/themes](https://github.com/directus/themes)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/update-check](https://github.com/directus/update-check)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/utils](https://github.com/directus/utils)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Preserved M2A type info when using named GraphQL fragments ([#​26920](https://github.com/directus/directus/pull/26920) by [@​gaetansenn](https://github.com/gaetansenn)) - Fixed revisions not using prepareDelta ([#​26867](https://github.com/directus/directus/pull/26867) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/validation](https://github.com/directus/validation)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Improved build times using `tsdown`’s `oxc-transform` ([#​26604](https://github.com/directus/directus/pull/26604) by [@​Nitwel](https://github.com/Nitwel)) - Fixed function typing in sdk for `date` and `time` fields. ([#​26936](https://github.com/directus/directus/pull/26936) by [@​costajohnt](https://github.com/costajohnt)) ##### 📦 Published Versions - `@directus/app@15.6.0` - `@directus/api@35.0.0` - `@directus/ai@1.3.1` - `@directus/composables@11.2.16` - `@directus/constants@14.3.0` - `create-directus-extension@11.0.32` - `@directus/env@5.7.0` - `@directus/errors@2.3.0` - `@directus/extensions@3.0.22` - `@directus/extensions-registry@3.0.22` - `@directus/extensions-sdk@17.1.0` - `@directus/format-title@12.1.2` - `@directus/memory@3.1.5` - `@directus/pressure@3.0.20` - `@directus/release-notes-generator@2.0.4` - `@directus/schema@13.0.6` - `@directus/schema-builder@0.0.17` - `@directus/specs@13.0.0` - `@directus/storage@12.0.4` - `@directus/storage-driver-azure@12.0.20` - `@directus/storage-driver-cloudinary@12.0.20` - `@directus/storage-driver-gcs@12.0.20` - `@directus/storage-driver-local@12.0.4` - `@directus/storage-driver-s3@​12.1.6` - `@directus/storage-driver-supabase@3.0.20` - `@directus/stores@2.0.1` - `@directus/system-data@4.4.0` - `@directus/themes@1.3.0` - `@directus/types@15.0.0` - `@directus/update-check@13.0.5` - `@directus/utils@13.3.2` - `@directus/validation@2.0.20` - `@directus/sdk@21.2.1` </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:eyJjcmVhdGVkSW5WZXIiOiI0My44OS4zIiwidXBkYXRlZEluVmVyIjoiNDMuODkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZ2l0aHViLXJlbGVhc2VzIiwiaW1hZ2UiXX0=--> Reviewed-on: #5109 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| d94946a286 |
chore(deps): update dependency grafana/loki to v3.7.0 (#5159)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grafana/loki](https://github.com/grafana/loki) | minor | `3.6.7` → `3.7.0` | --- ### Release Notes <details> <summary>grafana/loki (grafana/loki)</summary> ### [`v3.7.0`](https://github.com/grafana/loki/releases/tag/v3.7.0) [Compare Source](https://github.com/grafana/loki/compare/v3.6.8...v3.7.0) ##### ⚠ BREAKING CHANGES - **engine:** Make scheduler aware of total compute capacity ([#​19876](https://github.com/grafana/loki/issues/19876)) - parsed labels should not override structured metadata ([#​19991](https://github.com/grafana/loki/issues/19991)) - **engine:** Share worker threads across all scheduler connections ([#​20229](https://github.com/grafana/loki/issues/20229)) ##### Features - ability to send query context for limit enforcement ([#​19900](https://github.com/grafana/loki/issues/19900)) ([1a66d2d]( |
|||
| 1882c586f5 |
chore(deps): update helm release meilisearch to v0.29.0 (#5158)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [meilisearch](https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch) ([source](https://github.com/meilisearch/meilisearch-kubernetes)) | minor | `0.28.0` → `0.29.0` | --- ### Release Notes <details> <summary>meilisearch/meilisearch-kubernetes (meilisearch)</summary> ### [`v0.29.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.29.0) [Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.28.0...meilisearch-0.29.0) A Helm chart for the Meilisearch search engine </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:eyJjcmVhdGVkSW5WZXIiOiI0My45MS4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaGVsbSJdfQ==--> Reviewed-on: #5158 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| adef1fa2ff |
chore(deps): update helm release headlamp to v0.41.0 (#5150)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [headlamp](https://headlamp.dev/) ([source](https://github.com/kubernetes-sigs/headlamp)) | minor | `0.40.1` → `0.41.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/headlamp (headlamp)</summary> ### [`v0.41.0`](https://github.com/kubernetes-sigs/headlamp/releases/tag/v0.41.0): 0.41.0 [Compare Source](https://github.com/kubernetes-sigs/headlamp/compare/v0.40.1...v0.41.0) #### ✨ Enhancements - Implement rollback for Deployment, DaemonSet, StatefulSet. Including to specific revision and Revision history view. Thanks to [@​alokdangre](https://github.com/alokdangre) - Add multi-cluster user logout. Thanks to [@​alokdangre](https://github.com/alokdangre) - Enable cluster deletion in browser. Thanks to [@​alokdangre](https://github.com/alokdangre) - Display environment variables for containers in pod details views. Thanks to [@​gambtho](https://github.com/gambtho) - Added Toggle Switch to filter helm secrets. Thanks to [@​mudit06mah](https://github.com/mudit06mah) - Add session-ttl flag and logic. Thanks to [@​mudit06mah](https://github.com/mudit06mah) - Allow OIDC cookies when in-cluster is false via flag. Thanks to [@​beep-boopp](https://github.com/beep-boopp) - Add MCP server support for plugins including the ai-assistant. Thanks to [@​illume](https://github.com/illume) - Add support for traefik or any reverse proxy handling auth through middlewares. Thanks to [@​ageekymonk](https://github.com/ageekymonk) #### 🐞 Bug Fixes - Fix flaky PodDetailsView Storybook test. Thanks to [@​mahmoudmagdy1-1](https://github.com/mahmoudmagdy1-1) - Fix ARIA menu role in ClusterChooserPopup. Thanks to [@​mahmoudmagdy1-1](https://github.com/mahmoudmagdy1-1) - Correct aria attributes in ShowHideLabel component. Thanks to [@​greedy-wudpeckr](https://github.com/greedy-wudpeckr) - Fix PluginSettings heading hierarchy. Thanks to [@​greedy-wudpeckr](https://github.com/greedy-wudpeckr) - Fix a11y roles in ClusterChooserPopup for screen readers. Thanks to [@​mahmoudmagdy1-1](https://github.com/mahmoudmagdy1-1) - Fix alignment in narrow layouts for NameValueTable. Thanks to [@​mahmoudmagdy1-1](https://github.com/mahmoudmagdy1-1) - Fixed ignored k8cache error handling. Thanks to [@​greedy-wudpeckr](https://github.com/greedy-wudpeckr) - Add crossorigin to manifest link. Thanks to [@​zyzzmohit](https://github.com/zyzzmohit) - Fix age column sorting in ObjectEventList. Thanks to [@​greedy-wudpeckr](https://github.com/greedy-wudpeckr) - Auto-detect platform for Apple Silicon Macs. Thanks to [@​Mandalorian7773](https://github.com/Mandalorian7773) - Add translatable aria-label fallback to Loader for screen readers. Thanks to [@​mastermaxx03](https://github.com/mastermaxx03) - Ensure complementary landmark has valid label in Activity. Thanks to [@​mastermaxx03](https://github.com/mastermaxx03) - Fix new project heading a11y issue. Thanks to [@​vyncent-t](https://github.com/vyncent-t) - Default to init container if main container not yet running. Thanks to [@​mastermaxx03](https://github.com/mastermaxx03) - Add responsive width to ConfirmDialog. Thanks to [@​ChayanDass](https://github.com/ChayanDass) - Fix alignment name and button in clusterRename. Thanks to [@​ChayanDass](https://github.com/ChayanDass) - Remove inert property from Sidebar. Thanks to [@​sniok](https://github.com/sniok) - Populate empty DialogTitle in AuthTypeoidc story. Thanks to [@​CODEAbhinav-art](https://github.com/CODEAbhinav-art) - Wrap MenuItem in MenuList for RestartMultipleButton. Thanks to [@​Vaishnav-Dhaval](https://github.com/Vaishnav-Dhaval) - Add dialog title to HaveClusters story. Thanks to [@​CODEAbhinav-art](https://github.com/CODEAbhinav-art) - Add missing properties to HeadlampTables interface. Thanks to [@​pallava-joshi](https://github.com/pallava-joshi) - Correct broken cluster settings navigation. Thanks to [@​emmanuel-ferdman](https://github.com/emmanuel-ferdman) - Remove empty h1 from ClusterDialog. Thanks to [@​aravind4799](https://github.com/aravind4799) - Fix narration for Default Namespace in SettingsCluster. Thanks to [@​vyncent-t](https://github.com/vyncent-t) - Disable close on select in PureNamespaceAutocomplete. Thanks to [@​YotamKorah](https://github.com/YotamKorah) - Cascade delete Pods when deleting Jobs. Thanks to [@​beep-boopp](https://github.com/beep-boopp) - Fix cluster rename bug for clusters with special characters. Thanks to [@​StevenPG](https://github.com/StevenPG) - Avoid invalid field selector for pod metrics. Thanks to [@​wingerx](https://github.com/wingerx) - Persist rows-per-page selection to localStorage on change in Table. Thanks to [@​Trulsaa](https://github.com/Trulsaa) - Preserve original URL after OIDC authentication. Thanks to [@​justinas-wix](https://github.com/justinas-wix) - Fix scheme conversion and logging in multiplexer. Thanks to [@​illume](https://github.com/illume) - Stop watcher goroutines on server shutdown. Thanks to [@​zyzzmohit](https://github.com/zyzzmohit) - Fix picking the hash for chocolatey version bump. Thanks to [@​joaquimrocha](https://github.com/joaquimrocha) - Fix showing corrupt file on Mac. Thanks to [@​mastermaxx03](https://github.com/mastermaxx03) - Add make cluster list scrollable to improve usability for keyboard users. Thanks to [@​mahmoudmagdy1-1](https://github.com/mahmoudmagdy1-1) #### 💻 Development - Support apiGroup + kind for registerKindIcon. Thanks to [@​aadhil2k4](https://github.com/aadhil2k4) - Update app, backend, frontend, headlamp-plugin dependencies. Thanks to [@​skoeva](https://github.com/skoeva) - Move HeadlampConfig to headlampconfig package. Thanks to [@​krrish-sehgal](https://github.com/krrish-sehgal) - Add update and delete coverage to informer tests for k8cache. Thanks to [@​ChayanDass](https://github.com/ChayanDass) - Refactor ts: made customResourceDefinition optional in CRClassArgs. Thanks to [@​pallava-joshi](https://github.com/pallava-joshi) - Lift up tableSettings helpers and add localStorage to ClusterTable. Thanks to [@​StevenPG](https://github.com/StevenPG) - Fix translations by using fs-backend with frontend locales path. Thanks to [@​sniok](https://github.com/sniok) - Replace execSync with execFileSync in headlamp-plugin/scripts. Thanks to [@​skoeva](https://github.com/skoeva) - Fix delete error handling to show correct success/failure messages. Thanks to [@​gambtho](https://github.com/gambtho) - Bundle source with esbuild, upgrade to vitest. Thanks to [@​sniok](https://github.com/sniok) - Refactor NavigationTabs component so it doesn't require cloning. Thanks to [@​sniok](https://github.com/sniok) - Add .cmd shim for Windows to headlamp-plugin. Thanks to [@​skoeva](https://github.com/skoeva) - Add tests and stories for AuthToken Component. Thanks to [@​aravind4799](https://github.com/aravind4799) - Add test for terminal.tsx file. Thanks to [@​ChayanDass](https://github.com/ChayanDass) - Add Storybook stories for ResourceTableColumnChooser. Thanks to [@​mastermaxx03](https://github.com/mastermaxx03) - Add stories for SettingsClusters and SettingsCluster. Thanks to [@​greedy-wudpeckr](https://github.com/greedy-wudpeckr) - Add test for LogsButton.tsx file. Thanks to [@​aravind4799](https://github.com/aravind4799) - Provide automatic aria-labelledby for Dialog accessibility. Thanks to [@​mastermaxx03](https://github.com/mastermaxx03) - Update Terminal snapshots. Thanks to [@​mastermaxx03](https://github.com/mastermaxx03) - headlamp-plugin: Bump to 0.13.1 #### 📖 Documentation - Add documentation for Oracle K8s Engine support. Thanks to [@​jaiakash](https://github.com/jaiakash) - Add OpenUnison configuration guide. Thanks to [@​mlbiam](https://github.com/mlbiam) - Add many more plugin development tutorials including for List and Detail views. Thanks to [@​yolossn](https://github.com/yolossn) - Fix some typos in contributing guide. Thanks to [@​gmarav05](https://github.com/gmarav05) <!-- end-release-notes --> **Container image:** 🐳 [ghcr.io/headlamp-k8s/headlamp:v0.41.0](https://github.com/orgs/headlamp-k8s/packages/container/package/headlamp) **Desktop Apps:** 🐧 [Flatpak / Linux (AMD64)](https://flathub.org/apps/details/io.kinvolk.Headlamp) 🐧 Linux AppImage [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.41.0/Headlamp-0.41.0-linux-x64.AppImage), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.41.0/Headlamp-0.41.0-linux-arm64.AppImage), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.41.0/Headlamp-0.41.0-linux-armv7l.AppImage) 🐧 Linux Tarball [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.41.0/Headlamp-0.41.0-linux-x64.tar.gz), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.41.0/Headlamp-0.41.0-linux-arm64.tar.gz), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.41.0/Headlamp-0.41.0-linux-armv7l.tar.gz) 🐧 Debian / Linux [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.41.0/headlamp_0.41.0-1_amd64.deb) :green\_apple: [Mac (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.41.0/Headlamp-0.41.0-mac-x64.dmg) :green\_apple: [Mac (ARM/M1)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.41.0/Headlamp-0.41.0-mac-arm64.dmg) :blue\_square: [Windows (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.41.0/Headlamp-0.41.0-win-x64.exe) </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:eyJjcmVhdGVkSW5WZXIiOiI0My45MS4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaGVsbSJdfQ==--> Reviewed-on: #5150 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| c72a7fbd05 |
chore(deps): update frederikemmer/medialyze to v0.3.0 (#5157)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [frederikemmer/MediaLyze](https://github.com/frederikemmer/MediaLyze) | minor | `0.2.5` → `0.3.0` | | [ghcr.io/frederikemmer/medialyze](https://github.com/frederikemmer/MediaLyze) | minor | `0.2.5` → `0.3.0` | --- ### Release Notes <details> <summary>frederikemmer/MediaLyze (frederikemmer/MediaLyze)</summary> ### [`v0.3.0`](https://github.com/frederikemmer/MediaLyze/blob/HEAD/CHANGELOG.md#v030) [Compare Source](https://github.com/frederikemmer/MediaLyze/compare/v0.2.5...v0.3.0) > 2026-03-26 ##### 🐛 Bug fixes - restrict `main` release publishing to real version bumps so unchanged-version commits no longer try to recreate existing tags and releases - allow adding new resolution categories from the settings UI without tripping the backend's immutable-id validation ([#​71](https://github.com/frederikemmer/MediaLyze/issues/71)) - fix resolution quality-boundary updates in the library quality settings when `minimum` / `ideal` values are changed ([#​72](https://github.com/frederikemmer/MediaLyze/pull/72)) - by [@​eivarin](https://github.com/eivarin) - keep Windows UNC network-share paths in their normal form for `ffprobe` so desktop scans analyze files on network shares instead of only listing them - lower the default resolution-category minimum width and height thresholds by 5% so cropped widescreen encodes stay in their expected buckets, and document the relaxed defaults in the settings tooltip ([#​79](https://github.com/frederikemmer/MediaLyze/issues/79)) - make desktop packaging always create the bundled `backend/ffprobe` structure, auto-detect `ffprobe` on the build machine, and use more robust packaged-path fallbacks at runtime before failing ([#​80](https://github.com/frederikemmer/MediaLyze/issues/80)) - treat NAS snapshot symlink loops under `MEDIA_ROOT` as invalid paths so browse and library setup return `400` or skip the entry instead of crashing with a `500` ([#​81](https://github.com/frederikemmer/MediaLyze/issues/81)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My45MS4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIiwiZ2l0aHViLXJlbGVhc2VzIl19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5157 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 154b547093 | chore(deps): update dependency argoproj/argo-cd to v3.3.5 (#5154) | |||
| 44afab5e24 | chore(deps): update searxng/searxng:latest docker digest to f01ceee (#5153) | |||
| 1d67ec702d | chore(deps): update dependency prometheus-operator/prometheus-operator to v0.90.1 (#5152) | |||
| f9737a4d97 | chore(deps): update dependency gitroomhq/postiz-app to v2.21.2 (#5151) | |||
| 4001859815 | chore(deps): update nginx docker tag to v1.29.7 (#5148) | |||
| 000ba56ca1 | chore(deps): update dependency ollama/ollama to v0.18.3 (#5147) | |||
| 3cd6e52126 |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.16.0 (#5145)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `3.15.2` → `3.16.0` | --- ### Release Notes <details> <summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary> ### [`v3.16.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/blob/HEAD/CHANGELOG.md#3160-2026-03-26) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.15.2...3.16.0) ##### Bug Fixes - **content:** directus published update \[skip ci] ([727fe58]( |
|||
| 2882610224 |
chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.9.0 (#5144)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-documentation](https://gitea.alexlebens.dev/alexlebens/site-documentation) | minor | `0.8.0` → `0.9.0` | --- ### Release Notes <details> <summary>alexlebens/site-documentation (harbor.alexlebens.net/images/site-documentation)</summary> ### [`v0.9.0`](https://gitea.alexlebens.dev/alexlebens/site-documentation/releases/tag/0.9.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-documentation/compare/0.8.0...0.9.0) ### [0.9.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.8.0...0.9.0) (2026-03-26) ##### Features - add more apps ([28910c8]( |
|||
| 158dad8a96 |
ci: remove image label
Some checks failed
renovate / renovate (push) Has been cancelled
|
|||
| 1d0330b8cb |
ci: fix for jsonc
All checks were successful
renovate / renovate (push) Successful in 2m22s
|
|||
| 38722f0d88 |
chore(config): migrate Renovate config (#5143)
All checks were successful
renovate / renovate (push) Successful in 2m3s
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: #5143 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 655c3ec956 |
ci: add argo-cd to grouping
Some checks failed
renovate / renovate (push) Has been cancelled
|
|||
| 3e188ae0d8 |
feat: change image tag (#5141)
Reviewed-on: #5141 |
|||
| 5c9cfc0c89 |
tmp/refactor-6 (#5139)
Reviewed-on: #5139 |
|||
| 0d1d7a46f5 |
ci: add versioning for linuxserver
All checks were successful
renovate / renovate (push) Successful in 2m6s
|
|||
| 4317ecffba | chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.15.2 (#5137) | |||
| 605846b331 |
chore(deps): update tdarr to v2.66.01 (#5135)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.65.01` → `2.66.01` | | [ghcr.io/haveagitgat/tdarr_node](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.65.01` → `2.66.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 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:eyJjcmVhdGVkSW5WZXIiOiI0My45MS4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIiwiaW1hZ2UiXX0=--> Reviewed-on: #5135 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 524a965e22 | chore(deps): update prometheus-operator-crds docker tag to v28.0.1 (#5133) | |||
| f0d1a70311 |
ci: add tdarr to grouping
Some checks failed
renovate / renovate (push) Has been cancelled
|
|||
| 027fda5c8c | chore(deps): update searxng/searxng:latest docker digest to a98723b (#5129) | |||
| c3d2fe787d |
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.90.0 (#5128)
Some checks failed
renovate / renovate (push) Failing after 2m17s
|
|||
| 543763fe1a |
ci: add schedule
All checks were successful
renovate / renovate (push) Successful in 3m4s
|
|||
| 16c791a363 |
ci: remove schedule
All checks were successful
renovate / renovate (push) Successful in 2m33s
|
|||
| 56476e8f82 |
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.90.0 (#5127)
All checks were successful
renovate / renovate (push) Successful in 3m11s
|
|||
| 1ef9b42e00 | chore(deps): update searxng/searxng:latest docker digest to 0ae88cc (#5125) | |||
| a826c2d629 |
chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.8.0 (#5123)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-documentation](https://gitea.alexlebens.dev/alexlebens/site-documentation) | minor | `0.7.0` → `0.8.0` |
---
### Release Notes
<details>
<summary>alexlebens/site-documentation (harbor.alexlebens.net/images/site-documentation)</summary>
### [`v0.8.0`](https://gitea.alexlebens.dev/alexlebens/site-documentation/releases/tag/0.8.0)
[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-documentation/compare/0.7.0...0.8.0)
### [0.8.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.7.0...0.8.0) (2026-03-25)
##### Features
- add more apps ([c69fde3](
|
|||
| d5d571b115 |
feat: change css (#5121)
Reviewed-on: #5121 |
|||
| dcf6944e61 |
feat: refactor more (#5119)
Reviewed-on: #5119 |
|||
| e43c77295e |
chore(config): migrate Renovate config (#5118)
All checks were successful
renovate / renovate (push) Successful in 1m11s
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: #5118 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 26438bd165 |
ci: change group name
All checks were successful
renovate / renovate (push) Successful in 2m19s
|
|||
| 0bffaad9af |
chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.7.0 (#5113)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-documentation](https://gitea.alexlebens.dev/alexlebens/site-documentation) | minor | `0.6.0` → `0.7.0` | --- ### Release Notes <details> <summary>alexlebens/site-documentation (harbor.alexlebens.net/images/site-documentation)</summary> ### [`v0.7.0`](https://gitea.alexlebens.dev/alexlebens/site-documentation/releases/tag/0.7.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-documentation/compare/0.6.0...0.7.0) ### [0.7.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.6.0...0.7.0) (2026-03-25) ##### Features - add more apps ([8e49a12]( |
|||
| f141c81da9 |
feat: scale down to 1 (#5115)
Reviewed-on: #5115 |
|||
| de15ff8f54 |
ci: rearrange and combine
All checks were successful
renovate / renovate (push) Successful in 2m27s
|
|||
| 673377e300 |
feat: refactor (#5110)
Reviewed-on: #5110 |
|||
| 82e4d5b389 |
chore(config): migrate Renovate config (#5102)
All checks were successful
renovate / renovate (push) Successful in 4m43s
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: #5102 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 637eec39ae | chore(deps): update rook-ceph to v1.19.3 (#5101) | |||
| eb8eeb6477 | chore(deps): update redis docker tag to v8.6.2 (#5100) | |||
| ba0461f9e0 | chore(deps): update ghcr.io/siderolabs/talosctl docker tag to v1.12.6 (#5099) | |||
| bddeffd721 |
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.89.3 (#5098)
Some checks failed
renovate / renovate (push) Has been cancelled
|
|||
| aa4c940d72 | chore(deps): update g33kphr33k/musicgrabber docker tag to v2.5.2 (#5097) | |||
| b6b8703f7e |
ci: change rook group
All checks were successful
renovate / renovate (push) Successful in 2m56s
|
|||
| 4812f72df8 |
ci: group rook
All checks were successful
renovate / renovate (push) Successful in 2m52s
|
|||
| 27fe9e1cc5 |
feat: switch to github, add sha (#5096)
Reviewed-on: #5096 |
|||
| 9adfa37bfd |
tmp/harbor (#5088)
Reviewed-on: #5088 |