Releases: gODtECH-Ctl-Create/StackPilot
Release list
StackPilot v0.2.6
What's Changed
- fix: recognize cargo-deny advisory scans by @gODtECH-Ctl-Create in #45
- release: StackPilot v0.2.6 by @gODtECH-Ctl-Create in #46
Full Changelog: v0.2.5...v0.2.6
StackPilot v0.2.5
What's Changed
- fix: recognize safe file-based configuration conventions by @gODtECH-Ctl-Create in #42
- release: StackPilot v0.2.5 by @gODtECH-Ctl-Create in #43
Full Changelog: v0.2.4...v0.2.5
StackPilot v0.2.4
What's Changed
- fix: defer inherited environment remediation to repository root by @gODtECH-Ctl-Create in #39
- release: StackPilot v0.2.4 by @gODtECH-Ctl-Create in #40
Full Changelog: v0.2.3...v0.2.4
StackPilot v0.2.3
What's Changed
- Integrate shared gODtECH CLI Identity into StackPilot by @gODtECH-Ctl-Create in #36
- Release StackPilot v0.2.3 by @gODtECH-Ctl-Create in #37
Full Changelog: v0.2.2...v0.2.3
StackPilot v0.2.2
What's Changed
- fix: detect centralized Docker ownership for nested services by @gODtECH-Ctl-Create in #34
- release: StackPilot v0.2.2 by @gODtECH-Ctl-Create in #35
Full Changelog: v0.2.1...v0.2.2
StackPilot v0.2.1
What's Changed
- fix: make nested service inspection monorepo-aware by @gODtECH-Ctl-Create in #31
- release: StackPilot v0.2.1 by @gODtECH-Ctl-Create in #32
Full Changelog: v0.2.0...v0.2.1
StackPilot v0.2.0
What's Changed
- feat: keep public site aligned with StackPilot releases by @gODtECH-Ctl-Create in #7
- chore: harden reproducible releases and installed smoke tests by @gODtECH-Ctl-Create in #8
- feat: add deterministic repository inspection by @gODtECH-Ctl-Create in #9
- feat: add readiness score and CI policy gate by @gODtECH-Ctl-Create in #10
- feat: add safety-first repository remediation by @gODtECH-Ctl-Create in #11
- feat: add verified Docker and GitHub Actions fix adapters by @gODtECH-Ctl-Create in #12
- feat: add explicit-cloud Terraform remediation by @gODtECH-Ctl-Create in #13
- docs: define Forge and Steward integration boundaries by @gODtECH-Ctl-Create in #15
- feat: add optional gODtECH Steward report adapter by @gODtECH-Ctl-Create in #19
- docs: mark Steward integration complete by @gODtECH-Ctl-Create in #20
- feat: surface ecosystem and fix public header rendering by @gODtECH-Ctl-Create in #22
- docs: restore StackPilot capabilities alongside ecosystem overview by @gODtECH-Ctl-Create in #23
- feat: add verified health-check remediation by @gODtECH-Ctl-Create in #14
- feat: add deterministic security baseline by @gODtECH-Ctl-Create in #25
- feat: add AWS ECS Fargate deployment intelligence by @gODtECH-Ctl-Create in #26
- feat: add golden path lifecycle upgrades by @gODtECH-Ctl-Create in #27
- release: prepare StackPilot v0.2.0 by @gODtECH-Ctl-Create in #28
Full Changelog: v0.1.2...v0.2.0
StackPilot v0.1.2
What's Changed
- fix: ship recipes with installed StackPilot by @gODtECH-Ctl-Create in #6
Full Changelog: v0.1.1...v0.1.2
StackPilot v0.1.1
What's Changed
- docs: redesign StackPilot README by @gODtECH-Ctl-Create in #4
- fix: repair StackPilot release distribution by @gODtECH-Ctl-Create in #5
Full Changelog: StackPilot-v0.1.0...v0.1.1
StackPilot v0.1.0
StackPilot v0.1.0
StackPilot v0.1.0 is the first public release of our opinionated, production-minded project scaffolding tool.
Instead of making developers choose from endless frameworks and setup combinations, StackPilot provides tested golden paths for building backend services with sensible defaults from day one.
What’s included
StackPilot currently supports six opinionated backend golden paths:
- Rust → Axum
- Go → Chi
- TypeScript → NestJS
- Python → FastAPI
- Java → Spring Boot
- C# → ASP.NET Core
Each generated project can include:
- PostgreSQL-first database configuration
- AWS-first cloud configuration
- Docker and Docker Compose
- GitHub Actions CI
- Terraform foundations
- Health endpoint on
/health - Consistent port
3000 - Environment configuration
- Repository documentation
- Persistent
.stackpilot.tomlproject profile
CLI commands
This release includes:
stackpilot new— create a new projectstackpilot plan— preview what will be generatedstackpilot bootstrap— configure a repository created from the GitHub templatestackpilot doctor— validate your local StackPilot environmentstackpilot recipes— list available recipes
GitHub Template support
StackPilot can also be used directly through GitHub.
Create a repository using Use this template, then configure the repository through the included StackPilot GitHub Actions workflow.
Cross-platform
Release binaries are provided for:
- Windows
- Linux
- macOS Intel
- macOS Apple Silicon
Documentation
Installation guides, CLI documentation, and golden-path references are available on the StackPilot documentation website:
https://godtech-ctl-create.github.io/StackPilot/
Scope of v0.1.0
This release intentionally focuses on backend services and APIs.
Frontend projects, full-stack applications, repository inspection, automated remediation, advanced security policies, and organization-wide golden paths are planned for future releases.
StackPilot v0.1.0 establishes the foundation: choose your language, follow a tested path, and start building without rebuilding the same engineering setup every time.