Longhorn v1.0.1 release
i## Highlights: 1. [Make Longhorn Helm Chart directly available through Helm repo](https://github.com/longhorn/longhorn/issues/1043). Now the users can use `helm repo add longhorn https://charts.longhorn.io` to find and install Longhorn easily through Helm command line. 1. [NFS on Longhorn for RWX Access Mode (experimental)](https://github.com/longhorn/longhorn/issues/1183). We've provided a way to add Longhorn backed NFS provisioner to the cluster, so now user 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](https://staging.longhorn.io/docs/1.0.0/advanced-resources/rwx-workloads/) for details. 1. Improved Air Gap Environment Support. Check [here](https://staging.longhorn.io/docs/1.0.0/advanced-resources/deploy/airgap/) for updated document for air gap installation. 1. [Remove the air gap image name length limitation](https://github.com/longhorn/longhorn/issues/1323). 1. [Change the default image pull policy from `Always` to `IfNotPresent`](https://github.com/longhorn/longhorn/issues/1491) 1. [Aggregate the necessary Docker images](https://github.com/longhorn/longhorn/issues/1419) 1. [HTTP/HTTPS_PROXY support for S3 backupstore](https://github.com/longhorn/longhorn/issues/1540) 1. [Support PriorityClass for Longhorn deployment](https://github.com/longhorn/longhorn/issues/1487). Check [here](https://staging.longhorn.io/docs/1.0.0/advanced-resources/deploy/priority-class/) for details. Live upgrade from v1.0.0 to v1.0.1 is supported. Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
This commit is contained in:
parent
01f6597992
commit
ab63788557
@ -25,7 +25,7 @@ You can read more technical details of Longhorn [here](http://rancher.com/micros
|
||||
|
||||
## Current status
|
||||
|
||||
The latest release of Longhorn is **v1.0.0**.
|
||||
The latest release of Longhorn is **v1.0.1**.
|
||||
|
||||
## Source code
|
||||
Longhorn is 100% open source software. Project source code is spread across a number of repos:
|
||||
|
Loading…
Reference in New Issue
Block a user