Skip to content

ProAuth 2.0.63

This maintenance release for ProAuth 2.0 provides critical fixes for SQL Server credential management and improves deployment flexibility within Kubernetes environments.

Core Core

SQL Server Credential Management

  • Fixed: Resolved an issue where incorrect credentials were used during login creation in the User Store database on SQL Server (#2777). This ensures that database migrations and user store initialization proceed correctly in automated environments.

ProAuth CLI

  • Fixed: Addressed a duplicate key exception in the CLI data import tool. The fix corrects the logic for checking if an entity already exists before attempting a creation or update (#2778).

View Models

  • Fixed: Resolved inconsistent property values for tenant, subscription, and client application in the base view models (#2771).

Infrastructure Infrastructure

Helm Chart & Kubernetes Deployment

  • Improved: Extended Helm chart values to enable custom wait-for containers. Image, tag, and arguments for init-containers can now be fully customized through values.yaml (#2780).
  • Update: Changed the default image tag for k8s-wait-for to no-root-v2.0 to comply with restricted security contexts.

ACTION REQUIRED

Customers using custom security contexts in AKS should verify that the new no-root-v2.0 tag for k8s-wait-for is compatible with their environment or configure a custom init-container image via the updated Helm chart values.