Release Notes v0.57

Release v0.57 brings updates like inclusion of environment name in Zenduty alerts, granular tracking for Secrets and Variables in Audit Logs, and many more enhancements and bug fixes.

✨ What's New

  • Granular Tracking for Secrets and Variables in Central Audit Logs
    Central Audit Logs now display the keys of overridden secrets and variables as comma-separated values in the Target column.

    Click on the image to expand

    Click on the image to expand

  • Environment and Service Name in Zenduty Alerts
    Facets' Zenduty alert integration now includes environment and service names directly in the alert title, creating a more personalized experience.

    Click on the image to expand

    Click on the image to expand

📈 Enhancements

  • Support for Disabling Default GKE Spot Node Pools
    You can now disable the default GKE (Google Kubernetes Engine) spot node pools, giving you more control over your resources.
  • Enhanced Control Over Resource Allocation
    You now have the flexibility to set CPU and memory limits independently to all the resources with Kubernetes flavor.
    To set this in your resource, add the following configuration in spec.size:
    "cpu_limit":""
    "memory_limit":""
    
  • User Interface Enhancements
    Implemented various UI enhancements to enhance user experience and provide a more intuitive interface across the application.

🐞 Bug Fixes

  • Fixed a bug that was preventing the Allow Destructive Action from working as expected during the deployment of a release when the release entered a queued state.