Skip to content

Releases: libopenstorage/stork

Release Stork v1.1

06 Jun 00:30
531a1a8
Compare
Choose a tag to compare

New Features

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

15 Apr 07:01
Compare
Choose a tag to compare

Minor Release with following fixes:

  • Issue #45 : Portworx driver: Check for source not being nil during volume inspect

Release Stork v1.0.2

02 Mar 00:48
Compare
Choose a tag to compare

Minor Release with following fixes:

  • Issue #29 Fix cache sync in snapshot controller to be more reliable. This would cause the snapshot controller to silently fail during startup.
  • Issue #30 Extender now correctly matches driver and Kuberentes nodes even if driver doesn't provide a FQDN

Release Stork v1.0.1

07 Feb 21:13
Compare
Choose a tag to compare

Minor Release with following fixes:

  • Issue #24: Convert hostnames to lowercase to match kubernetes hostnames

Release Stork v1.0

31 Jan 22:06
Compare
Choose a tag to compare
  • 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

11 Jan 01:56
Compare
Choose a tag to compare
  • Added support for volume snapshots

Release Stork v0.2

14 Dec 06:47
5ca3a85
Compare
Choose a tag to compare
  • Added support for Health Monitoring of Storage Driver