Releases: libopenstorage/stork
Releases · libopenstorage/stork
Release Stork v1.1
New Features
- Rack, zone and region support when prioritizing nodes during scheduling (#37)
- The topology information is collected from the storage driver and Kubernetes
- Initializer to update schedulerName for Deployments and StatefulSets if it uses a PV by the storage driver (#51)
- Useful when you cannot update the schedulerName (like in Helm charts)
- This depends on an Alpha feature in Kubernetes, so it is marked as an experimental feature in STORK and is disabled by default
- Instructions to enable this feature can be found here: https://github.com/libopenstorage/stork#initializer-experimental
- Portworx Driver:
Improvements
- Check other sources in PVC to match driver (#49)
- Use snapshot UUID instead of name to allow re-use of snapshot names across namespaces (#67)
- Health Monitor interval in seconds can be configured using
--health-monitor-interval
. The default is 120 seconds and the minimum is 30 seconds (#91) - Return error from scheduler extender when none of the nodes in Filter request have the storage driver online (#89)
Bug Fixes
- Restore from snapshot was failing if original PVC was deleted (#57)
- Fix race between create and delete of snapshots (#42)
- Don't override labels provided in a snapshot (#69)
Dockerhub image
- openstorage/stork:1.1
Release Stork v1.0.3
Minor Release with following fixes:
- Issue #45 : Portworx driver: Check for source not being nil during volume inspect
Release Stork v1.0.2
Release Stork v1.0.1
Minor Release with following fixes:
- Issue #24: Convert hostnames to lowercase to match kubernetes hostnames
Release Stork v1.0
- Scheduler extender to enable hyperconvergence
- Health monitor for storage driver
- Support to take snapshots via Kubernetes
- Supported drivers:
- Portworx (pxd)
Release Stork v0.3.1
- Added support for volume snapshots
Release Stork v0.2
- Added support for Health Monitoring of Storage Driver