Skip to content

ProAuth 2.1.15

This release introduces significant enhancements to Kubernetes deployment flexibility, focusing on security hardening via external secret management and granular resource control.

Infrastructure & Security

External Secrets Support Infrastructure Security

Standardized support for externalSecrets has been added to the Helm chart. Organizations can now decouple sensitive credential management from Kubernetes values files by referencing pre-existing secrets (e.g., managed via Azure Key Vault or AWS Secrets Manager). This allows for a more robust security posture by leveraging native cloud secret providers. (#2847)

Granular Resource Management Infrastructure

To support diverse hosting environments, resource limits and requests (CPU/Memory) can now be configured independently for deployment jobs and core services. This enables platform engineers to tune performance and cost-efficiency based on specific workload needs. (#2794)

Performance & Resource Optimization Core

Continuing the performance initiative, this release includes further refinements to connection pool management and memory allocation. These internal optimizations reduce the overall footprint of the service without impacting throughput. (#2845)

Platform Stability

Routine Maintenance

  • Security Updates: This version incorporates security patches and library updates from intermediate maintenance releases (2.1.7 and 2.1.8).
  • Service Resilience: Improved error handling during secret resolution to ensure more reliable startup sequences in high-latency network environments.