Skip to content

Releases: libopenstorage/stork

Release Stork v1.1.1

09 Jun 23:48

Choose a tag to compare

Improvements

  • Allow snapshots to be restored to different namespaces (#71)
    • When creating snapshots users need to provide comma seperated regexes
      with "stork/snapshot-restore-namespaces" annotaion to specify which
      namespaces the snapshot can be restored to
    • When creating PVC from snapshots, if a snapshot exists in another
      namespace, the snapshot namespace should be specified with
      "stork/snapshot-source-namespace" annotation

Bug fixes

  • Use cache for node infomation to prevent timeouts during scheduling in large clusters (#99)

Release Stork v1.1

06 Jun 00:30
531a1a8

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

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

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

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

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

Choose a tag to compare

  • Added support for volume snapshots

Release Stork v0.2

14 Dec 06:47
5ca3a85

Choose a tag to compare

  • Added support for Health Monitoring of Storage Driver