Add migration_guide_0.11.1_to_0.11.8 documenation#2111
Add migration_guide_0.11.1_to_0.11.8 documenation#2111cb-github-robot merged 1 commit intocloud-barista:mainfrom
Conversation
Signed-off-by: Seokho Son <shsongist@gmail.com>
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive migration documentation for CB-Tumblebug users upgrading from version 0.11.1 to 0.11.8. The document provides detailed guidance on breaking changes, new features, and performance improvements.
Key changes:
- Documents all breaking API changes and required migrations
- Explains new smart image search functionality with spec matching
- Provides comprehensive code examples and migration checklists
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| @@ -0,0 +1,1270 @@ | |||
| # CB-Tumblebug Migration Guide: v0.11.1 to v0.11.8 | |||
There was a problem hiding this comment.
The title contains a typo: 'documenation' should be 'documentation' in the PR title metadata.
| # ⚠️ 제한사항: 스마트 매칭이지만 100% 호환성 보장은 불가 - 다음 상황에서 프로비저닝 실패 가능: | ||
| # • CSP 쿼터 제한: 계정별 리소스 할당량 초과 시 (→ CSP 콘솔에서 쿼터 증가 요청) | ||
| # • Zone별 가용성: 특히 Alibaba Cloud는 Zone마다 Spec/Image 조합이 상이함 (→ 다른 Zone 시도 권장) | ||
|
|
There was a problem hiding this comment.
[nitpick] The limitations section could be more prominently formatted. Consider using a warning callout or moving this critical information to a more visible location in the document.
| > ⚠️ **제한사항: 스마트 매칭이지만 100% 호환성 보장은 불가** | |
| > 다음 상황에서 프로비저닝 실패 가능: | |
| > • **CSP 쿼터 제한**: 계정별 리소스 할당량 초과 시 (→ CSP 콘솔에서 쿼터 증가 요청) | |
| > • **Zone별 가용성**: 특히 Alibaba Cloud는 Zone마다 Spec/Image 조합이 상이함 (→ 다른 Zone 시도 권장) |
| response = requests.post(f"{TB_API}/ns/default/resources/searchImage", json=payload) | ||
| result = response.json() | ||
|
|
||
| # 3. � 응답에서 isBasicImage 플래그 확인하여 기본 이미지 필터링 |
There was a problem hiding this comment.
There appears to be a corrupted character '�' in the comment. It should likely be an emoji or number.
| # 3. � 응답에서 isBasicImage 플래그 확인하여 기본 이미지 필터링 | |
| # 3. 🏷️ 응답에서 isBasicImage 플래그 확인하여 기본 이미지 필터링 |
| ## 📚 **상세 정보 및 버전별 변경사항** | ||
|
|
||
| ### 📊 버전별 변경사항 요약 | ||
|
|
There was a problem hiding this comment.
[nitpick] The mermaid diagram may not render properly in all documentation viewers. Consider providing a text-based alternative or ensuring the target documentation platform supports mermaid diagrams.
| <!-- If your viewer does not support Mermaid diagrams, see the following summary table: --> | |
| | Version | Endpoints | 주요 변경사항 (Key Changes) | | |
| |--------------|-----------|--------------------------------------------------| | |
| | v0.11.1 | 135 | | | |
| | v0.11.2 | 137 | 🔒 Security Group Associated Resources | | |
| | v0.11.3 | 142 | 🔍 MCI Dynamic Review, 📊 Provisioning Events | | |
| | v0.11.4 | 142 | ⚡ Spec Recommendation, API Restructure | | |
| | v0.11.5 | 142 | 🛡️ Stability Improvements | | |
| | v0.11.6 | 142 | 🏗️ Internal Optimizations | | |
| | v0.11.7 | 142 | 🔧 Bug Fixes | | |
| | v0.11.8 | 142 | ✨ Latest Stable | |
| 10. **병렬 처리**: MCI Review 60-70% 속도 향상 | ||
| 11. **안정성**: 네트워크 작업 재시도 + 메모리 누수 수정 | ||
|
|
||
| **📈 전체 변화**: v0.11.1 (135개) → v0.11.8 (142개) | +7개 API | **3개 Breaking Changes** | **성능 15-20% 향상** | **🎯 Image Search 스마트 매칭** |
There was a problem hiding this comment.
The summary section starting at line 1248 appears to be duplicated from the earlier summary section around line 1218. This duplication could confuse readers and should be removed or consolidated.
| **📈 전체 변화**: v0.11.1 (135개) → v0.11.8 (142개) | +7개 API | **3개 Breaking Changes** | **성능 15-20% 향상** | **🎯 Image Search 스마트 매칭** |
|
/approve |
No description provided.