Versioning¶
Two identifiers stay distinct.
| Identifier | What it is | Public status |
|---|---|---|
eve-iac/v1 |
HTTPS API (/api/v1, OpenAPI + semantics) |
Not published. Valid v1 calls may still change until a public cut. |
Product X.Y.Z |
Coordinated package version from VERSION (X.Y.Z-R) |
GitLab Package Registry / Release on tags. Not public indexes. |
VERSION is Debian-style X.Y.Z-R (currently 0.4.2-2).
| Artifact | Version |
|---|---|
Python eve-iac, npm @eve-iac/sdk, VSIX, CLI --version |
X.Y.Z (0.4.2) |
Debian eve-iac-agent, GET /api/v1/health |
X.Y.Z-R (0.4.2-2) |
| Go module path | github.com/eve-iac/eve-iac/sdk/go (Release tarball + replace; no public proxy tag) |
Do not treat 0.4.2 as “API v1 is released”.