devtron

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:


  1. Exception in Configuration Approval Policies (Beta)

When urgent releases are needed, teams often face delays because the standard approval process can't be bypassed, creating bottlenecks in critical situations. Devtron is addressing this challenge by introducing an approval policy exception mechanism that allows specific users or superadmins to make changes without requiring the standard approval workflow, enabling faster response times during urgent deployments.


  1. Recently Visited Apps

For Devtron Apps, we are introducing support for Recently Visited applications. This enhancement allows users to quickly access their most recently opened Devtron apps, improving navigation efficiency and enabling users to return to their workflows without the need to search or navigate through multiple menus.


  1. Faster Builds

Devtron has optimized the CI pipeline, significantly accelerating build times by executing specific build stages in parallel. This enhancement ensures faster and more efficient build processes.


Bug Fixes:

  • Fixed pages breaking in release tracks when apps are added or removed, with proper validation now implemented

  • Fixed manifest generation for Bitnami Helm charts with specific versions

  • Resolved issue preventing deletion of release tracks

  • Corrected "Triggered by username" display in Auto trigger cases

  • Fixed Live status URL redirection to deployment history steps

  • Added cloning of overridden-configs and env-level config-maps when cloning applications

  • Eliminated unnecessary warning rendering on Chart Configure during GitOps updates

  • Resolved "permission denied" errors when triggering CD pipelines (Argo-based) with HPA enabled for the first time


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