Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 18:40

Added

  • The name of the PVC to be checked out is now configurable.
  • The maximum backoff duration for controller reconcilers is now configurable with a default of 1 minute.

Changed

  • A checkout's spec is now immutable when it has selected a volume to use from a pool.

Fixed

  • Copy the AccessModes requested in a checkout to the checkout's volume.
  • A checkout always acquires a new volume from the pool if the claim of the volume it references is deleted.