Upgrade Hub
Upgrade between ETLantic 0.x releases using the guides below. Always pin core
and first-party plugins to the same minor after upgrading.
Current target
ETLantic 0.21.0 — choose your guide:
Regenerate reviewed plans after upgrades that change plan fingerprints or
interchange descriptors. Review
CHANGELOG.
Migration chain (newest first)
Vocabulary cheat sheet (0.16+)
| Removed |
Use instead |
Source[...] |
Extract[...] |
Sink[...] |
Load[...] |
binding= on extract/load |
asset= |
DataContractModel as primary authoring |
Data |
0.19 configuration cheat sheet
| Change |
Use instead |
Production detection by name/security_domain |
security_mode="production" |
| Unknown bare profile names |
Fail closed; --allow-adhoc-profile |
Legacy profile JSON bindings only |
Prefer assets; diagnosed PMCFG110 |
Missing plan/report schema |
Required; no silent default |
0.20 configuration cheat sheet
| Change |
Use instead |
| Plugin import before allowlist check |
Allowlist evaluated before ep.load() in production |
| Implicit plugin trust |
Ship etlantic-plugin-manifest.json (first-party included); required for security_mode="production" |
| Unrestricted outbound HTTP from transforms |
Declare Profile.outbound with allowed schemes/hosts |
| Ad hoc artifact/cache paths |
Regenerate plans; isolation dimensions added to identity strings |
| World-writable report/schema-history roots |
Write through SafeIoPolicy; use intentional store directories |
| Plan fingerprint only at run time |
Use verify_plan_fingerprint / compile-time checks where applicable |
See Migration 0.19 → 0.20 for examples and
Security for the full trust model.
0.21 configuration cheat sheet
| Change |
Use instead |
| Ephemeral-only report store |
Default durable .etlantic/reports workspace; --ephemeral for process-local |
| Implicit project layout |
Optional etlantic.toml + profiles/; etlantic init scaffolds |
Legacy profile bindings |
Structured assets descriptors; --accept-legacy-bindings for migration only |
| Ad hoc profile JSON paths |
etlantic profile validate/show/diff/migrate |
reliability plan-diff |
etlantic plan diff |
| Human-only plan explain |
etlantic plan explain --format human |
See Migration 0.20 → 0.21 for CLI and workspace details.
Checklist
- Pin
etlantic==X.Y.Z and matching etlantic-*==X.Y.Z plugins
- Read the migration guide for your from→to pair
- Run
etlantic validate … --format sarif in CI
- Regenerate and re-review
etlantic plan … --format json
- Confirm production profiles set
security_mode="production" and a non-empty plugin_allowlist