Release Notes v0.71

Release v0.71 brings updates like Maintenance Release, Release Change Preview, Project Types as well as some enhancements and bug fixes.

✨ What's New

  • Maintenance Release

    • Facets IaC upgrades are now decoupled from regular releases, running independently as dedicated Maintenance Releases. These releases will execute automatically during scheduled maintenance window or can be triggered manually if needed.
    • Maintenance Window will now be applicable for all the environments including the ones with pinned IAC version. Maintenance release will run only when there are pending infrastructure updates.
    Maintenance release details page with information about completed updates.

    Maintenance release details page with information about completed updates.

  • Release Change Preview

    • Releases just got more transparent. Review Release Table enables user to preview all infrastructure changes across an environment before release, reducing the risk of unintended updates.
    • This brings visibility and control to your release process, making it easier to manage infrastructure changes effectively.
    Review release table.

    Review release table.

  • Project Types

    • Projects can now be categorised with Project Types. Now, when creating a project, you can define it as a Project Type, effectively turning it into a reusable template. This feature allows you to create new projects with the same base blueprint, streamlining your workflow and ensuring consistency across all projects.
    • Users will now be able to map each project to a project type. This will allow users to have customised base blueprint based on the project type selected.
    Project types page in Ops Center.

    Project types page in Ops Center.

    • For detailed feature knowledge, refer to Project Types documentation

🚀 Product Capabilities

  • GKE Upgrade to 1.31 (EOL 1.29)
    GKE (Google Kubernetes Engine) has been upgraded to latest version 1.31 (EOL 1.29). 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

  • Blue-Green/Canary Deployments: 'Rolling Restart' option is now disabled in the Live page when Preview version is available.
  • Namespace support in Resource Forms: Users now have an option to provide namespace in resource forms. If not provided, 'default' namespace is taken.
  • Support for defining Init-Container(s) and Sidecar(s) via service form.
  • Support for selecting IAM Policies of S3, SQS and SNS from a dropdown instead of an input field in service form.
  • Support for selecting PVCs, Secrets, Config Maps from a dropdown instead of an input field in service form.

🐞 Bug Fixes

  • Fixed a bug where release metadata was not correct in case of parallel releases.
  • Fixed a bug where releases were failing if CIDR is 10.0.0.0/16 for Azure. Now this CIDR is not allowed for Azure cloud, avoiding release to fail.