Conversation
…ll target enforcement P-2 staging IaC alignment. Bumps plugin.json: - version: 0.6.2 → 0.8.0 - minEngineVersion: 0.3.51 → 0.20.1 (matches workflow v0.20.1 fixtures used by alignment + align/security-check integration tests). Consolidates the [Unreleased] block under [v0.8.0] - 2026-04-28 with preamble describing the three F-track features: - F4 expose: internal (PR #35) — App Platform services may opt out of the public edge route. Five validation guards reject misconfiguration at apply time. Diff cascade derives expose + image from the live AppSpec so in-place toggles produce Plan actions. - F5 http_port_protocol + protocol: grpc alias (PR #34) — explicit canonical key for HTTP/2 plus gRPC shorthand. - F7 firewall droplet_ids + tags target enforcement (PR #36) — firewalls now require at least one target; Diff detects in-place target/rule changes; Outputs round-trip through structpb cleanly. Co-authored-by: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Cuts the v0.8.0 release by updating the plugin manifest metadata and promoting the existing Unreleased changelog entries into a new v0.8.0 section.
Changes:
- Bump
plugin.jsonversion to0.8.0. - Raise
minEngineVersionto0.20.1. - Add a new
CHANGELOG.mdsection forv0.8.0dated2026-04-28, leaving[Unreleased]empty for future entries.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| plugin.json | Updates release version and minimum supported engine version. |
| CHANGELOG.md | Adds v0.8.0 heading/preamble and places prior Unreleased content under it. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
5 tasks
intel352
added a commit
that referenced
this pull request
Apr 28, 2026
Per release-task spec from team-lead: documents the plugin dispatch mode this release ships under (workflow's legacy untyped map[string]any + structpb), explains why the F7 canonical-shape Outputs use is a stopgap, and pins migration to strict typed-contract dispatch (workflow v0.19.0-alpha.5+) for v0.9.0. Filed follow-up: #37 — ref.Name vs spec.Name in FirewallDriver.Update error formatting (Minor advisory from F7 review, non-blocking, scoped for v0.8.x). Doc-only change. No code touched. Lands on top of v0.8.0 release commit (#38) before the v0.8.0 tag is pushed so the tag's CHANGELOG entry includes the note. Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cuts the v0.8.0 release for P-2 staging IaC alignment. Three F-track features land together:
expose: internaloninfra.container_service(PR feat(do-plugin): honor expose: internal for App Platform services (F4) #35, merged at51e5e15)http_port_protocolcanonical key +protocol: grpcalias (PR feat(do-plugin): expose http_port_protocol for gRPC services (F5) #34, merged ate1014e8)droplet_ids+tagstarget enforcement (PR fix(do-plugin): firewall must declare targets — fail plan when none (F7) #36, merged atc3aaa88)Branch / SHAs
origin/main@51e5e15b3267bee12e6ce1eef350755308006eb2a31b9ab4d7a3f2cb93e3b5a270e59678627d60f5Diff
plugin.jsonversion: 0.6.2 → 0.8.0minEngineVersion: 0.3.51 → 0.20.1(matches workflow v0.20.1 fixtures used by alignment + align/security-check integration tests)CHANGELOG.md[v0.8.0] - 2026-04-28heading inserted between[Unreleased]and[v0.7.9]minEngineVersionbump rationale[Unreleased]content moves under the v0.8.0 heading verbatim (no edits)[Unreleased]is now empty, ready for the next changeTest output
Self-review checklist
origin/main(verified viagit log— 51e5e15 / c3aaa88 / e1014e8)origin/mainHEADplugin.json+CHANGELOG.mdonly-raceplugin.jsonJSON-valid (python3 -m json.tool)git pull --ff-only origin mainbefore commit + before push (already up to date both times)Post-merge release plan (per Task #10)
git checkout main && git pullgit tag -a v0.8.0 -m "v0.8.0 — expose: internal, http_port_protocol, firewall target enforcement"git push origin v0.8.0🤖 Generated with Claude Code