Skip to content

Commit e040d75

Browse files
authored
Merge pull request #281 from syncable-dev/release-plz-2026-01-20T22-29-42Z
chore: release v0.34.0
2 parents 62accac + 79f2d82 commit e040d75

1 file changed

Lines changed: 102 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,108 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
106106

107107
## [Unreleased]
108108

109+
## [0.34.0](https://github.com/syncable-dev/syncable-cli/releases/tag/v0.34.0) - 2026-01-20
110+
111+
### Added
112+
113+
- *(11.3-03)* add DeployServiceTool for conversational deployment
114+
- *(11.3-02)* add deployment recommendation engine
115+
- *(11.3-01)* add infrastructure presence detection
116+
- *(11.3-01)* add health endpoint detection
117+
- *(11.3-01)* add PortSource enum for source-based port tracking
118+
- *(11.1-01)* fix CloudRunnerConfig to use provider-nested structure
119+
- *(wizard)* add smart repository connection to deploy flow
120+
- *(11-01)* add GitHub integration API types and methods
121+
- *(62.2-01)* integrate Dockerfile selection into wizard
122+
- *(62.2-01)* add Dockerfile selection wizard step
123+
- *(62.1-02)* add deploy new-env command with wizard
124+
- *(62.1-02)* add EnvCommand to CLI with list and select
125+
- *(62.1-01)* add environment fields to PlatformSession
126+
- *(62.1-01)* add Environment type and API methods
127+
- *(61-01)* add is_available to list_deployment_capabilities tool
128+
- *(61-01)* show Coming Soon for unavailable providers in wizard
129+
- *(61-01)* add Scaleway, Cyso providers and is_available method
130+
- *(60-01)* cross-reference analyze_codebase in analyze_project next_steps
131+
- *(60-01)* register AnalyzeCodebaseTool in platform module
132+
- *(60-01)* create AnalyzeCodebaseTool for comprehensive analysis
133+
- *(59-02)* create ProvisionRegistryTool and register tools
134+
- *(59-02)* create CreateDeploymentConfigTool for agent
135+
- *(59-02)* add create_deployment_config API method
136+
- *(59-01)* create ListDeploymentCapabilitiesTool and register tools
137+
- *(59-01)* create AnalyzeProjectTool for deployment discovery
138+
- *(58-01)* integrate registry provisioning into wizard orchestrator
139+
- *(58-01)* create registry provisioning wizard step
140+
- *(58-01)* add registry provisioning types and API methods
141+
- *(57-03)* CLI deploy wizard command integration
142+
- *(57-03)* wizard orchestration
143+
- *(57-03)* service configuration form
144+
- *(57-02)* implement registry selection step
145+
- *(57-02)* implement cluster selection step
146+
- *(57-02)* implement target selection step
147+
- *(57-01)* implement provider selection prompt
148+
- *(57-01)* implement provider status aggregation
149+
- *(57-01)* create wizard module structure
150+
- *(56-01)* add CLI wizard deployment config types
151+
- *(analyzer)* add dockerfile discovery for deployment wizard
152+
- *(platform)* add cluster and registry API methods
153+
- *(46-01)* add API connection health check
154+
- *(46-01)* add actionable suggestions to API errors
155+
- *(46-01)* add retry logic for transient API failures
156+
- *(45-01)* add platform context to input prompt
157+
- *(45-01)* add platform context to welcome banner
158+
- *(44-01)* wire up Project and Org commands in main.rs
159+
- *(44-01)* implement Project and Org command handlers
160+
- *(44-01)* add Project and Org command definitions
161+
- *(43-01)* create GetServiceLogsTool
162+
- *(43-01)* add log types and API method
163+
- *(42-01)* register deployment tools with agent
164+
- *(42-01)* create deployment tools
165+
- *(42-01)* add deployment types and API methods
166+
- *(41-01)* register provider connection tools
167+
- *(41-01)* create provider connection tools
168+
- *(41-01)* add provider connection check to API client
169+
- *(40-01)* register platform tools with agent
170+
- *(40-01)* create platform listing and selection tools
171+
- *(39-01)* create platform API client module
172+
- *(38-01)* wire session loading into agent startup
173+
- *(38-01)* create platform session module
174+
175+
### Fixed
176+
177+
- *(11.3-01)* enforce human-in-the-loop for deployment changes
178+
- *(11.3-01)* add is_public parameter with safe default (false)
179+
- *(11.3-01)* prevent agent from polling deployment status in infinite loop
180+
- *(11.3-01)* detect correct repository from local git remote
181+
- *(11.3-01)* derive dockerfile paths relative to repo root for Cloud Runner
182+
- *(deploy)* use paths relative to analyzed dir, not project root
183+
- *(deploy)* match manual wizard dockerfile/context path handling
184+
- *(deploy)* correct dockerfile path derivation for subdirectory deployments
185+
- *(prompt)* reduce agent narration of internal reasoning
186+
- *(deploy-status)* check actual service readiness for Cloud Runner
187+
- *(agent)* register CreateDeploymentConfigTool and DeployServiceTool
188+
- *(agent)* register ListDeploymentCapabilitiesTool in agent
189+
- *(api)* use working endpoint for check_provider_connection
190+
- *(api)* wrap get_optional responses in GenericResponse
191+
- *(deploy)* add duplicate detection and environment display to DeployServiceTool
192+
- *(wizard)* use build_context + filename for dockerfile path
193+
- *(wizard)* use full dockerfile path for Docker build
194+
- dockerfile path relative to build context + add deploy status command
195+
- *(api)* correct trigger deployment response parsing
196+
- *(api)* correct deployment config API response parsing
197+
- *(62.1-02)* correct ArtifactRegistry cloudProvider field name
198+
- *(62.1-02)* correct environment API endpoint and field names
199+
- *(62-01)* make deploy wizard the default when no subcommand provided
200+
- detect provider connection from cloud credentials, not resources
201+
- *(api)* unwrap GenericResponse wrapper in platform API client
202+
203+
### Other
204+
205+
- release v0.34.0
206+
- Merge pull request #279 from syncable-dev/develop
207+
- add verbose logging for deployment config request
208+
- *(wizard)* add debug logging for deployment trigger
209+
- *(62-01)* fix clippy never_loop warnings in wizard orchestrator
210+
109211
## [0.34.0](https://github.com/syncable-dev/syncable-cli/compare/v0.33.0...v0.34.0) - 2026-01-20
110212

111213
### Added

0 commit comments

Comments
 (0)