Devtron Enterprise Release

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:


  1. Application Templates

Devtron is introducing Application Templates, a feature that allows users to create predefined application templates that can be used to bootstrap new applications. This capability helps reduce errors and repetition by enabling teams to create reusable application configurations (Workflows, Configurations, etc.). Users can now also easily onboard multiple applications using pre-defined templates, which saves time and increases accuracy.


  1. Delete CI Pipeline

Previously, deleting a CI Pipeline required users to navigate into the specific CI Pipeline and execute deletion actions. We've simplified this process by adding a delete button up front, enabling users to remove CI Pipelines with fewer steps.


  1. Modern Layout for Devtron

Devtron is coming up with a revamped layout for the platform, designed to enhance the user experience. With the upcoming releases, this revamped interface will offer even greater functionality and improved usability.



Bug Fixes:

  • Fixed irregularities in git commit fetching flow

  • Resolved resource browser cluster switching issue that retains old URL in the overview tab

  • Corrected CodeEditor Diff Minimap rendering for large diffs, enhancing code comparison experience

  • Eliminated false positives in GitOps Failures detection mechanism

  • Fixed incorrect namespace reporting in resource list API

  • Resolved onboarding of Argo CD app breaking when processing values.yaml



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, etc. We can discuss and plan things accordingly.
    • Related Articles

    • 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 ...
    • 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 ...