You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add comprehensive documentation for kpt v1.0.0 API stabilization
This PR adds comprehensive documentation for kpt v1.0.0 API stabilization
as part of issue #4450 (Part 1 of 4).
New Documentation Files:
- docs/VERSIONING.md: Semantic versioning policy
- docs/MIGRATION_V1.md: Migration guide to v1.0.0
- docs/BACKWARD_COMPATIBILITY.md: Compatibility guarantees
- docs/SDK_VERSIONING.md: SDK and function catalog versioning
- docs/ARCHITECTURE_TESTING.md: Multi-architecture testing
- docs/UPSTREAM_MIGRATION.md: Upstream dependency migration
- docs/V1_RELEASE_CHECKLIST.md: Release checklist
Updated Files:
- README.md: Added v1.0.0 announcement and documentation links
All documentation is clear, beginner-friendly, and follows consistent
formatting without icons or emojis.
Part of #4450
**Version Information**: kpt follows [semantic versioning](https://semver.org/). See [VERSIONING.md](docs/VERSIONING.md) for our versioning policy and compatibility guarantees.
62
+
42
63
## kpt components
43
64
44
65
The kpt toolchain includes the following components:
@@ -59,6 +80,14 @@ The kpt toolchain includes the following components:
59
80
60
81
You can read about the big upcoming features in the [roadmap doc](/docs/ROADMAP.md).
61
82
83
+
## Documentation
84
+
85
+
-**[Versioning Policy](docs/VERSIONING.md)** - Semantic versioning and compatibility guarantees
86
+
-**[Migration Guide](docs/MIGRATION_V1.md)** - Migrating to kpt v1.0.0
87
+
-**[Backward Compatibility](docs/BACKWARD_COMPATIBILITY.md)** - Compatibility policy and testing
0 commit comments