Commit Graph

160 Commits

Author SHA1 Message Date
David Ko
4c5d865434 Add release type
Signed-off-by: David Ko <dko@suse.com>
2021-12-02 17:46:49 +08:00
JenTing Hsiao
fb40e1b540 Add FOSSA status badge in README
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
2021-11-03 15:54:47 +08:00
JenTing Hsiao
f3a2478e91 Update latest release version
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
2021-07-09 12:41:10 +08:00
David Ko
c91d0b8208
Merge pull request #2774 from longhorn/v1.1.2
Update to v1.1.2
2021-07-07 13:35:05 +08:00
JenTing Hsiao
89b5a40d54 Update doc link
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
2021-05-27 12:45:46 +08:00
JenTing Hsiao
e11bca4b82 Update README
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
2021-05-27 12:45:46 +08:00
Shuo Wu
9e404f8308 Add build status for backing image manager
Signed-off-by: Shuo Wu <shuo.wu@suse.com>
2021-05-21 18:35:29 +08:00
iwankgb
d00dff3906 Fixed typo in readme
Signed-off-by: iwankgb <maciej.iwanowski@critical.today>
2021-03-29 23:51:05 +08:00
Sheng Yang
7c78b28314
Update README.md
Update copyright info to 2021.

Signed-off-by: Sheng Yang <sheng.yang@suse.com>
2021-02-11 07:36:30 -08:00
Sheng Yang
000a124d0f Longhorn v1.1.0 release
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-12-17 19:33:45 -08:00
Sheng Yang
8bcf391dae Update README.md
Update the build badge for Share Manager.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-12-09 13:55:57 -08:00
William Jimenez
82f774c594 Update README.md
highlight community events

Signed-off-by: William Jimenez <william@rancher.com>
2020-12-09 13:55:57 -08:00
Sheng Yang
dcc4ac54cb Update README.md
Remove the Astronomer badge since it was archived by the author.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-12-09 13:55:57 -08:00
Nicholas Novak
e7fb431e3c Fixed some spelling and grammatical errors in the READMEs
Signed-off-by: Nicholas Novak <nicholasmnovak@gmail.com>
2020-12-09 13:55:57 -08:00
Sheng Yang
83f35e04ed
Merge pull request #1690 from longhorn/v1.0.2
Longhorn v1.0.2
2020-08-14 14:49:02 -07:00
Sheng Yang
0145138451 Longhorn v1.0.2 release
Longhorn v1.0.2 is a stable release.

1. [Now Longhorn ships with a default Pod Security Policy](https://github.com/longhorn/longhorn/issues/1671).
2. [Enhanced Air Gap installation experience using Chart](https://github.com/longhorn/longhorn/issues/1641).

1. [Fix an issue](https://github.com/longhorn/longhorn/issues/1647) that might cause Longhorn installation stuck due to upgrade failure.
2. [Speed up](https://github.com/longhorn/longhorn/issues/1655) the Longhorn installation process.
3. [Fix an issue](https://github.com/longhorn/longhorn/issues/1665) that might cause Longhorn installation stuck due to `Incompatible` Engine image.
4. [Fix an issue](https://github.com/longhorn/longhorn/pull/1585) with containerd.

Live upgrade from v1.0.2 from v1.0.0 or v1.0.1 is supported. See [here](https://longhorn.io/docs/1.0.2/deploy/upgrade/) for the upgrade instructions.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-08-14 14:45:31 -07:00
Sheng Yang
c8e26ffbbf
Update README.md
Update badge to `drone.longhorn.io`

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-07-31 13:12:05 -07:00
Sheng Yang
ab63788557 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>
2020-07-20 20:25:13 -07:00
dmayle
5f775a7488 Update README.md to specify NFS version is v4
Attempting to use longhorn with NFSv3 for backuip causes errors related to rpc.statd, which is not managed by longhorn processes.  Longhorn works properly with NFSv4 servers only.

Signed-off-by: Douglas Mayle <dmayle@dmayle.com>
2020-06-25 17:09:11 -07:00
Sheng Yang
2218629598 Update README.md
Remove mention of beta quality.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-06-02 06:29:27 -07:00
Sheng Yang
6d9f02a8c7 Longhorn v1.0.0 release
See https://github.com/longhorn/longhorn/releases/tag/v1.0.0 for the
release note.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-05-30 10:03:43 -07:00
Sheng Yang
318fbc347b Longhorn v0.8.1 release
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-04-28 17:52:48 -07:00
Catherine Luse
57785d98b8 Remove longhorn.io docs from longhorn/longhorn
Signed-off-by: Catherine Luse <catherine.luse@gmail.com>
2020-04-14 14:53:53 -07:00
meldafrawi
008ba3d7f7 Update README.md for v0.8.0
Signed-off-by: meldafrawi <mohamed.eldafrawi@rancher.com>
2020-03-10 19:11:53 -07:00
Sheng Yang
40755ae04b
Update README.md for v0.8.0
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-03-10 18:58:12 -07:00
Sheng Yang
07e6bd9d1b
Merge pull request #1094 from longhorn/v0.8.0
V0.8.0
2020-03-10 18:57:02 -07:00
Tom Paine
9bbb9ad76b Add document for Helm3
Signed-off-by: Tom Paine <github@aioue.net>
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-03-05 10:40:58 -08:00
meldafrawi
87c498435c Add EKS instructions for open-iscsi
Signed-off-by: meldafrawi <mohamed.eldafrawi@rancher.com>
2020-03-04 15:19:22 -08:00
Sheng Yang
99fd9dea43
Update README.md
Add Instance Manager build status.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-02-29 16:29:11 -08:00
meldafrawi
ecccf2a14a doc: create ingress controller with basic auth
Signed-off-by: meldafrawi <mohamed.eldafrawi@rancher.com>
2020-02-27 18:54:57 -08:00
Sheng Yang
9da52004a5
Update README.md
Add badge for https://github.com/Ullaakut/astronomer

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-02-14 10:45:18 -08:00
Sheng Yang
d25ecb41a8
Update README.md
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2020-02-06 10:54:45 -08:00
Shuo Wu
7756b64352 doc: Add doc for volume expansion feature
Signed-off-by: Shuo Wu <shuo@rancher.com>
2019-12-20 18:35:02 -08:00
Sheng Yang
95a409fbb7
Update README.md
Add upgrade details.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-11-15 14:07:25 -08:00
Sheng Yang
ebeaff7d67
Merge pull request #886 from longhorn/v0.7.0
V0.7.0
2019-11-14 22:58:22 -08:00
Sheng Yang
67698435d0 Longhorn v0.7.0
Longhorn v0.7.0 is the first beta release of Longhorn.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-11-14 22:56:00 -08:00
Sheng Yang
c39b540deb Rename restore-volume.md to recover-volume.md
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-11-12 23:37:16 -08:00
Shuo Wu
4dc5d9ea4b doc: Restore volume after unexpected detachment
Longhorn #851

Signed-off-by: Shuo Wu <shuo@rancher.com>
2019-11-11 10:41:22 -08:00
Sheng Yang
fcc228b1ee
Update README.md
Use the new UI screenshot.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-11-08 11:21:15 -08:00
Sheng Yang
ee80f6003a
Update README.md
Add CNCF logo.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-11-08 11:10:35 -08:00
Sheng Yang
e537197ed5
Update README.md
Add badge from the drone for components.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-10-24 10:23:20 -07:00
Sheng Yang
6de3ceb875
Update README.md
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-10-23 11:59:30 -07:00
Sheng Yang
55ef4ebb69
Move slack to CNCF
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-10-23 11:16:31 -07:00
Sheng Yang
768f5138fa
Longhorn v0.6.2 release
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-10-07 20:49:49 -07:00
Sheng Yang
93e19b4711
Update README.md
Fix format.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-10-07 17:43:58 -07:00
Halil Kaskavalci
34f7715f83 fix typo in README
Signed-off-by: Halil Kaskavalci <halil@kaskavalci.com>
2019-09-30 10:20:03 -07:00
Sheng Yang
6937ed8027
Longhorn v0.6.1 release
To fix https://github.com/longhorn/longhorn/issues/754

Noted that engine is kept at v0.6.0.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-09-23 14:53:24 -07:00
Sheng Yang
212bc46504
Longhorn v0.6.0 release
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-09-21 15:57:47 -07:00
Sheng Yang
c2e5a610a8 doc: Make sure user understand v0.5.0 to v0.6.0 needs offline upgrade
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-09-21 14:56:37 -07:00
Sheng Yang
2cc6d2608c doc: Remove base image documents
The feature was removed in v0.6.0.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-09-19 08:33:58 -07:00