Releases: open-dpm/dpm
Releases · open-dpm/dpm
v0.2.0
Added
- Official Docker image published to GHCR (
ghcr.io/open-dpm/dpm); the GitLab CI template can use it viaDPM_IMAGEto skippip installon every run - Optional
build:imagejob (kaniko) to build the image into your own GitLab Container Registry - Status badges in the README (CI, license, Python, release, Telegram)
Changed
- README rewritten problem-first, with a merge-request-gate flow diagram and a security/privacy section
- GitLab setup guide: clearer
DPM_PKGvariable instructions and a section on faster CI with a prebuilt image
v0.1.0
Initial public release.
License: dual-licensed under GNU AGPL-3.0-or-later (see LICENSE) and a commercial license (see COMMERCIAL-LICENSE.md). Contributions accepted under the CLA.
Added
- Data Product Manifest format — a multi-file definition of a data product: schema, semantics, quality rules, SLA, physical layout, runbook and ownership
- CLI:
dpm validate,validate-rules,governance,breaking-changes,suggest-version - Validators for manifest structure, quality rules, governance requirements, SemVer bumps and Avro breaking-change detection
- Example data product (
examples/aviation/flights) and templates for new manifests - Reusable GitLab CI template and GitHub Actions workflow; ruff and mypy configuration
- Guides: GitLab mirror setup and a data steward guide; data governance specification