Releases: StreamLineLabs/streamline-deploy
Releases · StreamLineLabs/streamline-deploy
Release list
v0.3.0
What's Changed
- feat: add TLS configuration support
- fix: prevent resource leak on shutdown
- docs: add API documentation
- perf: reduce memory allocation in hot path
- chore: clean up unused imports
- docs: add troubleshooting guide
- feat: add configurable resource limits
- refactor: consolidate docker-compose variants
- docs: update changelog, README, and add governance files
- feat: update Helm chart templates and values
- build: update Dockerfiles and playground config
- ci: update workflow and add PR template
- chore: update base image to alpine 3.19
- docs: add deployment troubleshooting guide
- fix: correct volume mount paths in docker-compose
- feat: add conformance test specification
- build: optimize build configuration
- ci: configure automated testing
- feat: implement retry logic
- fix: fix memory leak in consumer loop
- chore: update dependencies
- feat: add init container for config validation
- fix: resolve volume mount permissions
- feat: add network policy templates
- fix: correct health check endpoint path
- chore: update resource limits
- test: add Helm chart validation tests
- chore: bump base image version
- style: normalize YAML indentation
- feat: add prometheus service monitor
- feat: add pod disruption budget
- docs: add troubleshooting section
- fix: correct ingress TLS configuration
- refactor: consolidate Helm value defaults
Full Changelog: v0.2.0...v0.3.0
Streamline Deploy v0.2.0
Helm charts, Docker images, and Kubernetes manifests for Streamline v0.2.0.
Highlights
- Resource limits configuration
- Grafana dashboard for topic metrics
- Prometheus alerting rules for consumer lag
- HPA and KEDA autoscaler templates
- Playground docker-compose configuration
docker pull ghcr.io/streamlinelabs/streamline:0.2.0
helm install streamline ./helm/streamlinev0.1.0
Streamline Deploy - v0.1.0
Initial release of Streamline deployment artifacts including Helm charts, Kubernetes manifests, Dockerfiles, and docker-compose configurations.
Included
- Helm chart for Streamline
- Raw Kubernetes manifests
- Docker Compose configurations
- Dockerfiles for building Streamline images