Skip to content

Longhorn v1.0.1-rc3 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@yasker yasker released this 18 Jul 20:04
· 10 commits to v1.0.1 since this release

Upgrade from/to RC is not supported.

Highlights:

  1. Make Longhorn Helm Chart directly available through Helm repo. Now the users can use helm repo add longhorn https://charts.longhorn.io to find and install Longhorn easily through Helm command line.
  2. NFS on Longhorn for RWX Access Mode (experimental). We've provided a way to add Longhorn backed NFS provisioner to the cluster, so now users can use longhorn-nfs StorageClass to provision RWX volumes. Note: currently NFS provisioner is not highly available. If the node NFS provisioner running is down, the workload using RWX volume might be interrupted for a couple of minutes before restoring the service. Check here for details.
  3. Improved Air Gap Environment Support. Check here for updated document for air gap installation.
    1. Remove the air gap image name length limitation.
    2. Change the default image pull policy from Always to IfNotPresent
    3. Aggregate the necessary Docker images
    4. HTTP/HTTPS_PROXY support for S3 backupstore
  4. Support PriorityClass for Longhorn deployment. Check here for details.

Upgrade:

Live upgrade from v1.0.0 to v1.0.1 is supported.