Devtron Enterprise DT-34 Release Note

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:


  1. Support for Bulk Deployment of Only Active (Non-Hibernated) Apps
    While executing bulk deployments, users previously had to deselect hibernated applications manually. As an enhancement to the bulk deployment feature, Devtron is introducing support allowing users to select only non-hibernated applications.

  2. Enhanced Notifications
    Webhook notifications have been improved to include additional essential data for better visibility. The enhancements cover:

  • Pipeline type (build or deploy)

  • Commit hash or tag used to trigger the build

  1. Real-time Deployment Monitor

Real-time deployment tracking is now available in SDH, allowing teams to monitor release progress as it happens.

  1. Environment Configuration Shortcut

A shortcut has been added on the application details page, enabling quick navigation to the application's environment configuration.

  1. Multi-Select Support Resource Browser

The Resource Browser now supports multi-select functionality for generating Kubeconfig, at once for multiple clusters.


Bug Fixes:

  • Fixed issue where build pods were not being deleted after build abortion

  • Fixed UI breaking issues across tag policy creation, Silver Surfer interface, and the post-deploy stage in the application template

  • Fixed Grafana dataSource naming issues

  • Fixed mandatory plugin behavior in trigger build modal, where it was working as v1

  • Fixed broken header when displaying External Webhook Artifact information

  • Fixed pipeline functionality by removing the unique name check from the template.

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