Release Notes
Welcome to the SharedVolume release notes! Here you'll find information about all the latest features, improvements, and bug fixes in each version of SharedVolume.
Latest Release
Version 0.1.0 - Beta Release ๐ง
Release Date: August 2025
Status: Beta - All implementations in test phase
This is the first beta release of SharedVolume. This release is intended for testing and development environments only.
Release Schedule
SharedVolume follows semantic versioning (SemVer):
- 0.x.x releases: Beta versions for testing and development
- 1.0.0: First stable production release
- Minor releases (x.y.0): New features, backwards compatible
- Patch releases (x.y.z): Bug fixes, security updates
Beta Support Policy
- Current beta: Active development and community support
- Bug fixes: Provided based on community feedback and testing
- Breaking changes: May occur between beta versions
- Documentation: Continuously updated based on feedback
Getting Updates
To stay informed about new releases:
- Watch our GitHub repository
- Follow release discussions on GitHub
- Check our roadmap for upcoming features
- Join community discussions for early access to features
Beta Upgrade Guidelines
Before upgrading beta versions:
- โ ๏ธ Backup your data: Beta versions may have breaking changes
- Review release notes: Check for API changes and new features
- Test thoroughly: Validate in development environment first
- Check compatibility: Ensure Kubernetes version compatibility
- Report issues: Help improve stability by reporting problems
Beta Upgrade Commands:
# Backup existing resources
kubectl get sharedvolumes -A -o yaml > backup-sv.yaml
kubectl get clustersharedvolumes -o yaml > backup-csv.yaml
# Upgrade to new beta version
kubectl apply -f https://github.com/sharedvolume/shared-volume-controller/releases/download/v0.1.0/install.yaml
Support and Feedback
For Beta Users:
- Report issues on GitHub
- Share testing results
- Provide feedback on documentation
- Suggest improvements and new features
- Help others in community discussions
Beta Testing Incentives:
- Early access to new features
- Direct influence on product direction
- Recognition as beta contributor
- Priority support for reported issues