Features / Improvements & Fixes
Changelog details for Lenses 6.0.13
Improvements 💪
Helm: Enhanced External Secrets Operator (ESO) Integration
Updated to the latest ESO API version with extended functionality for secure credential management.
Fixes 🛠️
Helm: Advanced Volume Mount Configuration for HQ
Enhanced
additionalVolumeMounts
support for HQ charts
📋 Configuration Example:
# Lenses HQ with TLS certificates
additionalVolumeMounts:
- name: hq-truststore
mountPath: "/mnt/provision-secrets/hq"
- name: tls-certificates
mountPath: "/etc/ssl/certs"
additionalVolumes:
- name: hq-truststore
secret:
secretName: hq-agent-test-authority
- name: tls-certificates
secret:
secretName: lenses-hq-tls-certs
Agent
Improvements 💪
H2 Database Storage
Added H2 database for agent storage to reduce total cost of ownership (TCO). This provides an interim solution during the ongoing migration to a fully stateless agent architecture.
SQL Processors
Removed Lenses-enforced memory limitations on deployed SQL processors
Aligned Avro schema validation with official Avro specification
Fixes 🛠️
SQL Snapshot
Fixed topic-partition offset retrieval to honor the kafka.offset.batch.size
setting when pulling start and end offsets in a single Kafka request. Added intellisense support for this configuration parameter.
Last updated
Was this helpful?