5.3 KiB
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.yamlsample file that wrongly suggestedengine.modelManager.volumes.customVolumeClaim.nameshould be aPersistentVolumeinstead of aPersistentVolumeClaim
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 (
falseby 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.featuresandengine.featuressections 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.yamlfile 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
imagePullSecretsoptional.
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.keepUpstreamServerAsBackupfor details.
Changed
- Initial installation replica count values moved from
scaling.static.{api,engine}.replicastoscaling.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.yamlfor AWS, and thenodeAffinitysections of the samplevalues.yamlfiles. The key has been renamed fromdeepgram/nodeTypetok8s.deepgram.com/node-type, and the values are no longer prepended withdeepgram. - 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.