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>
180 lines
5.8 KiB
YAML
180 lines
5.8 KiB
YAML
directus:
|
|
controllers:
|
|
main:
|
|
type: deployment
|
|
replicas: 1
|
|
strategy: Recreate
|
|
revisionHistoryLimit: 3
|
|
containers:
|
|
main:
|
|
image:
|
|
repository: directus/directus
|
|
tag: 11.12.0
|
|
pullPolicy: IfNotPresent
|
|
env:
|
|
- name: PUBLIC_URL
|
|
value: https://directus.alexlebens.dev
|
|
- name: WEBSOCKETS_ENABLED
|
|
value: true
|
|
- name: ADMIN_EMAIL
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-config
|
|
key: admin-email
|
|
- name: ADMIN_PASSWORD
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-config
|
|
key: admin-password
|
|
- name: SECRET
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-config
|
|
key: secret
|
|
- name: KEY
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-config
|
|
key: key
|
|
- name: DB_CLIENT
|
|
value: postgres
|
|
- name: DB_HOST
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-postgresql-17-cluster-app
|
|
key: host
|
|
- name: DB_DATABASE
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-postgresql-17-cluster-app
|
|
key: dbname
|
|
- name: DB_PORT
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-postgresql-17-cluster-app
|
|
key: port
|
|
- name: DB_USER
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-postgresql-17-cluster-app
|
|
key: user
|
|
- name: DB_PASSWORD
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-postgresql-17-cluster-app
|
|
key: password
|
|
- name: REDIS_ENABLED
|
|
value: true
|
|
- name: REDIS_HOST
|
|
value: redis-replication-directus-master
|
|
- name: REDIS_PORT
|
|
value: 6379
|
|
- name: REDIS_USERNAME
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-redis-config
|
|
key: user
|
|
- name: REDIS_PASSWORD
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-redis-config
|
|
key: password
|
|
- name: STORAGE_LOCATIONS
|
|
value: s3
|
|
- name: STORAGE_S3_DRIVER
|
|
value: s3
|
|
- name: STORAGE_S3_KEY
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: ceph-bucket-directus
|
|
key: AWS_ACCESS_KEY_ID
|
|
- name: STORAGE_S3_SECRET
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: ceph-bucket-directus
|
|
key: AWS_SECRET_ACCESS_KEY
|
|
- name: STORAGE_S3_BUCKET
|
|
valueFrom:
|
|
configMapKeyRef:
|
|
name: ceph-bucket-directus
|
|
key: BUCKET_NAME
|
|
- name: STORAGE_S3_REGION
|
|
value: us-east-1
|
|
- name: STORAGE_S3_ENDPOINT
|
|
value: http://rook-ceph-rgw-ceph-objectstore.rook-ceph.svc:80
|
|
- name: STORAGE_S3_FORCE_PATH_STYLE
|
|
value: true
|
|
- name: AUTH_PROVIDERS
|
|
value: AUTHENTIK
|
|
- name: AUTH_AUTHENTIK_DRIVER
|
|
value: openid
|
|
- name: AUTH_AUTHENTIK_CLIENT_ID
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-oidc-secret
|
|
key: OIDC_CLIENT_ID
|
|
- name: AUTH_AUTHENTIK_CLIENT_SECRET
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-oidc-secret
|
|
key: OIDC_CLIENT_SECRET
|
|
- name: AUTH_AUTHENTIK_SCOPE
|
|
value: openid profile email
|
|
- name: AUTH_AUTHENTIK_ISSUER_URL
|
|
value: https://auth.alexlebens.dev/application/o/directus/.well-known/openid-configuration
|
|
- name: AUTH_AUTHENTIK_IDENTIFIER_KEY
|
|
value: email
|
|
- name: AUTH_AUTHENTIK_ALLOW_PUBLIC_REGISTRATION
|
|
value: true
|
|
- name: AUTH_AUTHENTIK_LABEL
|
|
value: Authentik
|
|
- name: TELEMETRY
|
|
value: false
|
|
- name: METRICS_ENABLED
|
|
value: true
|
|
- name: METRICS_TOKENS
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: directus-metric-token
|
|
key: metric-token
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 256Mi
|
|
service:
|
|
main:
|
|
controller: main
|
|
ports:
|
|
http:
|
|
port: 80
|
|
targetPort: 8055
|
|
protocol: TCP
|
|
cloudflared-directus:
|
|
name: cloudflared-directus
|
|
existingSecretName: directus-cloudflared-secret
|
|
postgres-17-cluster:
|
|
mode: standalone
|
|
cluster:
|
|
storage:
|
|
storageClass: local-path
|
|
walStorage:
|
|
storageClass: local-path
|
|
monitoring:
|
|
enabled: true
|
|
prometheusRule:
|
|
enabled: true
|
|
recovery:
|
|
method: objectStore
|
|
objectStore:
|
|
endpointURL: https://nyc3.digitaloceanspaces.com
|
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/directus/directus-postgresql-17-cluster
|
|
endpointCredentials: directus-postgresql-17-cluster-backup-secret
|
|
recoveryIndex: 2
|
|
backup:
|
|
enabled: true
|
|
endpointURL: https://nyc3.digitaloceanspaces.com
|
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/directus/directus-postgresql-17-cluster
|
|
endpointCredentials: directus-postgresql-17-cluster-backup-secret
|
|
backupIndex: 2
|
|
retentionPolicy: "3d"
|