Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Releases: heketi/heketi

1.0.1

03 Nov 14:07
Compare
Choose a tag to compare

Heketi Release 1.0.1

Known issues

Fixes since previous version: LINK

Release 1.0

28 Sep 05:29
Compare
Choose a tag to compare

Heketi Release 1.0

First Heketi release!

Known issues

GlusterFS Volume Creation (No Ring)

02 Sep 18:29
Compare
Choose a tag to compare

GlusterFS volume creation is now supported, although it does not yet use the Ring from OpenStack Swift. Instead it has a dummy brick allocator, just enough to pick bricks at random. The Ring will come in the next milestone.

Documentation will also be added to the wiki on the next milestone.

Milestone closed in this release: GlusterFS Milestone

$ tar xzvf heketi-v0.5.linux.amd64.tar.gz 
$ cd heketi/
$ ./heketi -config=heketi.json 
Heketi v0.5
[heketi] INFO 2015/09/02 14:28:09 GlusterFS Application Loaded

Authorization support

23 Aug 05:14
Compare
Choose a tag to compare

Authorization support has been added to Heketi. To enable, edit heketi.json and change the use_auth line to true.

An example client written in Python has been added to client/examples/python. This simple example shows how to setup JWT for authorization to request a list of clusters.

API available: https://github.com/heketi/heketi/wiki/API

$ tar xzvf heketi-v0.4.linux.amd64.tar.gz 
$ cd heketi/
$ ./heketi -config=heketi.json 
Heketi v0.4
[heketi] INFO 2015/08/23 01:11:02 GlusterFS Application Loaded

Supports config file. API fixes.

19 Aug 14:55
Compare
Choose a tag to compare
  • API fixes
  • Config file support

API available: https://github.com/heketi/heketi/wiki/API

Link: Changes since v0.2

To try it out:

$ tar xzvf heketi-v0.3.linux.amd64.tar.gz 
$ cd heketi/
$ ./heketi -config=heketi.json
Heketi v0.3
[heketi] INFO 2015/08/19 10:52:36 GlusterFS Application Loaded

API Milestone - Do not use

30 Jul 18:32
Compare
Choose a tag to compare

A few API issues have been found. Please use v0.3

This release can now be used by clients to start integration. No commands are sent to any GlusterFS system. This release allows developers to start their integration with Heketi.

API available: https://github.com/heketi/heketi/wiki/API

To try it out:

$ tar xzvf heketi-v0.2.linux.amd64.tar.gz 
$ cd heketi/
$ ./heketi 
Heketi v0.2
[heketi] INFO 2015/07/30 14:48:11 GlusterFS Application Loaded

Now you can point to the host at port 8080 with your client. You can also use simple http REST applications for Firefox or Chome, or try out curl.

Prototype

26 Jun 13:40
Compare
Choose a tag to compare
v0.1

Prototype