These docs are for v1.2. Click to read the latest docs for v1.3.

Release Notes v0.74

Release v0.74 brings features like Required Inputs for DB Users and GCP Secret Manager as well as some enhancements and bug fixes.

✨ What's New

  • Required Inputs for DB Users:
    • Users can now add DB Users in the blueprint only when all required inputs are provided. Additionally, enabling or disabling these resources is restricted to conditions where all necessary components are in place, preventing release failures due to missing requirements.
      • For Example: To add a Mongo User in a blueprint, one has to select a mongo instance which is a required input for any mongo user instance to be added in the blueprint.
        Further, disabling Mongo will trigger a warning indicating that the Mongo User will also be disabled. This prevents scenarios where Mongo User deployment fails due to a required input resource being unavailable.
  • Google Cloud Secret Manager:
    • Control planes deployed on Google Cloud can now use Google Cloud Secret Manager for storing secrets.
    • This ensures secure, scalable, and managed secret storage within Google Cloud.

🚀 Product Capabilities

  • AKS Auto Upgrade : AKS (Azure Kubernetes Service) has been upgraded to latest version. The upgrade is seamless and requires no user intervention, ensuring a smooth transition to the latest version. During the upgrade process, there will be no downtime or service interruptions.
  • EKS 1.31 Upgrade: EKS (Amazon Elastic Kubernetes Service) has been upgraded to latest version 1.31. The upgrade is seamless and requires no user intervention, ensuring a smooth transition to the latest version. During the upgrade process, there will be no downtime or service interruptions.

📈 Enhancements

  • Form for AWS Lambda is now available when configuring/overriding the resource.
  • Form for Artifactories to link container registry secrets with image pull secrets is now available.