Immutable
release. Only release title and notes can be modified.
Important
If you are enjoying ncps, please consider showing a token of appreciation by:
- Pressing the “Star” button on GitHub (top-right).
- Considering a one-time or recurrent donation via GitHub Sponsors or PayPal.
Docker Images v0.9.4
The following image tags were published to Dockerhub:
kalbasit/ncps:v0.9.4
kalbasit/ncps:v0.9
kalbasit/ncps:v0
kalbasit/ncps:sha-7b1bdfa
kalbasit/ncps:latest
ghcr.io/kalbasit/ncps:v0.9.4
ghcr.io/kalbasit/ncps:v0.9
ghcr.io/kalbasit/ncps:v0
ghcr.io/kalbasit/ncps:sha-7b1bdfa
ghcr.io/kalbasit/ncps:latest
Helm Chart Release v0.9.4
Installation
helm install ncps oci://ghcr.io/kalbasit/helm/ncps --version v0.9.4Upgrade
helm upgrade ncps oci://ghcr.io/kalbasit/helm/ncps --version v0.9.4Values
See values.yaml for all configuration options.
Documentation
See Helm Chart Documentation for detailed documentation and examples.
What's Changed
- fix: reduce S3 upload memory usage by passing known file sizes [backport #1092] by @kalbasit in #1093
- perf: fix CDC eager mode performance — async chunking and batch progressive streaming [backport #1102] by @kalbasit in #1103
Full Changelog: v0.9.3...v0.9.4