-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
Overview
Create a comprehensive migration guide to help users upgrade from v0.2.0 to v1.0.0.
Breaking Changes to Document
1. CLI Flag Renames (Kong Migration)
Old (v0.2.0):
./cisshgo -startingPort 10000 -transcriptMap custom.yamlNew (v1.0.0):
./cisshgo --starting-port 10000 --transcript-map custom.yaml2. Transcript Map YAML Schema
Old (v0.2.0):
platforms:
- csr1000v:
vendor: "cisco"
...New (v1.0.0):
platforms:
csr1000v:
vendor: "cisco"
...Deliverables
- Create
docs/migration-v0.2-to-v1.0.md - Document both breaking changes with examples
- Provide step-by-step upgrade instructions
- Link to migration script (issue #TBD)
- Add to mkdocs.yml navigation
Content Structure
- Overview of breaking changes
- CLI flag migration with examples
- Transcript map schema migration with examples
- New features summary
- Step-by-step upgrade checklist
- Troubleshooting common issues
Related
- Depends on #TBD (migration script)
- Part of v1.0.0 release preparation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation