Update directus/directus Docker tag to v11.11.0 #1333

Merged
alexlebens merged 1 commits from renovate/directus-directus-11.x into main 2025-08-28 23:53:58 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
directus/directus minor 11.10.2 -> 11.11.0

Release Notes

directus/directus (directus/directus)

v11.11.0

Compare Source

⚠️ Potential Breaking Changes

Fixed Content Versioning to correctly merge relational data and support all query parameter functionality (#​25437)
The following changes should be kept in mind when updating:

  1. Relational versioned data now requires explicit field expansion to be included in the response.
  2. Invalid data (e.g. Fails validation rules) will error on query
  3. Filter conditions now apply to the versioned data instead of the main record
  4. For more information, please read the breaking change docs for a full list of changes.

Additionally there will be further breaking changes to USER_CREATED, USER_UPDATED, DATE_CREATED, DATE_UPDATED default values in a followup PR to improve this behavior further.

Check in with https://github.com/directus/directus/pull/25744 to see more info about the breaking changes.

New Features & Improvements
🐛 Bug Fixes & Optimizations
📦 Published Versions
  • @directus/app@13.14.0
  • @directus/api@30.0.0
  • create-directus-extension@11.0.18
  • @directus/extensions@3.0.10
  • @directus/extensions-registry@3.0.10
  • @directus/extensions-sdk@16.0.1
  • @directus/schema-builder@0.0.5
  • @directus/types@13.2.2
  • @directus/sdk@20.0.3

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


  • 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) | minor | `11.10.2` -> `11.11.0` | --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.11.0`](https://github.com/directus/directus/releases/tag/v11.11.0) [Compare Source](https://github.com/directus/directus/compare/v11.10.2...v11.11.0) ##### ⚠️ Potential Breaking Changes **Fixed `Content Versioning` to correctly merge relational data and support all query parameter functionality ([#&#8203;25437](https://github.com/directus/directus/pull/25437))** The following changes should be kept in mind when updating: 1. Relational versioned data now requires explicit field expansion to be included in the response. 2. Invalid data (e.g. Fails validation rules) will error on query 3. Filter conditions now apply to the versioned data instead of the main record 4. For more information, please read the [breaking change docs](https://directus.io/docs/releases/breaking-changes/version-11#version-11110) for a full list of changes. Additionally there will be further breaking changes to `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, `DATE_UPDATED` default values in a followup PR to improve this behavior further. Check in with https://github.com/directus/directus/pull/25744 to see more info about the breaking changes. ##### ✨ New Features & Improvements - **[@&#8203;directus/api](https://github.com/directus/api)** - Fixed `Content Versioning` to correctly merge relational data and support all query parameter functionality ([#&#8203;25437](https://github.com/directus/directus/pull/25437) by [@&#8203;Nitwel](https://github.com/Nitwel)) - **[@&#8203;directus/app](https://github.com/directus/app)** - Fixed links in WYSIWYG missing underline and pointer cursor styling ([#&#8203;25739](https://github.com/directus/directus/pull/25739) by [@&#8203;Abdallah-Awwad](https://github.com/Abdallah-Awwad)) - Added a new field to conditions for clearing hidden fields on save ([#&#8203;25646](https://github.com/directus/directus/pull/25646) by [@&#8203;robluton](https://github.com/robluton)) ##### 🐛 Bug Fixes & Optimizations - **[@&#8203;directus/app](https://github.com/directus/app)** - Fixed timestamp fields being incorrectly marked as changed due to timezone mismatch ([#&#8203;25718](https://github.com/directus/directus/pull/25718) by [@&#8203;khanahmad4527](https://github.com/khanahmad4527)) - Fixed code button state not updating when exiting code mode in WYSIWYG ([#&#8203;25741](https://github.com/directus/directus/pull/25741) by [@&#8203;Abdallah-Awwad](https://github.com/Abdallah-Awwad)) - Added currentItem id check to prevent in-flight api call from returning stale data ([#&#8203;25660](https://github.com/directus/directus/pull/25660) by [@&#8203;robluton](https://github.com/robluton)) - Added RTL support for popper context menu ([#&#8203;25697](https://github.com/directus/directus/pull/25697) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard)) - Fixed an issue with focus trap in TinyMCE dialogs within the WYSIWYG editor ([#&#8203;25746](https://github.com/directus/directus/pull/25746) by [@&#8203;formfcw](https://github.com/formfcw)) - Upgraded esbuild and Vite ([#&#8203;25737](https://github.com/directus/directus/pull/25737) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@&#8203;directus/api](https://github.com/directus/api)** - Upgraded esbuild and Vite ([#&#8203;25737](https://github.com/directus/directus/pull/25737) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated nodemailer to us AWS SESv2 ([#&#8203;25730](https://github.com/directus/directus/pull/25730) by [@&#8203;br41nslug](https://github.com/br41nslug)) - Fixed `permissionsCacheable` erroring on null operator value ([#&#8203;25753](https://github.com/directus/directus/pull/25753) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard)) - **[@&#8203;directus/types](https://github.com/directus/types)** - Fixed `Content Versioning` to correctly merge relational data and support all query parameter functionality ([#&#8203;25437](https://github.com/directus/directus/pull/25437) by [@&#8203;Nitwel](https://github.com/Nitwel)) - **[@&#8203;directus/sdk](https://github.com/directus/sdk)** - Fixed auth being cleared before `login`/`refresh` request succeeds ([#&#8203;25367](https://github.com/directus/directus/pull/25367) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding)) ##### 📦 Published Versions - `@directus/app@13.14.0` - `@directus/api@30.0.0` - `create-directus-extension@11.0.18` - `@directus/extensions@3.0.10` - `@directus/extensions-registry@3.0.10` - `@directus/extensions-sdk@16.0.1` - `@directus/schema-builder@0.0.5` - `@directus/types@13.2.2` - `@directus/sdk@20.0.3` </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
renovate-bot added the
image
label 2025-08-28 20:01:44 +00:00
renovate-bot added 1 commit 2025-08-28 20:01:45 +00:00
Update directus/directus Docker tag to v11.11.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 12s
d988edddf1
renovate-bot force-pushed renovate/directus-directus-11.x from a1c86596b5 to d90b4ec365 2025-08-28 23:45:08 +00:00 Compare
alexlebens merged commit a2ce360b64 into main 2025-08-28 23:53:58 +00:00
alexlebens deleted branch renovate/directus-directus-11.x 2025-08-28 23:53:58 +00:00
Sign in to join this conversation.
No description provided.