Enterprise Platform 0.7.0 Release Notes
June 11th, 2025
- The object storage (formerly known as GDN) story is brought to parity between the enterprise platform and hybrid deployments. A new service called
object-storage
is introduced. It serves graph schemas (for use with the --graph-ref argument of the Gateway) and trusted documents from the assets bucket, checking for access tokens. To take advantage of it, make sure you use version 0.40.0 or above of the Gateway and set theGRAFBASE_OBJECT_STORAGE_URL
environment to the URL of the new object-storage service. See the charts section of the docs for reference documentation on the service and the newGRAFBASE_OBJECT_STORAGE_S3_BUCKET_NAME
,GRAFBASE_OBJECT_STORAGE_S3_AWS_ACCESS_KEY_ID
,GRAFBASE_OBJECT_STORAGE_S3_AWS_SECRET_ACCESS_KEY
,GRAFBASE_OBJECT_STORAGE_S3_REGION
andGRAFBASE_OBJECT_STORAGE_S3_ENDPOINT
values.
- The RUNTIME_ASSET_STORAGE and AWS_S3_BUCKET_NAME values for configuration are deprecated. Point to the S3-compatible bucket to use with
GRAFBASE_OBJECT_STORAGE_S3_BUCKET_NAME
and any combination of the environment variables.
- Update external charts to latest:
- postgresql 16.7.4
- minio 16.0.10
- clickhouse 9.2.2
- kafka 32.2.10
- opentelemetry-collector 0.125.0