Files
devops-infra-helm-charts-gcp/helm-templates/deepgram-onprem/CHANGELOG.md
T
2026-08-26 03:39:42 +05:30

5.3 KiB

Changelog

All notable changes to this Helm chart will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.5.0 - 2024-08-27

Added

  • Updated default container tags to August 2024 release. Refer to the main Deepgram changelog for additional details. Highlights include:
    • GA support for entity detection for pre-recorded English audio
    • GA support for improved redaction for pre-recorded English audio

Fixed

  • Fixed a misleading comment in the 03-basic-setup-onprem.yaml sample file that wrongly suggested engine.modelManager.volumes.customVolumeClaim.name should be a PersistentVolume instead of a PersistentVolumeClaim

Changed

  • Deepgram's core products are available to host both on-premises and in the cloud. Official resources have been updated to refer to a "self-hosted" product offering, instead of an "onprem" product offering, to align the product name with industry naming standards. The Deepgram Quay image repository names have been updated to reflect this.

0.4.0 - 2024-07-25

Added

  • Introduced entity detection feature flag for API containers (false by default).
  • Updated default container tags to July 2024 release. Refer to the main Deepgram changelog for additional details. Highlights include:
    • Support for Deepgram's new English/Spanish multilingual code-switching model
    • Beta support for entity detection for pre-recorded English audio
    • Beta support for improved redaction for pre-recorded English audio
    • Beta support for improved entity formatting for streaming English audio

Removed

  • Removed some items nested under api.features and engine.features sections in favor of opinionated defaults.

0.3.0 - 2024-07-18

Added

  • Allow specifying custom annotations for deployments.

0.2.3 - 2024-07-15

Added

  • Sample values.yaml file for on-premises/self-managed Kubernetes clusters.

Fixed

  • Resolves a mismatch between PVC and SC prefix naming convention.
  • Resolves error when specifying custom service account names.

Changed

  • Make imagePullSecrets optional.

0.2.2-beta - 2024-06-27

Added

  • Adds more verbose logging for audio content length.
  • Keeps our software up-to-date.
  • See the changelog associated with this routine monthly release.

0.2.1-beta - 2024-06-24

Added

  • Restart Deepgram containers automatically when underlying ConfigMaps have been modified.

0.2.0-beta - 2024-06-20

Added

  • Support for managing node autoscaling with cluster-autoscaler.
  • Support for pod autoscaling of Deepgram components.
  • Support for keeping the upstream Deepgram License server as a backup even when the License Proxy is deployed. See licenseProxy.keepUpstreamServerAsBackup for details.

Changed

  • Initial installation replica count values moved from scaling.static.{api,engine}.replicas to scaling.replicas.{api,engine}.
  • License Proxy is no longer manually scaled. Instead, scaling can be indirectly controlled via licenseProxy.{enabled,deploySecondReplica}.
  • Labels for Deepgram dedicated nodes in the sample cluster-config.yaml for AWS, and the nodeAffinity sections of the sample values.yaml files. The key has been renamed from deepgram/nodeType to k8s.deepgram.com/node-type, and the values are no longer prepended with deepgram.
  • AWS EFS model download job hook delete policy changed to before-hook-creation.
  • Concurrency limit moved from API (api.concurrencyLimit.activeRequests) to Engine level (engine.concurrencyLimit.activeRequests).

0.1.1-alpha - 2024-06-03

Added

  • Various documentation improvements

0.1.0-alpha - 2024-05-31

Added

  • Initial implementation of the Helm chart.