4d8e7bab6487f8ad470fea673b1bed0d23b18a50
250 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 965564be1a | Update directus/directus Docker tag to v11.13.4 (#2083) | |||
| 26df1c7ac7 | Update directus/directus Docker tag to v11.13.3 (#2066) | |||
| 68e579a0f0 | Update directus/directus Docker tag to v11.13.2 (#1996) | |||
| 0905601258 | Update directus/directus Docker tag to v11.13.1 (#1986) | |||
| fff906f16e |
Update directus/directus Docker tag to v11.13.0 (#1961)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [directus/directus](https://github.com/directus/directus) | minor | `11.12.0` -> `11.13.0` | --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.13.0`](https://github.com/directus/directus/releases/tag/v11.13.0) [Compare Source](https://github.com/directus/directus/compare/v11.12.0...v11.13.0) ##### ⚠️ Potential Breaking Changes **Removed non-relational types from `RELATIONAL_TYPES` constant ([#​25964](https://github.com/directus/directus/pull/25964))** Extensions or external code using `RELATIONAL_TYPES` should note the excluded `presentation` and `group`. **Fixed `<scope>.delete` filter hook running after permission check. Fixed keys returned by the hook not being used in place of the original keys. ([#​26034](https://github.com/directus/directus/pull/26034))** - Keys returned by the hook are now used in place of the original keys. - The hook will trigger regardless of user permissions. Ensure any necessary permission checks are performed prior to any data processing. - **[@​directus/api](https://github.com/directus/api)** - Fixed `<scope>.delete` filter hook running after permission check. Fixed keys returned by the hook not being used in place of the original keys. ([#​26034](https://github.com/directus/directus/pull/26034) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Restricted system collection fields to only allow indexing ([#​24820](https://github.com/directus/directus/pull/24820) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/constants](https://github.com/directus/constants)** - Removed non-relational types from `RELATIONAL_TYPES` constant ([#​25964](https://github.com/directus/directus/pull/25964) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk)** - Use node exportConditions when building api extensions. See [#​25591](https://github.com/directus/directus/issues/25591) ([#​25591](https://github.com/directus/directus/pull/25591) by [@​julbd](https://github.com/julbd)) ##### ✨ New Features & Improvements - **[@​directus/app](https://github.com/directus/app)** - Introduced the Content Comparison Modal for side-by-side review of version and revision changes. ([#​25782](https://github.com/directus/directus/pull/25782) by [@​robluton](https://github.com/robluton)) - Added interface config option to control indicator appearance ([#​26086](https://github.com/directus/directus/pull/26086) by [@​formfcw](https://github.com/formfcw)) - Added schema snapshot download button to the admin view of the studio ([#​25903](https://github.com/directus/directus/pull/25903) by [@​Nitwel](https://github.com/Nitwel)) - Added setup flow and license agreement banner ([#​25983](https://github.com/directus/directus/pull/25983) by [@​Nitwel](https://github.com/Nitwel)) - Added comparison indicators for group interfaces ([#​26086](https://github.com/directus/directus/pull/26086) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/api](https://github.com/directus/api)** - Improved error reporting for data imports ([#​25862](https://github.com/directus/directus/pull/25862) by [@​gaetansenn](https://github.com/gaetansenn)) - Added setup flow and license agreement banner ([#​25983](https://github.com/directus/directus/pull/25983) by [@​Nitwel](https://github.com/Nitwel)) - Added support for custom metric name prefix via the `METRICS_NAME_PREFIX` environment variable ([#​25819](https://github.com/directus/directus/pull/25819) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Added retention indexes ([#​25199](https://github.com/directus/directus/pull/25199) by [@​br41nslug](https://github.com/br41nslug)) - Added rate limiting options for sending emails ([#​25966](https://github.com/directus/directus/pull/25966) by [@​br41nslug](https://github.com/br41nslug)) - Added support for indexes on system fields to snapshots ([#​25127](https://github.com/directus/directus/pull/25127) by [@​br41nslug](https://github.com/br41nslug)) - Added tracking of `mcp_enabled`, `mcp_allow_deletes`, `mcp_system_prompt_enabled` and `visual_editor_urls` in telemetry reports ([#​25989](https://github.com/directus/directus/pull/25989) by [@​connorwinston](https://github.com/connorwinston)) - **[@​directus/types](https://github.com/directus/types)** - Added interface config option to control indicator appearance ([#​26086](https://github.com/directus/directus/pull/26086) by [@​formfcw](https://github.com/formfcw)) - Added setup flow and license agreement banner ([#​25983](https://github.com/directus/directus/pull/25983) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Added setup flow and license agreement banner ([#​25983](https://github.com/directus/directus/pull/25983) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/env](https://github.com/directus/env)** - Added setup flow and license agreement banner ([#​25983](https://github.com/directus/directus/pull/25983) by [@​Nitwel](https://github.com/Nitwel)) - Added support for custom metric name prefix via the `METRICS_NAME_PREFIX` environment variable ([#​25819](https://github.com/directus/directus/pull/25819) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) ##### 🐛 Bug Fixes & Optimizations - **[@​directus/app](https://github.com/directus/app)** - Fixed user hover display on the activity item detail page ([#​25971](https://github.com/directus/directus/pull/25971) by [@​Shashank188](https://github.com/Shashank188)) - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Migrated tus to next major version 2.3.0 ([#​25828](https://github.com/directus/directus/pull/25828) by [@​dependabot](https://github.com/dependabot)) - Fixed comma decimal separator handling for decimal inputs ([#​25994](https://github.com/directus/directus/pull/25994) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Improved tag interface to automatically add tag when input loses focus ([#​25818](https://github.com/directus/directus/pull/25818) by [@​licitdev](https://github.com/licitdev)) - Removed defineProps import to resolve compiler warning ([#​25944](https://github.com/directus/directus/pull/25944) by [@​formfcw](https://github.com/formfcw)) - Fixed the dark mode visual of the block editor popover ([#​25917](https://github.com/directus/directus/pull/25917) by [@​hanneskuettner](https://github.com/hanneskuettner)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Added use-flows composable and refactored flow-sidebar-detail manual flow logic ([#​25962](https://github.com/directus/directus/pull/25962) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed collection not required in item operations ([#​25940](https://github.com/directus/directus/pull/25940) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26009](https://github.com/directus/directus/pull/26009) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Improved error reporting for data imports ([#​25862](https://github.com/directus/directus/pull/25862) by [@​gaetansenn](https://github.com/gaetansenn)) - Removed non-relational types from `RELATIONAL_TYPES` constant ([#​25964](https://github.com/directus/directus/pull/25964) by [@​formfcw](https://github.com/formfcw)) - Fixed "Is one of" search failing with number values ([#​26049](https://github.com/directus/directus/pull/26049) by [@​u12206050](https://github.com/u12206050)) - Updated happy-dom dependency from 18.0.1 to 20.0.8 ([#​26019](https://github.com/directus/directus/pull/26019) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26037](https://github.com/directus/directus/pull/26037) by [@​formfcw](https://github.com/formfcw)) - Removed AI beta labels from AI module ([#​26066](https://github.com/directus/directus/pull/26066) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed operation extension options when using a vue component ([#​25902](https://github.com/directus/directus/pull/25902) by [@​br41nslug](https://github.com/br41nslug)) - Updated link for feature request ([#​26027](https://github.com/directus/directus/pull/26027) by [@​licitdev](https://github.com/licitdev)) - Improved block editor sanitization ([#​26108](https://github.com/directus/directus/pull/26108) by [@​br41nslug](https://github.com/br41nslug)) - Added field-level searchable option to improve search performance ([#​25970](https://github.com/directus/directus/pull/25970) by [@​PHILLIPS71](https://github.com/PHILLIPS71)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26018](https://github.com/directus/directus/pull/26018) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/api](https://github.com/directus/api)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Migrated tus to next major version 2.3.0 ([#​25828](https://github.com/directus/directus/pull/25828) by [@​dependabot](https://github.com/dependabot)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26009](https://github.com/directus/directus/pull/26009) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Added field-level searchable option to improve search performance ([#​25970](https://github.com/directus/directus/pull/25970) by [@​PHILLIPS71](https://github.com/PHILLIPS71)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26018](https://github.com/directus/directus/pull/26018) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Added `directus_comments` and `directus_extensions` to websocket subscriptions ([#​25464](https://github.com/directus/directus/pull/25464) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated searchable fields ([#​26111](https://github.com/directus/directus/pull/26111) by [@​br41nslug](https://github.com/br41nslug)) - Added support for MSSQL tables with triggers ([#​25881](https://github.com/directus/directus/pull/25881) by [@​gaetansenn](https://github.com/gaetansenn)) - Fixed content versioning for singleton collections ([#​25931](https://github.com/directus/directus/pull/25931) by [@​Nitwel](https://github.com/Nitwel)) - Upgraded p-limit dependency from 6.2.0 to 7.1.1 ([#​25831](https://github.com/directus/directus/pull/25831) by [@​dependabot](https://github.com/dependabot)) - Fixed health check file name changing on every health check report ([#​25819](https://github.com/directus/directus/pull/25819) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Removed implicit primaryKey permission for non relational meta queries ([#​25362](https://github.com/directus/directus/pull/25362) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Added determenistic sql aliases ([#​25860](https://github.com/directus/directus/pull/25860) by [@​u12206050](https://github.com/u12206050)) - Fixed requesting a versioned item with the 'main' keyword returning forbidden ([#​25986](https://github.com/directus/directus/pull/25986) by [@​Nitwel](https://github.com/Nitwel)) - Updated tar dependency from 7.5.1 to 7.5.2 ([#​26080](https://github.com/directus/directus/pull/26080) by [@​dependabot](https://github.com/dependabot)) - Improved error consistency ([#​26109](https://github.com/directus/directus/pull/26109) by [@​br41nslug](https://github.com/br41nslug)) - Fixed aggregate filtering of M2A fields in GraphQL ([#​25976](https://github.com/directus/directus/pull/25976) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Fixed MCP item tool aggregation ([#​25915](https://github.com/directus/directus/pull/25915) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Fixed metric test file name changing on every metric generation ([#​25819](https://github.com/directus/directus/pull/25819) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Added permissions cleanup on fields ([#​26110](https://github.com/directus/directus/pull/26110) by [@​br41nslug](https://github.com/br41nslug)) - Replaced `node-schedule` with `cron` ([#​25874](https://github.com/directus/directus/pull/25874) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated auth drivers to fetch the latest schema on each request ([#​25949](https://github.com/directus/directus/pull/25949) by [@​gaetansenn](https://github.com/gaetansenn)) - Fixed deep filtering of M2A fields in GraphQL ([#​25895](https://github.com/directus/directus/pull/25895) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Upgraded `tar-fs` dependency from 2.1.3 to 2.1.4 ([#​25958](https://github.com/directus/directus/pull/25958) by [@​br41nslug](https://github.com/br41nslug)) - Added indexing parameters to the SDK and GraphQL ([#​25199](https://github.com/directus/directus/pull/25199) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/composables](https://github.com/directus/composables)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26009](https://github.com/directus/directus/pull/26009) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated happy-dom dependency from 18.0.1 to 20.0.8 ([#​26019](https://github.com/directus/directus/pull/26019) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Added field-level searchable option to improve search performance ([#​25970](https://github.com/directus/directus/pull/25970) by [@​PHILLIPS71](https://github.com/PHILLIPS71)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26018](https://github.com/directus/directus/pull/26018) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/constants](https://github.com/directus/constants)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Added field-level searchable option to improve search performance ([#​25970](https://github.com/directus/directus/pull/25970) by [@​PHILLIPS71](https://github.com/PHILLIPS71)) - **create-directus-extension** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26009](https://github.com/directus/directus/pull/26009) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26018](https://github.com/directus/directus/pull/26018) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **create-directus-project** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26009](https://github.com/directus/directus/pull/26009) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/env](https://github.com/directus/env)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Improved error reporting for data imports ([#​25862](https://github.com/directus/directus/pull/25862) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Added rate limiting options for sending emails ([#​25966](https://github.com/directus/directus/pull/25966) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/errors](https://github.com/directus/errors)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Added rate limiting options for sending emails ([#​25966](https://github.com/directus/directus/pull/25966) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/extensions](https://github.com/directus/extensions)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/extensions-registry](https://github.com/directus/extensions-registry)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26009](https://github.com/directus/directus/pull/26009) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26018](https://github.com/directus/directus/pull/26018) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/format-title](https://github.com/directus/format-title)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/memory](https://github.com/directus/memory)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/pressure](https://github.com/directus/pressure)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/release-notes-generator](https://github.com/directus/release-notes-generator)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/schema](https://github.com/directus/schema)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/schema-builder](https://github.com/directus/schema-builder)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Added field-level searchable option to improve search performance ([#​25970](https://github.com/directus/directus/pull/25970) by [@​PHILLIPS71](https://github.com/PHILLIPS71)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage](https://github.com/directus/storage)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-azure](https://github.com/directus/storage-driver-azure)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26009](https://github.com/directus/directus/pull/26009) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26009](https://github.com/directus/directus/pull/26009) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-local](https://github.com/directus/storage-driver-local)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-s3](https://github.com/directus/storage-driver-s3)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26009](https://github.com/directus/directus/pull/26009) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26009](https://github.com/directus/directus/pull/26009) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed Supabase storage driver file uploads and improved error handling ([#​25883](https://github.com/directus/directus/pull/25883) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/stores](https://github.com/directus/stores)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26018](https://github.com/directus/directus/pull/26018) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Added field-level searchable option to improve search performance ([#​25970](https://github.com/directus/directus/pull/25970) by [@​PHILLIPS71](https://github.com/PHILLIPS71)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Added retention indexes ([#​25199](https://github.com/directus/directus/pull/25199) by [@​br41nslug](https://github.com/br41nslug)) - Restricted system collection fields to only allow indexing ([#​24820](https://github.com/directus/directus/pull/24820) by [@​br41nslug](https://github.com/br41nslug)) - Added support for indexes on system fields to snapshots ([#​25127](https://github.com/directus/directus/pull/25127) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/themes](https://github.com/directus/themes)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/types](https://github.com/directus/types)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Removed non-relational types from `RELATIONAL_TYPES` constant ([#​25964](https://github.com/directus/directus/pull/25964) by [@​formfcw](https://github.com/formfcw)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Added field-level searchable option to improve search performance ([#​25970](https://github.com/directus/directus/pull/25970) by [@​PHILLIPS71](https://github.com/PHILLIPS71)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Added retention indexes ([#​25199](https://github.com/directus/directus/pull/25199) by [@​br41nslug](https://github.com/br41nslug)) - Added rate limiting options for sending emails ([#​25966](https://github.com/directus/directus/pull/25966) by [@​br41nslug](https://github.com/br41nslug)) - Added support for indexes on system fields to snapshots ([#​25127](https://github.com/directus/directus/pull/25127) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/update-check](https://github.com/directus/update-check)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26009](https://github.com/directus/directus/pull/26009) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/utils](https://github.com/directus/utils)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/validation](https://github.com/directus/validation)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26007](https://github.com/directus/directus/pull/26007) by [@​Nitwel](https://github.com/Nitwel)) - Improved error reporting for data imports ([#​25862](https://github.com/directus/directus/pull/25862) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Updated dependencies ([#​26016](https://github.com/directus/directus/pull/26016) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Updated dependencies ([#​26069](https://github.com/directus/directus/pull/26069) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependencies ([#​26010](https://github.com/directus/directus/pull/26010) by [@​gaetansenn](https://github.com/gaetansenn)) - Updated dependencies ([#​26035](https://github.com/directus/directus/pull/26035) by [@​br41nslug](https://github.com/br41nslug)) - Added retention indexes ([#​25199](https://github.com/directus/directus/pull/25199) by [@​br41nslug](https://github.com/br41nslug)) - Added indexing parameters to the SDK and GraphQL ([#​25199](https://github.com/directus/directus/pull/25199) by [@​br41nslug](https://github.com/br41nslug)) - Fixed SDK types for creating and updating with nested relational items ([#​25835](https://github.com/directus/directus/pull/25835) by [@​HPaulson](https://github.com/HPaulson)) - Added the updateCommentsBatch function to the SDK ([#​25866](https://github.com/directus/directus/pull/25866) by [@​br41nslug](https://github.com/br41nslug)) - Added the `updateFields` function to the SDK ([#​25889](https://github.com/directus/directus/pull/25889) by [@​br41nslug](https://github.com/br41nslug)) - Added a connect timeout option to the sdk realtime configuration options ([#​25349](https://github.com/directus/directus/pull/25349) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Fixed skipping properties with `undefined` value in SDK query parsing ([#​25952](https://github.com/directus/directus/pull/25952) by [@​br41nslug](https://github.com/br41nslug)) ##### ⬆️ Dependency Updates - **[@​aws-sdk/client-s3](https://github.com/aws-sdk/client-s3)**: `3.858.0` → `3.918.0` - **[@​aws-sdk/client-sesv2](https://github.com/aws-sdk/client-sesv2)**: `3.864.0` → `3.918.0` - **[@​aws-sdk/lib-storage](https://github.com/aws-sdk/lib-storage)**: `3.858.0` → `3.918.0` - **[@​azure/storage-blob](https://github.com/azure/storage-blob)**: `12.28.0` → `12.29.1` - **[@​changesets/cli](https://github.com/changesets/cli)**: `2.29.5` → `2.29.7` - **[@​editorjs/attaches](https://github.com/editorjs/attaches)**: `1.3.0` → `1.3.2` - **[@​editorjs/editorjs](https://github.com/editorjs/editorjs)**: `2.30.8` → `2.31.0` - **[@​eslint/js](https://github.com/eslint/js)**: `9.32.0` → `9.38.0` - **[@​fullcalendar/core](https://github.com/fullcalendar/core)**: `6.1.18` → `6.1.19` - **[@​fullcalendar/daygrid](https://github.com/fullcalendar/daygrid)**: `6.1.18` → `6.1.19` - **[@​fullcalendar/interaction](https://github.com/fullcalendar/interaction)**: `6.1.18` → `6.1.19` - **[@​fullcalendar/list](https://github.com/fullcalendar/list)**: `6.1.18` → `6.1.19` - **[@​fullcalendar/timegrid](https://github.com/fullcalendar/timegrid)**: `6.1.18` → `6.1.19` - **[@​google-cloud/storage](https://github.com/google-cloud/storage)**: `7.16.0` → `7.17.2` - **[@​mapbox/mapbox-gl-geocoder](https://github.com/mapbox/mapbox-gl-geocoder)**: `5.1.0` → `5.1.2` - **[@​modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/sdk)**: `1.17.1` → `1.20.2` - **[@​pnpm/logger](https://github.com/pnpm/logger)**: `1001.0.0` → `1001.0.1` - **[@​pnpm/workspace](https://github.com/pnpm/workspace).find-packages**: `1000.0.31` → `1000.0.43` - **[@​pnpm/workspace](https://github.com/pnpm/workspace).pkgs-graph**: `1000.0.18` → `1000.0.25` - **[@​rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs)**: `28.0.6` → `28.0.9` - **[@​rollup/plugin-node-resolve](https://github.com/rollup/plugin-node-resolve)**: `16.0.1` → `16.0.3` - **[@​sinclair/typebox](https://github.com/sinclair/typebox)**: `0.34.38` → `0.34.41` - **[@​smithy/node-http-handler](https://github.com/smithy/node-http-handler)**: `4.1.0` → `4.4.3` - **[@​supabase/storage-js](https://github.com/supabase/storage-js)**: `2.10.4` → `2.76.1` - **[@​tus/server](https://github.com/tus/server)**: `1.10.2` → `2.3.0` - **[@​tus/utils](https://github.com/tus/utils)**: `0.5.1` → `0.6.0` - **[@​types/async](https://github.com/types/async)**: `3.2.24` → `3.2.25` - **[@​types/chroma-js](https://github.com/types/chroma-js)**: `3.1.1` → `3.1.2` - **[@​types/cookie-parser](https://github.com/types/cookie-parser)**: `1.4.9` → `1.4.10` - **[@​types/inquirer](https://github.com/types/inquirer)**: `9.0.8` → `9.0.9` - **@​types/mapbox\_\_mapbox-gl-geocoder**: `5.0.0` → `5.1.0` - **[@​types/nodemailer](https://github.com/types/nodemailer)**: `6.4.17` → `7.0.3` - **[@​types/qrcode](https://github.com/types/qrcode)**: `1.5.5` → `1.5.6` - **[@​types/semver](https://github.com/types/semver)**: `7.7.0` → `7.7.1` - **[@​vueuse/core](https://github.com/vueuse/core)**: `13.6.0` → `14.0.0` - **[@​vueuse/integrations](https://github.com/vueuse/integrations)**: `13.6.0` → `14.0.0` - **[@​vueuse/router](https://github.com/vueuse/router)**: `13.6.0` → `14.0.0` - **apexcharts**: `4.5.0` → `4.7.0` - **argon2**: `0.43.1` → `0.44.0` - **axios**: `1.11.0` → `1.12.2` - **axios-cache-interceptor**: `1.8.0` → `1.8.3` - **chalk**: `5.4.1` → `5.6.2` - **color**: `5.0.0` → `5.0.2` - **commander**: `14.0.0` → `14.0.2` - **decamelize**: `6.0.0` → `6.0.1` - **dompurify**: `3.2.6` → `3.3.0` - **dotenv**: `17.2.1` → `17.2.3` - **esbuild**: `0.25.9` → `0.25.11` - **eslint**: `9.32.0` → `9.38.0` - **eslint-plugin-vue**: `10.4.0` → `10.5.1` - **focus-trap**: `7.6.5` → `7.6.6` - **fs-extra**: `11.3.0` → `11.3.2` - **globals**: `16.3.0` → `16.4.0` - **happy-dom**: `18.0.1` → `20.0.10` - **inquirer**: `12.9.0` → `12.10.0` - **ioredis**: `5.7.0` → `5.8.2` - **keyv**: `5.4.0` → `5.5.3` - **ky**: `1.8.2` → `1.13.0` - **liquidjs**: `10.21.1` → `10.24.0` - **lru-cache**: `11.1.0` → `11.2.2` - **marked**: `16.1.1` → `16.4.1` - **mime**: `4.0.7` → `4.1.0` - **minimatch**: `10.0.3` → `10.1.1` - **mysql2**: `3.14.3` → `3.15.3` - **nanoid**: `5.1.5` → `5.1.6` - **nodemailer**: `7.0.5` → `7.0.10` - **ofetch**: `1.4.1` → `1.5.0` - **oracledb**: `6.9.0` → `6.10.0` - **p-limit**: `6.2.0` → `7.2.0` - **pino-pretty**: `13.1.1` → `13.1.2` - **pm2**: `6.0.8` → `6.0.13` - **pretty-ms**: `9.2.0` → `9.3.0` - **rollup**: `4.46.2` → `4.52.5` - **rollup-plugin-node-externals**: `8.0.1` → `8.1.1` - **sass-embedded**: `1.89.2` → `1.93.2` - **semver**: `7.7.2` → `7.7.3` - **sharp**: `0.34.3` → `0.34.4` - **snappy**: `7.3.0` → `7.3.3` - **strip-ansi**: `7.1.0` → `7.1.2` - **stylelint**: `16.23.0` → `16.25.0` - **stylelint-config-standard**: `39.0.0` → `39.0.1` - **tar**: `7.4.3` → `7.5.2` - **tinymce**: `6.8.5` → `6.8.6` - **tsdown**: `0.14.2` → `0.15.11` - **tsx**: `4.20.3` → `4.20.6` - **typescript**: `5.8.3` → `5.9.3` - **typescript-eslint**: `8.38.0` → `8.46.2` - **undici**: `7.13.0` → `7.16.0` - **unplugin-yaml**: `3.0.4` → `3.0.7` - **vite**: `7.1.3` → `7.1.12` - **vue**: `3.5.18` → `3.5.22` - **vue-i18n**: `11.1.11` → `11.1.12` - **vue-router**: `4.5.1` → `4.6.3` - **vue-tsc**: `3.0.5` → `3.1.2` - **zod**: `4.0.14` → `4.1.12` - **zod-validation-error**: `4.0.1` → `4.0.2` ##### 📦 Published Versions - `@directus/app@14.1.0` - `@directus/api@32.0.0` - `@directus/composables@11.2.4` - `@directus/constants@14.0.0` - `create-directus-extension@11.0.20` - `create-directus-project@12.0.3` - `@directus/env@5.3.0` - `@directus/errors@2.0.5` - `@directus/extensions@3.0.12` - `@directus/extensions-registry@3.0.12` - `@directus/extensions-sdk@17.0.0` - `@directus/format-title@12.1.1` - `@directus/memory@3.0.10` - `@directus/pressure@3.0.10` - `@directus/release-notes-generator@2.0.3` - `@directus/schema@13.0.4` - `@directus/schema-builder@0.0.7` - `@directus/storage@12.0.3` - `@directus/storage-driver-azure@12.0.10` - `@directus/storage-driver-cloudinary@12.0.10` - `@directus/storage-driver-gcs@12.0.10` - `@directus/storage-driver-local@12.0.3` - `@directus/storage-driver-s3@​12.0.10` - `@directus/storage-driver-supabase@3.0.10` - `@directus/stores@1.0.5` - `@directus/system-data@3.4.0` - `@directus/themes@1.1.6` - `@directus/types@13.3.0` - `@directus/update-check@13.0.4` - `@directus/utils@13.0.11` - `@directus/validation@2.0.10` - `@directus/sdk@20.1.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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzEuMiIsInVwZGF0ZWRJblZlciI6IjQxLjE3MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1961 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| cbf83e1e46 | adjust retention | |||
| e77b1687b9 | Update cloudflared Docker tag to v1.22.2 (#1917) | |||
| 68e41321c5 | align retention and schedule | |||
| 4bc12d4aaa | set immediate | |||
| c7be0a64cd | add local garage | |||
| 4bb6c5aa52 |
Update Helm release postgres-cluster to v6.15.0 (#1863)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgres-cluster](https://github.com/cloudnative-pg/charts) ([source](https://github.com/cloudnative-pg/charts/tree/HEAD/charts/cluster)) | minor | `6.14.0` -> `6.15.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCIsImltYWdlIl19--> Reviewed-on: #1863 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 92a1a376d7 | disable garage backup | |||
| 22d57f8159 | explciit true on wal archives | |||
| 5ae36e68b6 | bump chart | |||
| bd0c2c16e1 | add garage backups | |||
| fb154657ee |
Update Helm release app-template to v4.4.0 (#1770)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [app-template](https://github.com/bjw-s-labs/helm-charts) | minor | `4.3.0` -> `4.4.0` | --- ### Release Notes <details> <summary>bjw-s-labs/helm-charts (app-template)</summary> ### [`v4.4.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.4.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.3.0...app-template-4.4.0) ##### Changelog: ##### Changed - Upgraded the common library to v4.4.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.4.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==--> Reviewed-on: #1770 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 3499163c30 | Update cloudflared Docker tag to v1.22.1 (#1767) | |||
| 153bfecba2 |
Update cloudflared Docker tag to v1.22.0 (#1766)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudflared](https://github.com/cloudflare/cloudflared) | minor | `1.21.1` -> `1.22.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: #1766 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| ffbddceb92 | switch index | |||
| 91d836cf65 |
Update postgres-cluster Docker tag to v6.13.0 (#1698)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `6.12.0` -> `6.13.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: #1698 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| e907ef4f62 | reduce backups | |||
| 266614f865 | schedule | |||
| a628c56e77 | schedule | |||
| f9427302a8 | schedule | |||
| 4613460b39 | schedule | |||
| 6edb65845a | update chart | |||
| e325170af5 | change backup schedule | |||
| b3332be543 | update charts | |||
| e9bf3dbf05 | update chart | |||
| f87b405082 | migrate to new chart | |||
| f0d55bbdb6 | Update cloudflared Docker tag to v1.21.1 (#1546) | |||
| 9ac9e2b27c |
Update cloudflared Docker tag to v1.21.0 (#1507)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudflared](https://github.com/cloudflare/cloudflared) | minor | `1.20.1` -> `1.21.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuNiIsInVwZGF0ZWRJblZlciI6IjQxLjExNi42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: #1507 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 9d69ce9e21 | add sentinel | |||
| 87f41c74e0 | enable | |||
| 86102775ab | revert to standard replication | |||
| fb148ad1fe | update name | |||
| b256795ffa | add sentinel confi | |||
| 67068c217f | use master service | |||
| 5fd2703732 | update port | |||
| 2f4514278d | switch to sentinal | |||
| 234c2c6a42 | add redis sentinel | |||
| 935639ef35 |
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. ([#​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. - **[@​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. ([#​25744](https://github.com/directus/directus/pull/25744) by [@​Nitwel](https://github.com/Nitwel)) - **[@​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. ([#​25744](https://github.com/directus/directus/pull/25744) by [@​Nitwel](https://github.com/Nitwel)) ##### ✨ New Features & Improvements - **[@​directus/app](https://github.com/directus/app)** - Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Fixed OAuth flow to allow for 2FA setup ([#​25695](https://github.com/directus/directus/pull/25695) by [@​robluton](https://github.com/robluton)) - Added description and primary key copy option to the policy page sidebar ([#​25755](https://github.com/directus/directus/pull/25755) by [@​khanahmad4527](https://github.com/khanahmad4527)) - **[@​directus/api](https://github.com/directus/api)** - Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Fixed OAuth flow to allow for 2FA setup ([#​25695](https://github.com/directus/directus/pull/25695) by [@​robluton](https://github.com/robluton)) - **[@​directus/format-title](https://github.com/directus/format-title)** - Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/env](https://github.com/directus/env)** - Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) ##### 🐛 Bug Fixes & Optimizations - **[@​directus/app](https://github.com/directus/app)** - Ensured that custom validation messages are displayed in the drawer ([#​25786](https://github.com/directus/directus/pull/25786) by [@​formfcw](https://github.com/formfcw)) - Added cache-busting to image asset URLs in the studio to ensure updated images are always loaded ([#​25833](https://github.com/directus/directus/pull/25833) by [@​formfcw](https://github.com/formfcw)) - Fixed issue causing incorrect relationships to be used in custom interfaces ([#​25638](https://github.com/directus/directus/pull/25638) by [@​robluton](https://github.com/robluton)) - Ensured that M2M fields in the directus\_files collection use the correct interface ([#​25602](https://github.com/directus/directus/pull/25602) by [@​robluton](https://github.com/robluton)) - **[@​directus/api](https://github.com/directus/api)** - Upgraded joi dependency from 17.13.3 to 18.0.0 ([#​25613](https://github.com/directus/directus/pull/25613) by [@​dependabot](https://github.com/dependabot)) - Added activity tracking for user suspension due to failed login attempts ([#​25836](https://github.com/directus/directus/pull/25836) by [@​gaetansenn](https://github.com/gaetansenn)) - Fixed constraint errors not being propagated in MSSQL ([#​25801](https://github.com/directus/directus/pull/25801) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/utils](https://github.com/directus/utils)** - Upgraded joi dependency from 17.13.3 to 18.0.0 ([#​25613](https://github.com/directus/directus/pull/25613) by [@​dependabot](https://github.com/dependabot)) - Upgraded tmp dependency from 0.2.4 to 0.2.5 ([#​25670](https://github.com/directus/directus/pull/25670) by [@​dependabot](https://github.com/dependabot)) - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/validation](https://github.com/directus/validation)** - Upgraded joi dependency from 17.13.3 to 18.0.0 ([#​25613](https://github.com/directus/directus/pull/25613) by [@​dependabot](https://github.com/dependabot)) - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​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. ([#​25744](https://github.com/directus/directus/pull/25744) by [@​Nitwel](https://github.com/Nitwel)) - Added cache-busting to image asset URLs in the studio to ensure updated images are always loaded ([#​25833](https://github.com/directus/directus/pull/25833) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/storage-driver-azure](https://github.com/directus/storage-driver-azure)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/storage-driver-local](https://github.com/directus/storage-driver-local)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/extensions-registry](https://github.com/directus/extensions-registry)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/storage-driver-s3](https://github.com/directus/storage-driver-s3)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/schema-builder](https://github.com/directus/schema-builder)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/format-title](https://github.com/directus/format-title)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/update-check](https://github.com/directus/update-check)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/composables](https://github.com/directus/composables)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/extensions](https://github.com/directus/extensions)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/constants](https://github.com/directus/constants)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/pressure](https://github.com/directus/pressure)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/storage](https://github.com/directus/storage)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/errors](https://github.com/directus/errors)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/memory](https://github.com/directus/memory)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/schema](https://github.com/directus/schema)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/stores](https://github.com/directus/stores)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/env](https://github.com/directus/env)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​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@​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> |
|||
| 6479262f0e |
Update Helm release app-template to v4.3.0 (#1465)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [app-template](https://github.com/bjw-s-labs/helm-charts) | minor | `4.2.0` -> `4.3.0` | --- ### Release Notes <details> <summary>bjw-s-labs/helm-charts (app-template)</summary> ### [`v4.3.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.3.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.2.0...app-template-4.3.0) ##### Changelog: ##### Changed - Upgraded the common library to v4.3.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.3.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45OS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=--> Reviewed-on: #1465 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 90f2e3a16f | reduce retention | |||
| a2ce360b64 |
Update directus/directus Docker tag to v11.11.0 (#1333)
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 ([#​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 - **[@​directus/api](https://github.com/directus/api)** - Fixed `Content Versioning` to correctly merge relational data and support all query parameter functionality ([#​25437](https://github.com/directus/directus/pull/25437) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/app](https://github.com/directus/app)** - Fixed links in WYSIWYG missing underline and pointer cursor styling ([#​25739](https://github.com/directus/directus/pull/25739) by [@​Abdallah-Awwad](https://github.com/Abdallah-Awwad)) - Added a new field to conditions for clearing hidden fields on save ([#​25646](https://github.com/directus/directus/pull/25646) by [@​robluton](https://github.com/robluton)) ##### 🐛 Bug Fixes & Optimizations - **[@​directus/app](https://github.com/directus/app)** - Fixed timestamp fields being incorrectly marked as changed due to timezone mismatch ([#​25718](https://github.com/directus/directus/pull/25718) by [@​khanahmad4527](https://github.com/khanahmad4527)) - Fixed code button state not updating when exiting code mode in WYSIWYG ([#​25741](https://github.com/directus/directus/pull/25741) by [@​Abdallah-Awwad](https://github.com/Abdallah-Awwad)) - Added currentItem id check to prevent in-flight api call from returning stale data ([#​25660](https://github.com/directus/directus/pull/25660) by [@​robluton](https://github.com/robluton)) - Added RTL support for popper context menu ([#​25697](https://github.com/directus/directus/pull/25697) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed an issue with focus trap in TinyMCE dialogs within the WYSIWYG editor ([#​25746](https://github.com/directus/directus/pull/25746) by [@​formfcw](https://github.com/formfcw)) - Upgraded esbuild and Vite ([#​25737](https://github.com/directus/directus/pull/25737) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/api](https://github.com/directus/api)** - Upgraded esbuild and Vite ([#​25737](https://github.com/directus/directus/pull/25737) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated nodemailer to us AWS SESv2 ([#​25730](https://github.com/directus/directus/pull/25730) by [@​br41nslug](https://github.com/br41nslug)) - Fixed `permissionsCacheable` erroring on null operator value ([#​25753](https://github.com/directus/directus/pull/25753) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/types](https://github.com/directus/types)** - Fixed `Content Versioning` to correctly merge relational data and support all query parameter functionality ([#​25437](https://github.com/directus/directus/pull/25437) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Fixed auth being cleared before `login`/`refresh` request succeeds ([#​25367](https://github.com/directus/directus/pull/25367) by [@​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--> Reviewed-on: #1333 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| d069d3f1d0 | Update cloudflared Docker tag to v1.20.1 (#1296) | |||
| b7275e592f |
Update directus/directus Docker tag to v11.10.2 (#1207)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [directus/directus](https://github.com/directus/directus) | patch | `11.10.0` -> `11.10.2` | --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.10.2`](https://github.com/directus/directus/releases/tag/v11.10.2) [Compare Source](https://github.com/directus/directus/compare/v11.10.1...v11.10.2) ##### 🐛 Bug Fixes & Optimizations - **[@​directus/app](https://github.com/directus/app)** - Fixed focus trap issue in TinyMCE dialogs within the WYSIWYG editor ([#​25678](https://github.com/directus/directus/pull/25678) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/api](https://github.com/directus/api)** - Fixed failed Directus startup caused by additional arguments to the `start` command ([#​25675](https://github.com/directus/directus/pull/25675) by [@​hanneskuettner](https://github.com/hanneskuettner)) ##### 📦 Published Versions - `@directus/app@13.13.1` - `@directus/api@29.1.1` ### [`v11.10.1`](https://github.com/directus/directus/releases/tag/v11.10.1) [Compare Source](https://github.com/directus/directus/compare/v11.10.0...v11.10.1) ##### ⚠️ Potential Breaking Changes **Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368))** The services exposed to API extensions using TypeScript are now fully typed instead of `any`, which may cause new type errors when building extensions. Arguments of service methods are now strictly typed, which can result in type errors for broader types that would not error before: - The ItemsService constructor now expects the collection name to be a `string` and will error on `string | undefined` (or other unions). - Similarly, functions like `service.readOne()`/`service.readMany()` now expect `string | number` for their primary keys and will error for nullable types As a workaround, casting the services back to `any` will result in the original behavior. However, it is recommended to resolve the type errors instead. - **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) ##### ✨ New Features & Improvements - **[@​directus/app](https://github.com/directus/app)** - Added new error operation to Flows ([#​25558](https://github.com/directus/directus/pull/25558) by [@​licitdev](https://github.com/licitdev)) - **[@​directus/api](https://github.com/directus/api)** - Added new error operation to Flows ([#​25558](https://github.com/directus/directus/pull/25558) by [@​licitdev](https://github.com/licitdev)) - Added support for `private_key_jwt` auth method in OpenID driver ([#​25644](https://github.com/directus/directus/pull/25644) by [@​licitdev](https://github.com/licitdev)) - Added the ability to override the email `from` property ([#​25459](https://github.com/directus/directus/pull/25459) by [@​jekuer](https://github.com/jekuer)) ##### 🐛 Bug Fixes & Optimizations - **[@​directus/app](https://github.com/directus/app)** - Ensured user language is set on hydrate ([#​25647](https://github.com/directus/directus/pull/25647) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Ensured RTL support for the transform property in certain components ([#​25652](https://github.com/directus/directus/pull/25652) by [@​formfcw](https://github.com/formfcw)) - Fixed an issue for empty states not being centered in RTL languages ([#​25636](https://github.com/directus/directus/pull/25636) by [@​that1matt](https://github.com/that1matt)) - Enabled text selection in the studio ([#​25510](https://github.com/directus/directus/pull/25510) by [@​gloriarodrife](https://github.com/gloriarodrife)) - Fixed an issue where the theme overrides interface would be rendered RTL in RTL languages ([#​25633](https://github.com/directus/directus/pull/25633) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed an issue that would render english code as RTL in RTL language mode ([#​25641](https://github.com/directus/directus/pull/25641) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed an issue that would cause the code editor interface to fail when the language prop was set to null ([#​25595](https://github.com/directus/directus/pull/25595) by [@​copilot-swe-agent](https://github.com/copilot-swe-agent)) - Fix v-resizeable dragging for RTL vs LTR ([#​25659](https://github.com/directus/directus/pull/25659) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed an issue that would cause the table header columns to resize in the wrong direction when using rtl languages ([#​25631](https://github.com/directus/directus/pull/25631) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Ensured that labels for data fields always display in batch mode ([#​25619](https://github.com/directus/directus/pull/25619) by [@​formfcw](https://github.com/formfcw)) - Updated dependency form-data ([#​25579](https://github.com/directus/directus/pull/25579) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Standardized batch mode for raw group fields ([#​25600](https://github.com/directus/directus/pull/25600) by [@​timio23](https://github.com/timio23)) - **[@​directus/api](https://github.com/directus/api)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Updated dependency form-data ([#​25579](https://github.com/directus/directus/pull/25579) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependency tar-fs ([#​25338](https://github.com/directus/directus/pull/25338) by [@​br41nslug](https://github.com/br41nslug)) - Fixed admin users email not trimmed on project initialization ([#​25465](https://github.com/directus/directus/pull/25465) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Upgraded rolldown from from 1.0.0-beta.30 to 1.0.0-beta.31 ([#​25607](https://github.com/directus/directus/pull/25607) by [@​dependabot](https://github.com/dependabot)) - **[@​directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/storage-driver-azure](https://github.com/directus/storage-driver-azure)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/storage-driver-local](https://github.com/directus/storage-driver-local)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/extensions-registry](https://github.com/directus/extensions-registry)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25563](https://github.com/directus/directus/pull/25563) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/storage-driver-s3](https://github.com/directus/storage-driver-s3)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/composables](https://github.com/directus/composables)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/extensions](https://github.com/directus/extensions)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/constants](https://github.com/directus/constants)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - **[@​directus/storage](https://github.com/directus/storage)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - **[@​directus/errors](https://github.com/directus/errors)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Moved dependency ([#​25562](https://github.com/directus/directus/pull/25562) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/themes](https://github.com/directus/themes)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/types](https://github.com/directus/types)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368) by [@​that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/pressure](https://github.com/directus/pressure)** - Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/memory](https://github.com/directus/memory)** - Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/stores](https://github.com/directus/stores)** - Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/utils](https://github.com/directus/utils)** - Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Upgraded tmp dependency from 0.2.3 to 0.2.4 ([#​25634](https://github.com/directus/directus/pull/25634) by [@​dependabot](https://github.com/dependabot)) - **[@​directus/release-notes-generator](https://github.com/directus/release-notes-generator)** - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/update-check](https://github.com/directus/update-check)** - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/validation](https://github.com/directus/validation)** - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/schema](https://github.com/directus/schema)** - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed an issue that could report indexed falsy as enabled for mysql columns with the same name in different schemas ([#​25650](https://github.com/directus/directus/pull/25650) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/specs](https://github.com/directus/specs)** - Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **create-directus-project** - Upgrade dependencies ([#​25559](https://github.com/directus/directus/pull/25559) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk)** - Upgraded dependencies ([#​25564](https://github.com/directus/directus/pull/25564) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/env](https://github.com/directus/env)** - Upgrade dependencies ([#​25561](https://github.com/directus/directus/pull/25561) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) ##### 📦 Published Versions - `@directus/app@13.13.0` - `@directus/api@29.1.0` - `@directus/composables@11.2.2` - `@directus/constants@13.0.2` - `create-directus-extension@11.0.17` - `create-directus-project@12.0.2` - `@directus/env@5.1.2` - `@directus/errors@2.0.3` - `@directus/extensions@3.0.9` - `@directus/extensions-registry@3.0.9` - `@directus/extensions-sdk@16.0.0` - `@directus/memory@3.0.8` - `@directus/pressure@3.0.8` - `@directus/release-notes-generator@2.0.2` - `@directus/schema@13.0.2` - `@directus/schema-builder@0.0.4` - `@directus/specs@11.1.1` - `@directus/storage@12.0.1` - `@directus/storage-driver-azure@12.0.8` - `@directus/storage-driver-cloudinary@12.0.8` - `@directus/storage-driver-gcs@12.0.8` - `@directus/storage-driver-local@12.0.1` - `@directus/storage-driver-s3@​12.0.8` - `@directus/storage-driver-supabase@3.0.8` - `@directus/stores@1.0.3` - `@directus/system-data@3.2.1` - `@directus/themes@1.1.4` - `@directus/types@13.2.1` - `@directus/update-check@13.0.2` - `@directus/utils@13.0.9` - `@directus/validation@2.0.8` - `@directus/sdk@20.0.2` </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJpbWFnZSJdfQ==--> Reviewed-on: #1207 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| fd9d94b52f | downgrade image | |||
|
c5f4bda6d2
|
Update directus/directus Docker tag to v11.10.1 | |||
| 8ed1109bb9 |
Update cloudflared Docker tag to v1.20.0 (#1200)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudflared](https://github.com/cloudflare/cloudflared) | minor | `1.19.0` -> `1.20.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #1200 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |