Skip to content

Releases: jrepp/prism-data-layer

Prism v0.0.1-test.4

20 Oct 19:32
5a32db9

Choose a tag to compare

Prism Data Access Gateway v0.0.1-test.4

Release Artifacts

Binaries (Release - Optimized)

  • prism-admin-{os}-{arch}.tar.gz - Control plane server
  • prismctl-{os}-{arch}.tar.gz - CLI tool
  • prism-proxy-{os}-{arch}.tar.gz - Rust-based data proxy
  • pattern-launcher-{os}-{arch}.tar.gz - Pattern deployment tool
  • plugin-watcher-{os}-{arch}.tar.gz - Plugin monitoring utility

Debug Binaries

  • *-debug.tar.gz - Debug builds with symbols (not stripped)

Docker Images

Available on GitHub Container Registry:

# Scratch variant (smallest, ~6-10MB)
docker pull ghcr.io/jrepp/prism-data-layer/prism-admin:v0.0.1-test.4-scratch

# Distroless variant (better debugging, ~20MB)
docker pull ghcr.io/jrepp/prism-data-layer/prism-admin:v0.0.1-test.4-distroless

# Alpine variant (full shell, ~15-25MB)
docker pull ghcr.io/jrepp/prism-data-layer/prism-admin:v0.0.1-test.4-alpine

Verification

Verify checksums after download:

sha256sum -c SHA256SUMS

What's Changed

See CHANGELOG.md for detailed changes.


Full Changelog: v0.1.0...v0.0.1-test.4

Test Release v0.0.1-test.2 (All Fixes)

20 Oct 00:34

Choose a tag to compare

Pre-release

Test release to validate the release pipeline and artifact generation.

All fixes included:

  1. Fixed prism-loadtest module path (github.com/prism → github.com/jrepp/prism-data-layer)
  2. Added prism-loadtest to Makefile build targets
  3. Fixed Dockerfile to copy all pkg/ dependencies (not just pkg/plugin)

What gets built:

  • ✅ Binaries: prism-admin, prismctl, prism-loadtest, pattern-launcher, plugin-watcher, prism-proxy (all platforms)
  • ✅ Docker images: prism-admin, prismctl, pattern-launcher, plugin-watcher (all variants: scratch, distroless, alpine)

This is a pre-release for testing purposes.