Update directus/directus Docker tag to v11.14.1 #3259

Merged
renovate-bot merged 1 commits from renovate/directus-directus-11.x into main 2026-01-16 18:40:35 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
directus/directus patch 11.14.011.14.1

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

directus/directus (directus/directus)

v11.14.1

Compare Source

⚠️ Potential Breaking Changes

Added multi-domain support for OAuth/OpenID (#​26312)
SSO callback URL generation and redirect validation now includes port matching to ensure redirects target the correct server.

Fixed getAsset returning all file fields instead of only those allowed by the users permissions (#​25905)
getAsset / GET /assets/:id now respects directus_files permissions when returning file based fields.

  • @​directus/app
    • Removed the deprecated /webhooks functionality across the stack. This includes the API route and its related tests, (#​26311 by @​mobml)
      controller, and mocks, as well as the corresponding SDK commands and schema types, types and services, system fields and
      collections, OpenAPI specifications, and App UI routes and components. This endpoint has been unused for over a year and
      has now been fully removed.
    • Removed the "Comment" tab from the activities page (#​26440 by @​Abdallah-Awwad)
  • @​directus/api
    • Removed the deprecated /webhooks functionality across the stack. This includes the API route and its related tests, (#​26311 by @​mobml)
      controller, and mocks, as well as the corresponding SDK commands and schema types, types and services, system fields and
      collections, OpenAPI specifications, and App UI routes and components. This endpoint has been unused for over a year and
      has now been fully removed.
    • Fixed getAsset returning all file fields instead of only those allowed by the users permissions (#​25905 by @​gaetansenn)
    • Added multi-domain support for OAuth/OpenID (#​26312 by @​gaetansenn)
    • Added a new AI_ENABLED environment variable to allow opting out of our AI chat feature (#​26458 by @​bryantgillespie)
  • @​directus/system-data
    • Removed the deprecated /webhooks functionality across the stack. This includes the API route and its related tests, (#​26311 by @​mobml)
      controller, and mocks, as well as the corresponding SDK commands and schema types, types and services, system fields and
      collections, OpenAPI specifications, and App UI routes and components. This endpoint has been unused for over a year and
      has now been fully removed.
  • @​directus/specs
    • Removed the deprecated /webhooks functionality across the stack. This includes the API route and its related tests, (#​26311 by @​mobml)
      controller, and mocks, as well as the corresponding SDK commands and schema types, types and services, system fields and
      collections, OpenAPI specifications, and App UI routes and components. This endpoint has been unused for over a year and
      has now been fully removed.
  • @​directus/types
    • Removed the deprecated /webhooks functionality across the stack. This includes the API route and its related tests, (#​26311 by @​mobml)
      controller, and mocks, as well as the corresponding SDK commands and schema types, types and services, system fields and
      collections, OpenAPI specifications, and App UI routes and components. This endpoint has been unused for over a year and
      has now been fully removed.
  • @​directus/sdk
    • Removed the deprecated /webhooks functionality across the stack. This includes the API route and its related tests, (#​26311 by @​mobml)
      controller, and mocks, as well as the corresponding SDK commands and schema types, types and services, system fields and
      collections, OpenAPI specifications, and App UI routes and components. This endpoint has been unused for over a year and
      has now been fully removed.
New Features & Improvements
🐛 Bug Fixes & Optimizations
📦 Published Versions
  • @directus/app@15.0.0
  • @directus/api@33.0.0
  • @directus/composables@11.2.9
  • create-directus-extension@11.0.25
  • @directus/env@5.4.0
  • @directus/extensions@3.0.16
  • @directus/extensions-registry@3.0.16
  • @directus/extensions-sdk@17.0.5
  • @directus/memory@3.0.14
  • @directus/pressure@3.0.14
  • @directus/schema@13.0.5
  • @directus/schema-builder@0.0.11
  • @directus/specs@12.0.0
  • @directus/storage-driver-azure@12.0.14
  • @directus/storage-driver-cloudinary@12.0.14
  • @directus/storage-driver-gcs@12.0.14
  • @directus/storage-driver-s3@​12.1.0
  • @directus/storage-driver-supabase@3.0.14
  • @directus/system-data@4.0.0
  • @directus/themes@1.2.1
  • @directus/types@14.0.0
  • @directus/utils@13.1.1
  • @directus/validation@2.0.14
  • @directus/sdk@21.0.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [directus/directus](https://github.com/directus/directus) | patch | `11.14.0` → `11.14.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.14.1`](https://github.com/directus/directus/releases/tag/v11.14.1) [Compare Source](https://github.com/directus/directus/compare/v11.14.0...v11.14.1) ##### ⚠️ Potential Breaking Changes **Added multi-domain support for OAuth/OpenID ([#&#8203;26312](https://github.com/directus/directus/pull/26312))** SSO callback URL generation and redirect validation now includes port matching to ensure redirects target the correct server. **Fixed `getAsset` returning all file fields instead of only those allowed by the users permissions ([#&#8203;25905](https://github.com/directus/directus/pull/25905))** `getAsset` / `GET /assets/:id` now respects `directus_files` permissions when returning file based fields. - **[@&#8203;directus/app](https://github.com/directus/app)** - Removed the deprecated `/webhooks` functionality across the stack. This includes the API route and its related tests, ([#&#8203;26311](https://github.com/directus/directus/pull/26311) by [@&#8203;mobml](https://github.com/mobml)) controller, and mocks, as well as the corresponding SDK commands and schema types, types and services, system fields and collections, OpenAPI specifications, and App UI routes and components. This endpoint has been unused for over a year and has now been fully removed. - Removed the "Comment" tab from the activities page ([#&#8203;26440](https://github.com/directus/directus/pull/26440) by [@&#8203;Abdallah-Awwad](https://github.com/Abdallah-Awwad)) - **[@&#8203;directus/api](https://github.com/directus/api)** - Removed the deprecated `/webhooks` functionality across the stack. This includes the API route and its related tests, ([#&#8203;26311](https://github.com/directus/directus/pull/26311) by [@&#8203;mobml](https://github.com/mobml)) controller, and mocks, as well as the corresponding SDK commands and schema types, types and services, system fields and collections, OpenAPI specifications, and App UI routes and components. This endpoint has been unused for over a year and has now been fully removed. - Fixed `getAsset` returning all file fields instead of only those allowed by the users permissions ([#&#8203;25905](https://github.com/directus/directus/pull/25905) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - Added multi-domain support for OAuth/OpenID ([#&#8203;26312](https://github.com/directus/directus/pull/26312) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - Added a new `AI_ENABLED` environment variable to allow opting out of our AI chat feature ([#&#8203;26458](https://github.com/directus/directus/pull/26458) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - **[@&#8203;directus/system-data](https://github.com/directus/system-data)** - Removed the deprecated `/webhooks` functionality across the stack. This includes the API route and its related tests, ([#&#8203;26311](https://github.com/directus/directus/pull/26311) by [@&#8203;mobml](https://github.com/mobml)) controller, and mocks, as well as the corresponding SDK commands and schema types, types and services, system fields and collections, OpenAPI specifications, and App UI routes and components. This endpoint has been unused for over a year and has now been fully removed. - **[@&#8203;directus/specs](https://github.com/directus/specs)** - Removed the deprecated `/webhooks` functionality across the stack. This includes the API route and its related tests, ([#&#8203;26311](https://github.com/directus/directus/pull/26311) by [@&#8203;mobml](https://github.com/mobml)) controller, and mocks, as well as the corresponding SDK commands and schema types, types and services, system fields and collections, OpenAPI specifications, and App UI routes and components. This endpoint has been unused for over a year and has now been fully removed. - **[@&#8203;directus/types](https://github.com/directus/types)** - Removed the deprecated `/webhooks` functionality across the stack. This includes the API route and its related tests, ([#&#8203;26311](https://github.com/directus/directus/pull/26311) by [@&#8203;mobml](https://github.com/mobml)) controller, and mocks, as well as the corresponding SDK commands and schema types, types and services, system fields and collections, OpenAPI specifications, and App UI routes and components. This endpoint has been unused for over a year and has now been fully removed. - **[@&#8203;directus/sdk](https://github.com/directus/sdk)** - Removed the deprecated `/webhooks` functionality across the stack. This includes the API route and its related tests, ([#&#8203;26311](https://github.com/directus/directus/pull/26311) by [@&#8203;mobml](https://github.com/mobml)) controller, and mocks, as well as the corresponding SDK commands and schema types, types and services, system fields and collections, OpenAPI specifications, and App UI routes and components. This endpoint has been unused for over a year and has now been fully removed. ##### ✨ New Features & Improvements - **[@&#8203;directus/app](https://github.com/directus/app)** - Added a new `AI_ENABLED` environment variable to allow opting out of our AI chat feature ([#&#8203;26458](https://github.com/directus/directus/pull/26458) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - Added concurrency control for file uploads via a new `FILES_MAX_UPLOAD_CONCURRENCY` env variable ([#&#8203;26424](https://github.com/directus/directus/pull/26424) by [@&#8203;thomas-svrts](https://github.com/thomas-svrts)) - Added nested validation rules to validation error notice ([#&#8203;26389](https://github.com/directus/directus/pull/26389) by [@&#8203;robluton](https://github.com/robluton)) - Added Comparison modal wysiwyg diff highlighting ([#&#8203;26301](https://github.com/directus/directus/pull/26301) by [@&#8203;robluton](https://github.com/robluton)) - Fixed an issue that would cause some drawer header icons from being displayed too large ([#&#8203;26442](https://github.com/directus/directus/pull/26442) by [@&#8203;kekekuli](https://github.com/kekekuli)) - **[@&#8203;directus/api](https://github.com/directus/api)** - Added concurrency control for file uploads via a new `FILES_MAX_UPLOAD_CONCURRENCY` env variable ([#&#8203;26424](https://github.com/directus/directus/pull/26424) by [@&#8203;thomas-svrts](https://github.com/thomas-svrts)) - **[@&#8203;directus/env](https://github.com/directus/env)** - Added multi-domain support for OAuth/OpenID ([#&#8203;26312](https://github.com/directus/directus/pull/26312) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - Added a new `AI_ENABLED` environment variable to allow opting out of our AI chat feature ([#&#8203;26458](https://github.com/directus/directus/pull/26458) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - Added concurrency control for file uploads via a new `FILES_MAX_UPLOAD_CONCURRENCY` env variable ([#&#8203;26424](https://github.com/directus/directus/pull/26424) by [@&#8203;thomas-svrts](https://github.com/thomas-svrts)) - Added support for specifying a KMS Key ID in S3 storage when using `aws:kms` Server Side Encryption ([#&#8203;26377](https://github.com/directus/directus/pull/26377) by [@&#8203;Joey92](https://github.com/Joey92)) - **[@&#8203;directus/types](https://github.com/directus/types)** - Added missing MCP settings types. ([#&#8203;26469](https://github.com/directus/directus/pull/26469) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - **[@&#8203;directus/storage-driver-s3](https://github.com/directus/storage-driver-s3)** - Added support for specifying a KMS Key ID in S3 storage when using `aws:kms` Server Side Encryption ([#&#8203;26377](https://github.com/directus/directus/pull/26377) by [@&#8203;Joey92](https://github.com/Joey92)) ##### 🐛 Bug Fixes & Optimizations - **[@&#8203;directus/app](https://github.com/directus/app)** - Added multi-domain support for OAuth/OpenID ([#&#8203;26312](https://github.com/directus/directus/pull/26312) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - Improves behavior of the in-studio back button ([#&#8203;26427](https://github.com/directus/directus/pull/26427) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed disabled state for `datetime`, `file`, `select-dropdown-m2o` & `collection-item dropdowns` interfaces ([#&#8203;26365](https://github.com/directus/directus/pull/26365) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding)) - Fixed GraphQL error when duplicating M2A items with same name fields of conflicting types. ([#&#8203;26367](https://github.com/directus/directus/pull/26367) by [@&#8203;dstockton](https://github.com/dstockton)) - Enforces the eslint vue/no-undef-components rule in the sourcecode ([#&#8203;26390](https://github.com/directus/directus/pull/26390) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed incorrect initial slider fill position when the midpoint is not a valid stepped value ([#&#8203;26408](https://github.com/directus/directus/pull/26408) by [@&#8203;DamnItAzriel](https://github.com/DamnItAzriel)) - Fixed sticky column background in M2M list interface ([#&#8203;26401](https://github.com/directus/directus/pull/26401) by [@&#8203;vdr-smartdev-trinh](https://github.com/vdr-smartdev-trinh)) - Improved system permissions collection picker to support easier multi-selection ([#&#8203;26410](https://github.com/directus/directus/pull/26410) by [@&#8203;thanhle98](https://github.com/thanhle98)) - Enforced PascalCase usage within app source code ([#&#8203;26391](https://github.com/directus/directus/pull/26391) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - Cleaned up header button inconsistencies ([#&#8203;26375](https://github.com/directus/directus/pull/26375) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - Replaced the local useLocalStorage composable with the VueUse equivalent ([#&#8203;26303](https://github.com/directus/directus/pull/26303) by [@&#8203;tydung26](https://github.com/tydung26)) - Disable text highlighting for draggable vue elements in Chrome and Firefox ([#&#8203;26413](https://github.com/directus/directus/pull/26413) by [@&#8203;DanielRubianes](https://github.com/DanielRubianes)) - Fix markdown editor layout when a minimum input height is applied ([#&#8203;26430](https://github.com/directus/directus/pull/26430) by [@&#8203;DamnItAzriel](https://github.com/DamnItAzriel)) - Added image validation type for file image upload ([#&#8203;25946](https://github.com/directus/directus/pull/25946) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - **[@&#8203;directus/api](https://github.com/directus/api)** - Updated `nodemailer` dependency from 7.0.10 to 7.0.11 ([#&#8203;26288](https://github.com/directus/directus/pull/26288) by [@&#8203;dependabot](https://github.com/dependabot)) - Added system index for revisions.activity ([#&#8203;26479](https://github.com/directus/directus/pull/26479) by [@&#8203;br41nslug](https://github.com/br41nslug)) - Fixed `cockroachdb` failing on "Add Marketplace" migration ([#&#8203;26467](https://github.com/directus/directus/pull/26467) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding)) - Fixed password reset timing ([#&#8203;26485](https://github.com/directus/directus/pull/26485) by [@&#8203;br41nslug](https://github.com/br41nslug)) - Fixed MySQL migration compatibility with sql\_require\_primary\_key ([#&#8203;26374](https://github.com/directus/directus/pull/26374) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - Fix permission cache to respect `CACHE_SYSTEM_TTL` ([#&#8203;26295](https://github.com/directus/directus/pull/26295) by [@&#8203;clintmoyer](https://github.com/clintmoyer)) - Improved CockroachDB database introspection performance ([#&#8203;26393](https://github.com/directus/directus/pull/26393) by [@&#8203;br41nslug](https://github.com/br41nslug)) - **[@&#8203;directus/types](https://github.com/directus/types)** - Updated `nodemailer` dependency from 7.0.10 to 7.0.11 ([#&#8203;26288](https://github.com/directus/directus/pull/26288) by [@&#8203;dependabot](https://github.com/dependabot)) - **[@&#8203;directus/system-data](https://github.com/directus/system-data)** - Added system index for revisions.activity ([#&#8203;26479](https://github.com/directus/directus/pull/26479) by [@&#8203;br41nslug](https://github.com/br41nslug)) - Added a new `AI_ENABLED` environment variable to allow opting out of our AI chat feature ([#&#8203;26458](https://github.com/directus/directus/pull/26458) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - **[@&#8203;directus/memory](https://github.com/directus/memory)** - Fix permission cache to respect `CACHE_SYSTEM_TTL` ([#&#8203;26295](https://github.com/directus/directus/pull/26295) by [@&#8203;clintmoyer](https://github.com/clintmoyer)) - **[@&#8203;directus/sdk](https://github.com/directus/sdk)** - Added a new `AI_ENABLED` environment variable to allow opting out of our AI chat feature ([#&#8203;26458](https://github.com/directus/directus/pull/26458) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - Fixed conversion of `fields` from object notation to dot syntax in SDK subscription queries ([#&#8203;26397](https://github.com/directus/directus/pull/26397) by [@&#8203;bruno-costa](https://github.com/bruno-costa)) - **[@&#8203;directus/schema](https://github.com/directus/schema)** - Improved CockroachDB database introspection performance ([#&#8203;26393](https://github.com/directus/directus/pull/26393) by [@&#8203;br41nslug](https://github.com/br41nslug)) - **[@&#8203;directus/themes](https://github.com/directus/themes)** - Enforced PascalCase usage within app source code ([#&#8203;26391](https://github.com/directus/directus/pull/26391) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/schema-builder](https://github.com/directus/schema-builder)** - Fixed singleton support ([#&#8203;26478](https://github.com/directus/directus/pull/26478) by [@&#8203;licitdev](https://github.com/licitdev)) - **[@&#8203;directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)** - Fixed an issue where the Supabase storage driver would fail if the root folder is the empty string. ([#&#8203;26384](https://github.com/directus/directus/pull/26384) by [@&#8203;aderugy](https://github.com/aderugy)) ##### 📦 Published Versions - `@directus/app@15.0.0` - `@directus/api@33.0.0` - `@directus/composables@11.2.9` - `create-directus-extension@11.0.25` - `@directus/env@5.4.0` - `@directus/extensions@3.0.16` - `@directus/extensions-registry@3.0.16` - `@directus/extensions-sdk@17.0.5` - `@directus/memory@3.0.14` - `@directus/pressure@3.0.14` - `@directus/schema@13.0.5` - `@directus/schema-builder@0.0.11` - `@directus/specs@12.0.0` - `@directus/storage-driver-azure@12.0.14` - `@directus/storage-driver-cloudinary@12.0.14` - `@directus/storage-driver-gcs@12.0.14` - `@directus/storage-driver-s3@&#8203;12.1.0` - `@directus/storage-driver-supabase@3.0.14` - `@directus/system-data@4.0.0` - `@directus/themes@1.2.1` - `@directus/types@14.0.0` - `@directus/utils@13.1.1` - `@directus/validation@2.0.14` - `@directus/sdk@21.0.0` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
renovate-bot added the automergeimage labels 2026-01-16 18:40:26 +00:00
renovate-bot added 1 commit 2026-01-16 18:40:27 +00:00
Update directus/directus Docker tag to v11.14.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
lint-test-helm / lint-helm (pull_request) Successful in 43s
render-manifests-automerge / render-manifests-automerge (pull_request) Successful in 1m12s
0b8fdfbde3
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-01-16 18:40:29 +00:00
renovate-bot merged commit 8bfb581d9b into main 2026-01-16 18:40:35 +00:00
renovate-bot deleted branch renovate/directus-directus-11.x 2026-01-16 18:40:47 +00:00
Sign in to join this conversation.