Skip to content

v1.3.2

Compare
Choose a tag to compare
@skriss skriss released this 03 Apr 17:28
· 286 commits to master since this release
55a9914

Container Image

velero/velero:v1.3.2

Documentation

https://velero.io/docs/v1.3.2/

Upgrading

https://velero.io/docs/v1.3.2/upgrade-to-1.3/

All Changes

  • Allow plugins/ as a valid top-level directory within backup storage locations. This directory is a place for plugin authors to store arbitrary data as needed. It is recommended to create an additional subdirectory under plugins/ specifically for your plugin, e.g. plugins/my-plugin-data/. (#2350, @skriss)
  • bug fix: don't panic in velero restic repo get when last maintenance time is nil (#2315, @skriss)