Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading