Drone CI v2.28.0: Minor Enhancements & Dependency Upgrades
Drone CI, a popular CI/CD platform by Harness, has released version 2.28.0 on March 27, 2026. This minor update primarily focuses on internal improvements and dependency management, ensuring a more stable and current foundation for your pipelines.
Key Changes
This release is largely a maintenance update, with the main focus on updating internal dependencies. The changelog indicates numerous chore(deps) commits, specifically updating the github.com/drone/drone-yaml module through many patch versions (from v1.1.0 up to v1.3.236) and github.com/drone/go-scm.
- Dependency Updates: Significant updates to
github.com/drone/drone-yamlandgithub.com/drone/go-scmmodules. These updates bring the core components of Drone CI to their latest stable versions, addressing potential vulnerabilities and improving overall compatibility. - Internal Stability: While no new features are explicitly listed, dependency updates often include bug fixes and performance optimizations from the underlying libraries, contributing to the platform’s stability.
Impact for QA Teams
For QA engineers, this update means a more stable CI environment for automated tests. Reduced potential for unexpected build failures due to outdated dependencies can lead to more reliable test results and smoother pipeline executions. It’s a foundational update that indirectly benefits testing workflows by providing a stronger platform.
