Skip to content

Releases: libopenstorage/stork

Release Stork v2.1.1

22 Mar 21:13

Choose a tag to compare

Bug Fixes

  • Extender now returns an error if no replicas for a volume are online. This will prevent pods from getting scheduled if they cannot use a PVC (#299)
  • Portworx:
    • Fixed check for ownership for statically created PVCs (#292)

Release Stork v2.1.0

11 Mar 22:04

Choose a tag to compare

New Features

  • Added new CRD to support GroupVolumeSnapshots (#222)
    • Examples of the new GroupVolumeSnapshot can be found here
    • The old way to trigger GroupVolumeSnapshots using annotations in the SnapshotVolume spec has been deprecated.

Updates

  • The Rule CRD has been updated to conform to other Kubernetes specs (#227)
    • The spec fields has been renamed to rules
    • Examples have been updated here
  • Copy storkctl for all architectures into the container (#255)
    • They are placed under /storkctl/<arch> in the container

Bug Fixes

  • Update CA certs in container. This helps fix issues when pairing with IKS clusters (#221)
  • Don't delete clusterIP when migrating headless service (#231)
  • Fixes for tracking pods to perform recovery when running rules (#232 #235)
  • Set the namespace annotations from source cluster during migration (#248)
  • Don't override pod variable when running a command in the pod for rule execution (#258)
  • Portworx:
    • Use volumeID instead of volume name after creating snapshot (#239)

Release Stork v2.0.1

18 Dec 03:14

Choose a tag to compare

Bug Fixes

  • Portworx: Fix regex for version matching when checking feature compatibility.

Release Stork v2.0.0

07 Dec 20:18

Choose a tag to compare

New Features

  • Support for pairing clupters and migrating stateful applications between clusters
    • Requires a storage driver which supports migrating PVCs between 2 paired clusters.
    • Added support in Portworx driver for Migration
  • storkctl to help manage custom resource
    • Prints out more helpful information for CRDs and helps create them with options from command line

Docs are being re-organised, will add link here with information for the new features when done.

Release Stork v1.2.1

04 Dec 06:28

Choose a tag to compare

Bug Fixes

  • When logging pod info check for owner pointer before dereferencing (#204)
  • Portworx: Also check for CSI provisioner name for ownership (#214)

v1.3.0-beta1

28 Oct 20:27

Choose a tag to compare

Update version to 1.3.0-beta

Release Stork v1.2.0

25 Sep 23:45

Choose a tag to compare

New Features

  • Support for taking application consistent snapshots using pre and post snapshot hooks. Documentation on creating rules and using them in snapshots can be found here

Release Stork v1.1.4

19 Sep 04:11

Choose a tag to compare

Bug Fixes

  • Extender: Match driver and scheduler nodes using internal IP if names don't match (#142)
  • Health Monitor: Update logic to match nodes similar to Extender (#143)

Release Stork v1.1.3

23 Jul 23:06

Choose a tag to compare

Bug Fixes

  • Extender: Also check node name to match driver nodes (#112)
    • This helps deal with clusters where the IP is set as the hostname
  • Portworx: Remove dependency on source PVC when restoring from cloudsnap (#120)

Release Stork v1.1.2

06 Jul 02:39

Choose a tag to compare

Bug Fixes

  • Portworx Driver
    • Fix restore from group snapshots (#106)
    • Query node cache with id and hostname