Devtron Enterprise DT-36 Release Note

Devtron Enterprise DT-36 Release Note

The latest release of Devtron is here, with new features and enhancements. Here's a summary of the DT-36 release and related updates.


Highlights:


  • Provision EKS Cluster Through Devtron
    Devtron now allows you to provision Amazon EKS Kubernetes clusters directly through the platform. This major enhancement integrates OpenTofu and FluxCD controllers to deliver infrastructure provisioning with GitOps capabilities, streamlining your entire Kubernetes lifecycle management.

  • Target Installations for Release in SDH
    Now you can specify exactly which customer installations will receive your releases. Devtron’s new Target Installations feature in Softaware Distribution Hub (SDH) enables administrators to select specific customer installations for deployment, ensuring controlled and customer-specific releases without affecting other installations.

  • Status for Auto-Triggered Stages in SDH
    The Software Distribution Hub (SDH) now tracks and displays the status of all automatically triggered stages. This improvement prevents releases from duplicate triggers (auto and manual). Also allows you to leverage automated pipelines in SDH.

  • Notification Banner
    The Devtron UI now features a dynamic header banner for important announcements and notifications, keeping your team informed of critical updates.


Bug Fixes:

  • Fixed issue where complex-scope variables weren't properly resolving when used with the patch strategy.

  • Fixed missing Resource Status and Error Details in ArgoCD Deployments.

  • Fixed Server API returning 500 Internal Server Error, which caused Stack Manager failures after Helm installation

  • Fixed file name derivation for isolated environment charts and corrected runner query parameters payload for data fetching.

  • Fixed polling cleanup issue in external apps.

P.S. There is no downtime expected during or after the release.


Please don't hesitate to reach out to us on Zoho Desk if you have any concerns about the release, timelines, etc. We can discuss and plan things accordingly.
    • Related Articles

    • Devtron Enterprise DT-32 Release Note

      The latest release of Devtron is here, with new features and enhancements. Here's a summary of the DT-32 release and related updates. Highlights: Application Templates Devtron is introducing Application Templates, a feature that allows users to ...
    • Devtron Enterprise DT-34 Release Note

      The latest release of Devtron is here, with new features and enhancements. Here's a summary of the DT-34 release and related updates. Highlights: Support for Bulk Deployment of Only Active (Non-Hibernated) Apps While executing bulk deployments, users ...
    • Devtron Enterprise DT-33 Release Note

      The latest release of Devtron is here, with new features and enhancements. Here's a summary of the DT-33 release and related updates. Highlights: Exception in Configuration Approval Policies (Beta) When urgent releases are needed, teams often face ...
    • Unable to login with admin password or reset devtron admin password

      Debug: Run the command for admin credentials and use it for login in dashboard: kubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.ADMIN_PASSWORD}' | base64 -d If you are getting an error message of "invalid username or password" or ...
    • After installing Devtron using Helm, getting the admin password does not work.(if using windows)

      Debug: 'base64' is not recognized as an internal or external command, operable program or batch file. Solution: The first way to debug is either install base64 encode and decode into your windows machine and use the appropriate cmd to get the admin ...