Skip to content

document-engine-2.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 12:37
241387c

Added

  • Support for OpenTelemetry traces, enabled by setting pspdfkit.observability.opentelemetry.enabled to true.
    • Unless the collector is placed as a sidecar and receives by grpc at port 4317, other parameters are also necessary.
    • Please note: standard OpenTelemetry environment variables are used, and the following values are just convenience wrappers, therefore other configuration approaches (e.g. setting variables through mutations or post build patches) will also work.
    • Wrapped parameters (see values.yaml for more details):
      • pspdfkit.observability.opentelemetry.otlpExporterEndpoint (OTEL_EXPORTER_OTLP_ENDPOINT)
      • pspdfkit.observability.opentelemetry.otlpExporterProtocol (OTEL_EXPORTER_OTLP_PROTOCOL)
      • pspdfkit.observability.opentelemetry.otelServiceName (OTEL_SERVICE_NAME)
      • pspdfkit.observability.opentelemetry.otelResourceAttributes (OTEL_RESOURCE_ATTRIBUTES)
      • pspdfkit.observability.opentelemetry.otelPropagators (OTEL_PROPAGATORS)
  • Dependent charts for MinIO and Redis.

Changed

  • Document Engine 1.4.0
  • Changed pspdfkit.storage.enableMigrationJobs to pspdfkit.storage.databaseMigrationJob.enabled.
  • Renamed .Values.pspdfkit.storage.redis.sentinels to .Values.pspdfkit.storage.redis.sentinel.
  • Slight refinement of trust information parameters: all files from pspdfkit.trustConfigMaps are now mounted to /certificate-stores-custom/ to avoid confusion with /certificate-stores/ which services for document signature validation certificates.

Fixed

  • Minor cleanups.