diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd1414..97928bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to workflow-plugin-digitalocean are documented here. ## [Unreleased] +## [v0.8.0] - 2026-04-28 + +P-2 staging IaC alignment. Three independent canonical-config additions +(F4 / F5 / F7) plus the surrounding Plan/Diff cascade fixes flagged +during quality review. Bumps `minEngineVersion` to `0.20.1` so plugin +tests + alignment integration can reference align/security-check +fixtures from workflow v0.20.1. + ### Added - **`expose: internal` on `infra.container_service`** (P-2.F4) — App Platform diff --git a/plugin.json b/plugin.json index acd9f1d..9a756a2 100644 --- a/plugin.json +++ b/plugin.json @@ -1,12 +1,12 @@ { "name": "workflow-plugin-digitalocean", - "version": "0.6.2", + "version": "0.8.0", "description": "DigitalOcean IaC provider: App Platform, DOKS, databases, Redis cache, load balancers, VPC, firewall, DNS, Spaces, DOCR, certificates, Droplets, IAM (declared), and API gateway", "author": "GoCodeAlone", "license": "MIT", "type": "external", "tier": "infra", - "minEngineVersion": "0.3.51", + "minEngineVersion": "0.20.1", "keywords": ["digitalocean", "iac", "infra", "kubernetes", "database", "app-platform", "spaces", "redis"], "homepage": "https://github.com/GoCodeAlone/workflow-plugin-digitalocean", "repository": "https://github.com/GoCodeAlone/workflow-plugin-digitalocean",