a9c708726c1e17f2b61f520443ee5d1ec157ab1d
55 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 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> |
|||
| 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> |
|||
| 085729cc95 |
chore(deps): update postgres-cluster docker tag to v7.9.1 (#4639)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `7.8.0` → `7.9.1` | --- ### 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: #4639 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 9342c73600 | chore(deps): update directus/directus to v11.16.1 (#4648) | |||
| 38f5fccfec |
chore(deps): update valkey docker tag to v0.4.0 (#4572)
All checks were successful
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [valkey](https://github.com/valkey-io/valkey) | minor | `0.3.0` → `0.4.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: #4572 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| bb9a8d0a8c |
chore(deps): update valkey docker tag to v0.3.0 (#4479)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [valkey](https://github.com/valkey-io/valkey) | minor | `0.2.0` → `0.3.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:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4479 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 6af63ed56d | feat: migrated to valkey | |||
| 0ac05df11f |
chore(deps): update directus/directus to v11.16.0 (#4423)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [directus/directus](https://github.com/directus/directus) | minor | `11.15.4` → `11.16.0` | --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.16.0`](https://github.com/directus/directus/releases/tag/v11.16.0) [Compare Source](https://github.com/directus/directus/compare/v11.15.4...v11.16.0) ##### ⚠️ Potential Breaking Changes **Added support for a global draft version that is automatically available for all items when versioning is enabled ([#​26772](https://github.com/directus/directus/pull/26772))** Backward Compatibility: If you have an existing version with the key `draft` and a custom name other than “Draft”, the display name will be standardized to “Draft” (i.e. transformed) to support the new global versioning feature. The version content and functionality remain unchanged. **Added field permission and version access checks to Visual Editor ([#​26772](https://github.com/directus/directus/pull/26772))** The field access checks require an update of the `@directus/visual-editing` library to v2.0.0. **Fixed password reset sending emails to external auth provider users ([#​26627](https://github.com/directus/directus/pull/26627))** `requestPasswordReset` now throws a `Forbidden` error for external auth provider users. ##### ✨ New Features & Improvements - **[@​directus/app](https://github.com/directus/app)** - Added support for a global draft version that is automatically available for all items when versioning is enabled ([#​26772](https://github.com/directus/directus/pull/26772) by [@​formfcw](https://github.com/formfcw)) - Persisted table column widths to localStorage ([#​26767](https://github.com/directus/directus/pull/26767) by [@​HZooly](https://github.com/HZooly)) - Implemented RBAC for deployment module ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Added field permission and version access checks to Visual Editor ([#​26772](https://github.com/directus/directus/pull/26772) by [@​formfcw](https://github.com/formfcw)) - Added image and PDF upload support to Directus AI Assistant with a provider adapter pattern for 3 major providers ([#​26722](https://github.com/directus/directus/pull/26722) by [@​bryantgillespie](https://github.com/bryantgillespie)) (OpenAI, Anthropic, Gemini). - Added version support for visual editing in live preview ([#​26772](https://github.com/directus/directus/pull/26772) by [@​formfcw](https://github.com/formfcw)) - Supported provider webhooks for deployment real-time updates ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Added version support to Visual Editor ([#​26772](https://github.com/directus/directus/pull/26772) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/api](https://github.com/directus/api)** - Implemented RBAC for deployment module ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Added `lower_case_table_names` support for mysql ([#​26736](https://github.com/directus/directus/pull/26736) by [@​licitdev](https://github.com/licitdev)) - Added image and PDF upload support to Directus AI Assistant with a provider adapter pattern for 3 major providers ([#​26722](https://github.com/directus/directus/pull/26722) by [@​bryantgillespie](https://github.com/bryantgillespie)) (OpenAI, Anthropic, Gemini). - Supported provider webhooks for deployment real-time updates ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Added JSON field selection support ([#​26500](https://github.com/directus/directus/pull/26500) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Implemented RBAC for deployment module ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Supported provider webhooks for deployment real-time updates ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Added version support to Visual Editor ([#​26772](https://github.com/directus/directus/pull/26772) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/types](https://github.com/directus/types)** - Implemented RBAC for deployment module ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Supported provider webhooks for deployment real-time updates ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Implemented RBAC for deployment module ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Supported provider webhooks for deployment real-time updates ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/ai](https://github.com/directus/ai)** - Added image and PDF upload support to Directus AI Assistant with a provider adapter pattern for 3 major providers ([#​26722](https://github.com/directus/directus/pull/26722) by [@​bryantgillespie](https://github.com/bryantgillespie)) (OpenAI, Anthropic, Gemini). - **[@​directus/utils](https://github.com/directus/utils)** - Added image and PDF upload support to Directus AI Assistant with a provider adapter pattern for 3 major providers ([#​26722](https://github.com/directus/directus/pull/26722) by [@​bryantgillespie](https://github.com/bryantgillespie)) (OpenAI, Anthropic, Gemini). - Added JSON field selection support ([#​26500](https://github.com/directus/directus/pull/26500) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/constants](https://github.com/directus/constants)** - Added JSON field selection support ([#​26500](https://github.com/directus/directus/pull/26500) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/env](https://github.com/directus/env)** - Added JSON field selection support ([#​26500](https://github.com/directus/directus/pull/26500) by [@​br41nslug](https://github.com/br41nslug)) ##### 🐛 Bug Fixes & Optimizations - **[@​directus/app](https://github.com/directus/app)** - Fixed v-select group click handler to respect item-level selectable property ([#​26650](https://github.com/directus/directus/pull/26650) by [@​alvarosabu](https://github.com/alvarosabu)) - Fixed license modal is not responsive on mobile screens ([#​26758](https://github.com/directus/directus/pull/26758) by [@​powerseed](https://github.com/powerseed)) - Fixed unsaved changes dialog showing collaborative variant when not in a collaborative session ([#​26713](https://github.com/directus/directus/pull/26713) by [@​formfcw](https://github.com/formfcw)) - Updated vue-split-panel dependency ([#​26709](https://github.com/directus/directus/pull/26709) by [@​HZooly](https://github.com/HZooly)) - Fixed datetime picker not closing after selecting a date ([#​26719](https://github.com/directus/directus/pull/26719) by [@​alvarosabu](https://github.com/alvarosabu)) - Added some missing translation keys for directus\_settings and directus\_roles. ([#​26744](https://github.com/directus/directus/pull/26744) by [@​powerseed](https://github.com/powerseed)) - Upgraded reka-ui to 2.8.2 for timefield two-digit hour fix ([#​26724](https://github.com/directus/directus/pull/26724) by [@​alvarosabu](https://github.com/alvarosabu)) - Fixed password reset sending emails to external auth provider users ([#​26627](https://github.com/directus/directus/pull/26627) by [@​dstockton](https://github.com/dstockton)) - Enabled “Navigate to Item” button for non-editable relational fields ([#​26711](https://github.com/directus/directus/pull/26711) by [@​HZooly](https://github.com/HZooly)) - Fixed auto-refresh on mobile by preserving sidebar state via Teleport ([#​26731](https://github.com/directus/directus/pull/26731) by [@​HZooly](https://github.com/HZooly)) - Fixed an issue where duplicated fields kept validation rules referencing the original field name. ([#​26602](https://github.com/directus/directus/pull/26602) by [@​vizzv](https://github.com/vizzv)) - Fixed drawer not scrolling to top when validation errors occur ([#​26741](https://github.com/directus/directus/pull/26741) by [@​robluton](https://github.com/robluton)) - Fixed reset confirm state after flow error ([#​26803](https://github.com/directus/directus/pull/26803) by [@​HZooly](https://github.com/HZooly)) - Fixed performance degradation when editing forms with large GeoJSON geometry fields by using selective shallow cloning for geometry values. ([#​26560](https://github.com/directus/directus/pull/26560) by [@​alvarosabu](https://github.com/alvarosabu)) - Fixed extra tab stop in AI assistant header caused by a focusable VIcon inside VButton. ([#​26796](https://github.com/directus/directus/pull/26796) by [@​Mugesh13102001](https://github.com/Mugesh13102001)) - Guarded nav-bar and sidebar size stores against non-finite values ([#​26695](https://github.com/directus/directus/pull/26695) by [@​HZooly](https://github.com/HZooly)) - Added `lower_case_table_names` support for mysql ([#​26736](https://github.com/directus/directus/pull/26736) by [@​licitdev](https://github.com/licitdev)) - Fixed batch editing translations creating duplicate junction rows ([#​26597](https://github.com/directus/directus/pull/26597) by [@​HZooly](https://github.com/HZooly)) - Fixed block editor deleting blocks on save-and-stay ([#​26808](https://github.com/directus/directus/pull/26808) by [@​formfcw](https://github.com/formfcw)) - Fixed MIME type restriction for URL uploads and ensure file/s interfaces respect restricted URL uploads ([#​26691](https://github.com/directus/directus/pull/26691) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed decimal and bigInteger display formatting ([#​26637](https://github.com/directus/directus/pull/26637) by [@​HZooly](https://github.com/HZooly)) - Add MIME type restriction option to select file/s interfaces ([#​26647](https://github.com/directus/directus/pull/26647) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Migrated large field selection requests to use the SDK ([#​26605](https://github.com/directus/directus/pull/26605) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Fixed tags interface not resolving variable strings in raw editor mode ([#​26739](https://github.com/directus/directus/pull/26739) by [@​HZooly](https://github.com/HZooly)) - Fixed Header interface spacing issue ([#​26786](https://github.com/directus/directus/pull/26786) by [@​LZylstra](https://github.com/LZylstra)) - Fixed `insightsStore.saveChanges` to send requests only when the corresponding action array is non-empty ([#​26753](https://github.com/directus/directus/pull/26753) by [@​deepDiverPaul](https://github.com/deepDiverPaul)) - Constrained display template images in header bar to text line-height ([#​26680](https://github.com/directus/directus/pull/26680) by [@​HZooly](https://github.com/HZooly)) - Added Ask User Tool to AI Assistant ([#​26633](https://github.com/directus/directus/pull/26633) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/api](https://github.com/directus/api)** - Fixed MIME type restriction for URL uploads and ensure file/s interfaces respect restricted URL uploads ([#​26691](https://github.com/directus/directus/pull/26691) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed filter rule type mismatch causing database error instead of returning INVALID\_QUERY ([#​26629](https://github.com/directus/directus/pull/26629) by [@​dstockton](https://github.com/dstockton)) - Fixed IPTC metadata key casing in getMetadata so that description, title, and tags are correctly populated from IPTC data. ([#​26672](https://github.com/directus/directus/pull/26672) by [@​danielbuechele](https://github.com/danielbuechele)) - Replaced ip-matching dependency with node blocklist ([#​26806](https://github.com/directus/directus/pull/26806) by [@​br41nslug](https://github.com/br41nslug)) - Fixed AI tool schema to not allow `null` for `trigger` and `accountability` fields in flow input validation. ([#​26763](https://github.com/directus/directus/pull/26763) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Returned 500 Internal server error for permanent filesystem write failures instead of 503 service unavailable ([#​26761](https://github.com/directus/directus/pull/26761) by [@​aryanrichhariya1234-lang](https://github.com/aryanrichhariya1234-lang)) - Bumped axios, rollup, basic-ftp, fast-xml-parser, serialize-javascript,nodemailer, vite, tar, minimatch, qs, undici, ([#​26787](https://github.com/directus/directus/pull/26787) by [@​br41nslug](https://github.com/br41nslug)) axios-cache-interceptor dependencies - Add auth audit hook for tracking login attempts ([#​26702](https://github.com/directus/directus/pull/26702) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed GraphQL groupBy with function field ([#​26706](https://github.com/directus/directus/pull/26706) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Prevented encrypted field decryption failures from crashing settings reads when the SECRET has changed. Fields that can't be decrypted now return null and log a warning instead of throwing. ([#​26764](https://github.com/directus/directus/pull/26764) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/specs](https://github.com/directus/specs)** - Fixed password reset sending emails to external auth provider users ([#​26627](https://github.com/directus/directus/pull/26627) by [@​dstockton](https://github.com/dstockton)) :::notice `requestPasswordReset` now throws a `Forbidden` error for external auth provider users. ::: - **[@​directus/env](https://github.com/directus/env)** - Increased the default `QUERYSTRING_ARRAY_LIMIT` from 100 to 500 ([#​26737](https://github.com/directus/directus/pull/26737) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/utils](https://github.com/directus/utils)** - Replaced ip-matching dependency with node blocklist ([#​26806](https://github.com/directus/directus/pull/26806) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Updated `ReadProviderOutput` type to include the `label` field ([#​26645](https://github.com/directus/directus/pull/26645) by [@​kheiner](https://github.com/kheiner)) ##### 📦 Published Versions - `@directus/app@15.5.0` - `@directus/api@34.0.0` - `@directus/ai@1.2.0` - `@directus/composables@11.2.14` - `@directus/constants@14.2.0` - `create-directus-extension@11.0.30` - `@directus/env@5.6.0` - `@directus/extensions@3.0.20` - `@directus/extensions-registry@3.0.20` - `@directus/extensions-sdk@17.0.10` - `@directus/memory@3.1.3` - `@directus/pressure@3.0.18` - `@directus/schema-builder@0.0.15` - `@directus/specs@12.0.1` - `@directus/storage-driver-azure@12.0.18` - `@directus/storage-driver-cloudinary@12.0.18` - `@directus/storage-driver-gcs@12.0.18` - `@directus/storage-driver-s3@​12.1.4` - `@directus/storage-driver-supabase@3.0.18` - `@directus/system-data@4.2.0` - `@directus/themes@1.2.5` - `@directus/types@14.3.0` - `@directus/utils@13.3.0` - `@directus/validation@2.0.18` - `@directus/sdk@21.2.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:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4423 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 06ba35e428 |
chore(deps): update redis-replication docker tag to v1.1.0 (#4399)
Some checks failed
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [redis-replication](https://github.com/OT-CONTAINER-KIT/redis-operator) | minor | `1.0.4` → `1.1.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:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4399 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| f68019388d |
chore(deps): update postgres-cluster docker tag to v7.8.0 (#4278)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `7.7.0` → `7.8.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiLCJpbWFnZSJdfQ==--> Reviewed-on: #4278 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 2101cddb98 | feat: update postgres | |||
| 4e78cb0eb8 | chore(deps): update directus/directus to v11.15.4 (#4058) | |||
| ab1f195142 | chore(deps): update directus/directus to v11.15.3 (#4034) | |||
| 9e5f404233 | chore(deps): update directus/directus to v11.15.2 (#3966) | |||
| 9128908fb1 |
chore(deps): update postgres-cluster docker tag to v7.6.0 (#3958)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `7.5.1` → `7.6.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:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0IiwiaW1hZ2UiXX0=--> Reviewed-on: #3958 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| c5420495be | feat: move directus to local endpoint | |||
| 99992ade10 | chore(deps): update directus/directus to v11.15.1 (#3806) | |||
| fed83257e3 |
chore(deps): update postgres-cluster docker tag to v7.5.1 (#3824)
All checks were successful
|
|||
| ebc458201a |
chore(deps): update cloudflared docker tag to v2.3.0 (#3820)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudflared](https://github.com/cloudflare/cloudflared) | minor | `2.2.2` → `2.3.0` | --- ### Release Notes <details> <summary>cloudflare/cloudflared (cloudflared)</summary> ### [`v2.3.0`](https://github.com/cloudflare/cloudflared/blob/HEAD/CHANGES.md#202230) ##### New Features - It is now possible to configure Ingress Rules to point to an origin served by unix socket with either HTTP or HTTPS. If the origin starts with `unix:/` then we assume HTTP (existing behavior). Otherwise, the origin can start with `unix+tls:/` for HTTPS. </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:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #3820 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 2bf0d6f925 |
chore(deps): update directus/directus to v11.15.0 (#3752)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [directus/directus](https://github.com/directus/directus) | minor | `11.14.1` → `11.15.0` | --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.15.0`](https://github.com/directus/directus/releases/tag/v11.15.0) [Compare Source](https://github.com/directus/directus/compare/v11.14.1...v11.15.0) ##### ⚠️ Potential Breaking Changes **Attached prompts, content items, and visual editor elements to AI Assistant Context ([#​26512](https://github.com/directus/directus/pull/26512) by [@​bryantgillespie](https://github.com/bryantgillespie))** To use this feature, update [@​directus/visual-editing](https://github.com/directus/visual-editing) to v1.2.0+ on your website. ##### ✨ New Features & Improvements - **[@​directus/app](https://github.com/directus/app)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - Added collaborative editing ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) - Attached prompts, content items, and visual editor elements to AI Assistant Context ([#​26512](https://github.com/directus/directus/pull/26512) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#​26481](https://github.com/directus/directus/pull/26481) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added toggle to allow comparing revision to previous revision ([#​26480](https://github.com/directus/directus/pull/26480) by [@​robluton](https://github.com/robluton)) - Added relational field support on x-axis of bar chart ([#​26489](https://github.com/directus/directus/pull/26489) by [@​JamesW1](https://github.com/JamesW1)) - Added visual editing support to the live preview split pane, including display options menu, full-width mode with drag-to-expand, and quick access to the Visual Editor module. ([#​26463](https://github.com/directus/directus/pull/26463) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Changed permission-blocked fields from disabled to non-editable appearance ([#​26572](https://github.com/directus/directus/pull/26572) by [@​HZooly](https://github.com/HZooly)) - **[@​directus/api](https://github.com/directus/api)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - Added collaborative editing ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) - Attached prompts, content items, and visual editor elements to AI Assistant Context ([#​26512](https://github.com/directus/directus/pull/26512) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#​26481](https://github.com/directus/directus/pull/26481) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Fixed race condition and allow accessing the connected state ([#​26511](https://github.com/directus/directus/pull/26511) by [@​Nitwel](https://github.com/Nitwel)) - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/types](https://github.com/directus/types)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - Added collaborative editing ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#​26481](https://github.com/directus/directus/pull/26481) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/errors](https://github.com/directus/errors)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/env](https://github.com/directus/env)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - Added collaborative editing ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/utils](https://github.com/directus/utils)** - Added collaborative editing ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/ai](https://github.com/directus/ai)** - Attached prompts, content items, and visual editor elements to AI Assistant Context ([#​26512](https://github.com/directus/directus/pull/26512) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#​26481](https://github.com/directus/directus/pull/26481) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/memory](https://github.com/directus/memory)** - Added distributed locking ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) ##### 🐛 Bug Fixes & Optimizations - **[@​directus/app](https://github.com/directus/app)** - Replaced deprecated `ldapjs` with `ldapts` ([#​26363](https://github.com/directus/directus/pull/26363) by [@​dstockton](https://github.com/dstockton)) - Fixed an issue where the caret would jump to the end of the input in `v-template-input` when typing or updating content. ([#​26520](https://github.com/directus/directus/pull/26520) by [@​mustafaazad03](https://github.com/mustafaazad03)) - Fixed back button navigation on related items ([#​26553](https://github.com/directus/directus/pull/26553) by [@​robluton](https://github.com/robluton)) - Fixed table options menu clipping in markdown editor ([#​26487](https://github.com/directus/directus/pull/26487) by [@​DamnItAzriel](https://github.com/DamnItAzriel)) - Hide AI settings page when MCP and AI features are disabled through ENV ([#​26504](https://github.com/directus/directus/pull/26504) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Updated dependency ([#​26518](https://github.com/directus/directus/pull/26518) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed inconsistent disabled state across interfaces ([#​26470](https://github.com/directus/directus/pull/26470) by [@​formfcw](https://github.com/formfcw)) - Fixed an issue where custom CSS classes applied to PrivateView were not rendered ([#​26523](https://github.com/directus/directus/pull/26523) by [@​u12206050](https://github.com/u12206050)) - Fixed WYSIWYG interface not rendering when field is named "tooltip" ([#​26581](https://github.com/directus/directus/pull/26581) by [@​robluton](https://github.com/robluton)) - Fixed issue preventing sidebar details from being fetched when navigating back ([#​26542](https://github.com/directus/directus/pull/26542) by [@​robluton](https://github.com/robluton)) - Fixed Vue warning by passing required prop to interfaces ([#​26506](https://github.com/directus/directus/pull/26506) by [@​formfcw](https://github.com/formfcw)) - Fixed hardcoded "Loading..." text in field tree by using translation key ([#​26526](https://github.com/directus/directus/pull/26526) by [@​sinan-yildiz-marsus](https://github.com/sinan-yildiz-marsus)) - Renamed AI Chat to AI Assistant ([#​26517](https://github.com/directus/directus/pull/26517) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/api](https://github.com/directus/api)** - Improved error message for system field updates that are not schema.is\_indexed ([#​26548](https://github.com/directus/directus/pull/26548) by [@​JamesW1](https://github.com/JamesW1)) - Replaced deprecated `ldapjs` with `ldapts` ([#​26363](https://github.com/directus/directus/pull/26363) by [@​dstockton](https://github.com/dstockton)) - Changed users.last\_access display mode to absolute ([#​26548](https://github.com/directus/directus/pull/26548) by [@​JamesW1](https://github.com/JamesW1)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Added collaborative editing ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#​26481](https://github.com/directus/directus/pull/26481) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Changed users.last\_access display mode to absolute ([#​26548](https://github.com/directus/directus/pull/26548) by [@​JamesW1](https://github.com/JamesW1)) - Renamed AI Chat to AI Assistant ([#​26517](https://github.com/directus/directus/pull/26517) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/env](https://github.com/directus/env)** - Fixed LDAP DN properties casted as arrays ([#​26579](https://github.com/directus/directus/pull/26579) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/memory](https://github.com/directus/memory)** - Handled empty buffers to prevent errors during race conditions or disconnects ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) ##### 📦 Published Versions - `@directus/app@15.1.0` - `@directus/api@33.1.0` - `@directus/ai@1.1.0` - `@directus/composables@11.2.10` - `create-directus-extension@11.0.26` - `@directus/env@5.5.0` - `@directus/errors@2.2.0` - `@directus/extensions@3.0.17` - `@directus/extensions-registry@3.0.17` - `@directus/extensions-sdk@17.0.6` - `@directus/memory@3.1.0` - `@directus/pressure@3.0.15` - `@directus/schema-builder@0.0.12` - `@directus/storage-driver-azure@12.0.15` - `@directus/storage-driver-cloudinary@12.0.15` - `@directus/storage-driver-gcs@12.0.15` - `@directus/storage-driver-s3@​12.1.1` - `@directus/storage-driver-supabase@3.0.15` - `@directus/system-data@4.1.0` - `@directus/themes@1.2.2` - `@directus/types@14.1.0` - `@directus/utils@13.2.0` - `@directus/validation@2.0.15` - `@directus/sdk@21.1.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:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #3752 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 476cbab8dc | chore(deps): update redis-replication docker tag to v1.0.4 (#3689) | |||
| 1c1eb55ce7 | chore(deps): update cloudflared docker tag to v2.2.2 (#3676) | |||
| 051f5dc463 | chore(deps): update redis-replication docker tag to v1.0.2 (#3673) | |||
| 7f81ddbf78 |
chore(deps): update cloudflared docker tag to v2.2.1 (#3569)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudflared](https://github.com/cloudflare/cloudflared) | minor | `2.1.9` → `2.2.1` | --- ### Release Notes <details> <summary>cloudflare/cloudflared (cloudflared)</summary> ### [`v2.2.1`](https://github.com/cloudflare/cloudflared/blob/HEAD/CHANGES.md#202221) ##### New Features - This project now has a new LICENSE that is more compliant with open source purposes. ##### Bug Fixes - Various fixes to the reliability of `quic` protocol. </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #3569 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| f46ac98970 | chore(deps): update appVersions | |||
| 914dd14c81 | fix: align renovate custom manager to appVersion updates on Chart | |||
| 3ff0d4dc3f |
chore(deps): update postgres-cluster docker tag to v7.5.0 (#3377)
All checks were successful
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `7.4.5` → `7.5.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiLCJpbWFnZSJdfQ==--> Reviewed-on: #3377 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 3d4d631bd4 | Update cloudflared Docker tag to v2.1.9 (#3294) | |||
| 285e17717f | Update Helm release app-template to v4.6.2 (#3266) | |||
| f837d89595 | Update cloudflared Docker tag to v2.1.6 (#3132) | |||
| db03b57c8c | update redis charts | |||
| a100fc174a |
Update Helm release app-template to v4.6.0 (#3094)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [app-template](https://github.com/bjw-s-labs/helm-charts) | minor | `4.5.0` → `4.6.0` | --- ### Release Notes <details> <summary>bjw-s-labs/helm-charts (app-template)</summary> ### [`v4.6.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.6.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.5.0...app-template-4.6.0) ##### Changelog: ##### Changed - Upgraded the common library to v4.6.0 - [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/) - [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=--> Reviewed-on: #3094 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| f1eb78a0f8 | Update postgres-cluster Docker tag to v7.4.5 (#2892) | |||
| 7a2938a142 | upgrade chart | |||
| eb6ff2df76 | renovate update chart appVersion | |||
| f20c4483e8 | update chart | |||
| 5495c30990 | Update postgres-cluster Docker tag to v7.1.4 (#2778) | |||
| 7104bc3e9a | update chart | |||
| 735d4eb442 | update chart | |||
| b062b07c83 | update chart | |||
| 501e8a09a3 | update chart | |||
| 5252e5ae22 | update chart | |||
| feb8ae9e0b | migrate to new chart | |||
| e271c72649 | Update postgres-cluster Docker tag to v7.1.3 (#2657) | |||
| 386b38a25d | update chart | |||
| b49eed8db2 | replace redis with chart | |||
| 655b1c5905 | remove old cluster | |||
| 48d8831faf | add new cluster | |||
| 73f1546b58 | Update cloudflared Docker tag to v1.23.2 (#2288) | |||
| 2cf3152190 |
Update Helm release app-template to v4.5.0 (#2270)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [app-template](https://github.com/bjw-s-labs/helm-charts) | minor | `4.4.0` -> `4.5.0` | --- ### Release Notes <details> <summary>bjw-s-labs/helm-charts (app-template)</summary> ### [`v4.5.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.5.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.4.0...app-template-4.5.0) ##### Changelog: ##### Changed - Upgraded the common library to v4.5.0 - [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/) - [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.5.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19--> Reviewed-on: #2270 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |