Skip to content

Releases: kadalu/moana

0.5.3: Changes to build packages in Ubuntu 22.04 (#223)

04 Aug 07:37
1f8152e
Compare
Choose a tag to compare

Kadalu Storage 0.5.1

03 Aug 15:55
dac62d9
Compare
Choose a tag to compare
  • Fix Release scripts
curl -s --compressed "https://github.com/kadalu/moana/releases/latest/download/KEY.gpg" | sudo apt-key add -
sudo curl -s --compressed -o /etc/apt/sources.list.d/kadalu_storage.list "https://github.com/kadalu/moana/releases/latest/download/kadalu_storage.list"
sudo apt update
sudo apt install kadalu-storage-server

Kadalu Storage 0.5.0

03 Aug 15:49
0012052
Compare
Choose a tag to compare
  • Added Ubuntu(*.deb) files and meta files to use Releases page as PPA
  • New sub-command to see Manager node and version information (kadalu info)
  • Fixes to CLI validation and messages

Kadalu Storage Manager 0.4.8

19 Jul 16:50
897b949
Compare
Choose a tag to compare
  • Enable debug messages in Tracebacks in release build.
  • Improved CLI output messages.
  • Utility script to use Kadalu Storage as Containers.
  • Confirm password prompt added while creating the user.
  • Added ping API to check the Health of the Service.
  • Reduce the length of Brick Socket file to avoid the listen-path error.
  • Added Container based Setup guide.

See full list of Changes here: 0.4.7...0.4.8

Kadalu Storage 0.4.7

17 May 14:54
95e2998
Compare
Choose a tag to compare
  • Added support for Config Snapshots(Create, Restore, List, Delete). This feature will help to backup all the Storage configurations and restore them when the Manager node fails.
  • Added support for starting Self heal daemon for Replicate/Disperse volumes.
  • Added JSON output for all the CLIs.
  • Added support to start the Storage unit and Self-heal services in agent nodes on restart.
  • Option name Alias support was added to match the Option names similar to GlusterFS.
  • Added support for the Simple Quota feature.
  • Added support for Volume Options Set and Reset.
  • Enabled secured communication between a node to Mgr instances.
  • Updated Moana ReST APIs Python bindings.

See full list of Changes here: 0.4.6...0.4.7

Kadalu Storage 0.4.6

03 Feb 10:50
Compare
Choose a tag to compare
  • Use CLI version from VERSION env or git tag (#159)
  • Remove HTTP error codes from the CLI output and fix the client volfile path
  • Fix Volumes list query
  • Added HTTP context argument to all node actions
  • Record the Storage manager's remote IP when a node is added to the pool
  • Added proxy for agent nodes
  • [Dev] Removed old iteration code (#161)
  • Node remove Cleanup local data
  • [Dev] Install Glusterfs release 10 to reduce container build time
  • Fix removing the manager identifier after node remove

Kadalu Storage 0.4.6-alpha-0

20 Jan 04:52
3855c46
Compare
Choose a tag to compare
Pre-release

To test the CLI version from release tag name

Kadalu Storage 0.4.5

20 Jan 03:01
fb657e5
Compare
Choose a tag to compare

Fixed the CLI to show the proper version.

Kadalu Storage 0.4.4

19 Jan 15:21
0c72973
Compare
Choose a tag to compare
  • Documentation updates
  • Added support for node authorization to communicate with the Storage manager.
  • Automatically create the Storage pool and add nodes to the Pool while creating the Volume.
  • [Developer] Added developer documentation
  • Added support for creating the new Volume with a given a Volume ID
  • Added support for importing a Volume from Gluster.
  • Fixed the issues with Xattr handling.
  • Fixed issues with handling node responses
  • Added Volume ID validation during importing the Volume.

Kadalu Storage Manager 0.4.3

03 Jan 16:17
69b707d
Compare
Choose a tag to compare
  • Added documentation to add a new feature
  • Volume delete API and CLI
  • Node Delete API and CLI
  • Node, Volume delete tests and prompt added to Volume stop
  • Pool delete API, CLI and tests
  • Delete User API, CLI and Tests
  • Updated documentation