Renovate Bot 935639ef35
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
Update directus/directus Docker tag to v11.12.0 (#1489)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [directus/directus](https://github.com/directus/directus) | minor | `11.11.0` -> `11.12.0` |

---

### Release Notes

<details>
<summary>directus/directus (directus/directus)</summary>

### [`v11.12.0`](https://github.com/directus/directus/releases/tag/v11.12.0)

[Compare Source](https://github.com/directus/directus/compare/v11.11.0...v11.12.0)

##### ⚠️ Potential Breaking Changes

**Fixed `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ([#&#8203;25744](https://github.com/directus/directus/pull/25744))**

- Requesting a non-existent version will now return a Forbidden error.

- The `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` fields will now represent the last actual changes, not the promotion metadata.

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Fixed `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ([#&#8203;25744](https://github.com/directus/directus/pull/25744) by [@&#8203;Nitwel](https://github.com/Nitwel))

- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Fixed `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ([#&#8203;25744](https://github.com/directus/directus/pull/25744) by [@&#8203;Nitwel](https://github.com/Nitwel))

#####  New Features & Improvements

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Add MCP support ([#&#8203;25578](https://github.com/directus/directus/pull/25578) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Fixed OAuth flow to allow for 2FA setup ([#&#8203;25695](https://github.com/directus/directus/pull/25695) by [@&#8203;robluton](https://github.com/robluton))
  - Added description and primary key copy option to the policy page sidebar ([#&#8203;25755](https://github.com/directus/directus/pull/25755) by [@&#8203;khanahmad4527](https://github.com/khanahmad4527))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Add MCP support ([#&#8203;25578](https://github.com/directus/directus/pull/25578) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Fixed OAuth flow to allow for 2FA setup ([#&#8203;25695](https://github.com/directus/directus/pull/25695) by [@&#8203;robluton](https://github.com/robluton))
- **[@&#8203;directus/format-title](https://github.com/directus/format-title)**
  - Add MCP support ([#&#8203;25578](https://github.com/directus/directus/pull/25578) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Add MCP support ([#&#8203;25578](https://github.com/directus/directus/pull/25578) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/env](https://github.com/directus/env)**
  - Add MCP support ([#&#8203;25578](https://github.com/directus/directus/pull/25578) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/sdk](https://github.com/directus/sdk)**
  - Add MCP support ([#&#8203;25578](https://github.com/directus/directus/pull/25578) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))

##### 🐛 Bug Fixes & Optimizations

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Ensured that custom validation messages are displayed in the drawer ([#&#8203;25786](https://github.com/directus/directus/pull/25786) by [@&#8203;formfcw](https://github.com/formfcw))
  - Added cache-busting to image asset URLs in the studio to ensure updated images are always loaded ([#&#8203;25833](https://github.com/directus/directus/pull/25833) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed issue causing incorrect relationships to be used in custom interfaces ([#&#8203;25638](https://github.com/directus/directus/pull/25638) by [@&#8203;robluton](https://github.com/robluton))
  - Ensured that M2M fields in the directus\_files collection use the correct interface ([#&#8203;25602](https://github.com/directus/directus/pull/25602) by [@&#8203;robluton](https://github.com/robluton))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Upgraded joi dependency from 17.13.3 to 18.0.0 ([#&#8203;25613](https://github.com/directus/directus/pull/25613) by [@&#8203;dependabot](https://github.com/dependabot))
  - Added activity tracking for user suspension due to failed login attempts ([#&#8203;25836](https://github.com/directus/directus/pull/25836) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Fixed constraint errors not being propagated in MSSQL ([#&#8203;25801](https://github.com/directus/directus/pull/25801) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/utils](https://github.com/directus/utils)**
  - Upgraded joi dependency from 17.13.3 to 18.0.0 ([#&#8203;25613](https://github.com/directus/directus/pull/25613) by [@&#8203;dependabot](https://github.com/dependabot))
  - Upgraded tmp dependency from 0.2.4 to 0.2.5 ([#&#8203;25670](https://github.com/directus/directus/pull/25670) by [@&#8203;dependabot](https://github.com/dependabot))
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/validation](https://github.com/directus/validation)**
  - Upgraded joi dependency from 17.13.3 to 18.0.0 ([#&#8203;25613](https://github.com/directus/directus/pull/25613) by [@&#8203;dependabot](https://github.com/dependabot))
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/types](https://github.com/directus/types)**
  - Fixed `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ([#&#8203;25744](https://github.com/directus/directus/pull/25744) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Added cache-busting to image asset URLs in the studio to ensure updated images are always loaded ([#&#8203;25833](https://github.com/directus/directus/pull/25833) by [@&#8203;formfcw](https://github.com/formfcw))
- **[@&#8203;directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/storage-driver-azure](https://github.com/directus/storage-driver-azure)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/storage-driver-local](https://github.com/directus/storage-driver-local)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/extensions-registry](https://github.com/directus/extensions-registry)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/storage-driver-s3](https://github.com/directus/storage-driver-s3)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/schema-builder](https://github.com/directus/schema-builder)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/format-title](https://github.com/directus/format-title)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/update-check](https://github.com/directus/update-check)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/composables](https://github.com/directus/composables)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/extensions](https://github.com/directus/extensions)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/constants](https://github.com/directus/constants)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/pressure](https://github.com/directus/pressure)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/storage](https://github.com/directus/storage)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/errors](https://github.com/directus/errors)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/memory](https://github.com/directus/memory)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/schema](https://github.com/directus/schema)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/stores](https://github.com/directus/stores)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/env](https://github.com/directus/env)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@&#8203;directus/sdk](https://github.com/directus/sdk)**
  - Replaced tsup with tsdown ([#&#8203;25750](https://github.com/directus/directus/pull/25750) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))

##### 📦 Published Versions

- `@directus/app@14.0.0`
- `@directus/api@31.0.0`
- `@directus/composables@11.2.3`
- `@directus/constants@13.0.3`
- `create-directus-extension@11.0.19`
- `@directus/env@5.2.0`
- `@directus/errors@2.0.4`
- `@directus/extensions@3.0.11`
- `@directus/extensions-registry@3.0.11`
- `@directus/extensions-sdk@16.0.2`
- `@directus/format-title@12.1.0`
- `@directus/memory@3.0.9`
- `@directus/pressure@3.0.9`
- `@directus/schema@13.0.3`
- `@directus/schema-builder@0.0.6`
- `@directus/storage@12.0.2`
- `@directus/storage-driver-azure@12.0.9`
- `@directus/storage-driver-cloudinary@12.0.9`
- `@directus/storage-driver-gcs@12.0.9`
- `@directus/storage-driver-local@12.0.2`
- `@directus/storage-driver-s3@&#8203;12.0.9`
- `@directus/storage-driver-supabase@3.0.9`
- `@directus/stores@1.0.4`
- `@directus/system-data@3.3.0`
- `@directus/themes@1.1.5`
- `@directus/types@13.2.3`
- `@directus/update-check@13.0.3`
- `@directus/utils@13.0.10`
- `@directus/validation@2.0.9`
- `@directus/sdk@20.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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45OS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTE2LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: #1489
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-09-18 03:42:53 +00:00
2025-05-15 00:16:59 -05:00
2024-05-22 12:49:28 -05:00
2024-05-22 12:49:28 -05:00
2025-06-28 16:47:31 -05:00

alexlebens.net

GitOps definied infrastrucutre for the alexlebens.net domain.

License

This project is licensed under the terms of the Apache 2.0 License license.

Description
No description provided
Readme Apache-2.0 16 MiB