Skip to content

Commit 6c63292

Browse files
authored
chore: release v0.38.0
1 parent b7bbe9b commit 6c63292

3 files changed

Lines changed: 57 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.38.0](https://github.com/syncable-dev/syncable-cli/compare/v0.37.1...v0.38.0) - 2026-05-17
10+
11+
### Added
12+
13+
- *(cd)* combined CI+CD command, config, secrets doc & tests (CD-23/24/25/26/27/28)
14+
- *(cd)* Advanced features (CD-12..CD-16, CD-21, CD-29)
15+
- *(cd)* Templates, Writer, Pipeline Builder & CLI Entrypoint
16+
- *(cd)* Session 3 — Deploy steps, migration & health check (CD-07..CD-11)
17+
- *(cd)* Session 2 — Auth & Registry modules (CD-03, CD-04, CD-05, CD-06)
18+
- *(cd)* CD generation foundation (CD-02, CD-17, CD-22)
19+
- *(ci)* DEV-43 — secrets_doc scalar walker, platform-aware where_to_set, multi-platform sections
20+
- *(ci)* CI-01/27/28 — wire full pipeline, telemetry, update docs
21+
- *(ci)* CI-21/23/24 dry-run renderer, coverage upload step, Slack notify step
22+
- *(ci)* CI-20 close gaps — interactive prompt, merge, summary table
23+
- *(ci)* CI-20 CI file writer & conflict detection
24+
- *(ci)* CI-17 multi-version test matrix generator
25+
- *(ci)* CI-16 monorepo CI strategy generator
26+
- *(ci)* CI-19 secrets inventory generator
27+
- *(ci)* CI-22 .syncable.ci.toml config struct and merge
28+
- *(ci)* CI-13 GCP Cloud Build CI template builder
29+
- *(ci)* CI-12 Azure Pipelines CI template builder
30+
- *(ci)* CI-11 GitHub Actions CI template builder
31+
- *(ci)* CI-10 secret and credential leak scan step generator
32+
- *(ci)* CI-09 container image security scan step generator
33+
- *(ci)* CI-08 Docker build and tag step generator
34+
- *(ci)* CI-07 build step generator
35+
- *(ci)* CI-06 lint step generator
36+
- *(ci)* CI-05 test step generator
37+
- *(ci)* CI-15 placeholder token resolution engine
38+
- *(ci)* CI-18 trigger configuration module
39+
- *(ci)* CI-14 CiPipeline skeleton schema
40+
- added syncable-cli upgrade function
41+
- updated skills/installer and marketplace logic for coding agents
42+
43+
### Fixed
44+
45+
- *(cd)* correct YAML step indentation in Azure/GCP/Hetzner templates
46+
- *(CD-24)* apply migration_command from .syncable.cd.toml to pipeline
47+
- *(ci)* root-manifest language priority, platform SHA exprs, Azure/GCP env syntax
48+
- *(ci)* CI-24 wire --notify flag and config key through handler (gap fix)
49+
- *(ci)* expand schema fields for CI-08/09/10 spec gaps (buildx, SARIF, GITHUB_TOKEN)
50+
- *(ci)* CI-18 scheduled placeholder, CI-06 Gradle Checkstyle variant
51+
- *(ci)* add Serialize derives to CiContext, RuntimeSetup, CacheConfig (CI-02/03/04)
52+
53+
### Other
54+
55+
- Merge remote-tracking branch 'origin/main' into feature/ci-pipeline-generation
56+
- *(cd)* add generate cd and generate ci-cd sections to command-overview (CD-30)
57+
- *(ci)* CI-25/26 unit and integration tests, language fixtures, insta snapshot
58+
- ignore all .DS_Store files
59+
- *(ci)* mark CI handler wiring gap for integration
60+
- *(ci)* extract shared make_ctx test helper
61+
- add .DS_Store to .gitignore
62+
- Merge remote-tracking branch 'origin/develop' into feature/ci-pipeline-generation
63+
964
## [0.37.1](https://github.com/syncable-dev/syncable-cli/compare/v0.37.0...v0.37.1) - 2026-03-29
1065

1166
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncable-cli"
3-
version = "0.37.1"
3+
version = "0.38.0"
44
edition = "2024"
55
rust-version = "1.88" # MSRV - AWS SDK requires 1.88
66
authors = ["Syncable Team"]

0 commit comments

Comments
 (0)