From 49847988b28bd4f7692e095a78667f2ff9be8b5b Mon Sep 17 00:00:00 2001 From: mqus <8398165+mqus@users.noreply.github.com> Date: Sun, 10 Nov 2024 23:54:36 +0100 Subject: [PATCH] Add feature comparison to drone --- docs/versioned_docs/version-2.7/50-about.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-2.7/50-about.md b/docs/versioned_docs/version-2.7/50-about.md index bec3304a1..2b04e8354 100644 --- a/docs/versioned_docs/version-2.7/50-about.md +++ b/docs/versioned_docs/version-2.7/50-about.md @@ -15,4 +15,16 @@ A few important time points: ## Differences to Drone -Woodpecker is a community-focused software that still stay free and open source forever, while Drone is managed by [Harness](https://harness.io/) and published under [Polyform Small Business](https://polyformproject.org/licenses/small-business/1.0.0/) license. +Woodpecker is a community-focused software that still stay free and open source forever, while Drone is managed by [Harness](https://harness.io/) and published under [Polyform Small Business](https://polyformproject.org/licenses/small-business/1.0.0/) license, as well as an [OSS edition](https://docs.drone.io/enterprise/#what-is-the-difference-between-open-source-and-enterprise) published under Apache 2.0 . + +### Features + +| Feature | Drone CI (Enterprise) | Woodpecker CI | +|---------|-----------------------|---------------| +| Trigger | CI, Manual, Cronjob | | +| Runner | Docker, Exec, SSH, DigitalOcean | | +| Extensions | Admission, Configuration, Conversion, Environment, Registry, Secrets, Validation | | +| Templating | (/) | | +| Manual steps | (!) (via promoting) | | +| Report UI | [(/)](https://docs.drone.io/plugins/adaptive_cards/) | | +| Secret management | (/) (via extensions) | |