diff --git a/docs/release-notes/9.5.md b/docs/release-notes/9.5.md new file mode 100644 index 0000000..d0e376a --- /dev/null +++ b/docs/release-notes/9.5.md @@ -0,0 +1,24 @@ +# Release notes for Gluster 9.5 + +This is a bugfix and improvement release. The release notes for [9.0](9.0.md), [9.1](9.1.md), [9.2](9.2.md), [9.3](9.3.md), [9.4](9.4.md) contain a listing of all the new features that were added and bugs fixed in the GlusterFS 9 stable release. + +**NOTE:** +- Next minor release tentative date: Week of 20th Apr, 2022 +- Users are highly encouraged to upgrade to newer releases of GlusterFS. + +## Important fixes in this release +- Fix rebalance of sparse files (https://github.com/gluster/glusterfs/issues/2317) +- Fix anomalous brick offline scenario on non rebooted node by preventing bricks from connecting to a backup volfile (https://github.com/gluster/glusterfs/issues/2480) + +## Builds are available at +https://download.gluster.org/pub/gluster/glusterfs/9/9.5/ + +## Issues addressed in this release + +[#2317](https://github.com/gluster/glusterfs/issues/2317) Fix rebalance of sparse files +[#2414](https://github.com/gluster/glusterfs/issues/2414) Prefer mallinfo2() to mallinfo() if available +[#2467](https://github.com/gluster/glusterfs/issues/2467) Handle failure in fuse to get gids gracefully +[#2480](https://github.com/gluster/glusterfs/issues/2480) Prevent bricks from connecting to a backup volfile and fix brick offline scenario on non rebooted node +[#2846](https://github.com/gluster/glusterfs/issues/2846) Avoid redundant logs in glusterd at info level +[#2903](https://github.com/gluster/glusterfs/issues/2903) Fix worker disconnect due to AttributeError in geo-replication +[#2939](https://github.com/gluster/glusterfs/issues/2939) Remove the deprecated commands from gluster man page diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index c57d0fd..9675774 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -19,6 +19,7 @@ Release Notes - [10.0](./10.0.md) ### GlusterFS 9 release notes +- [9.5](./9.5.md) - [9.4](./9.4.md) - [9.3](./9.3.md) - [9.2](./9.2.md) diff --git a/mkdocs.yml b/mkdocs.yml index 7631611..6cacfaf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -120,6 +120,7 @@ nav: - RELEASE 10.x: - 10.0: release-notes/10.0.md - RELEASE 9.x: + - 9.5: release-notes/9.5.md - 9.4: release-notes/9.4.md - 9.3: release-notes/9.3.md - 9.2: release-notes/9.2.md