Skip to content

Releases: noobaa/noobaa-core

0.3.9.1 ALPHA - TCP only version

0.3.9 ALPHA - TCP only version

0.3.8 ALPHA - TCP only version

20 Dec 05:43
Compare
Choose a tag to compare

0.3.7 - Alpha - TCP only

26 Nov 19:57
Compare
Choose a tag to compare

Important note!!!

in order to upgrade to this version, you must run manually the following command:

sed -i 's/exec ${f}<&-/eval "exec ${f}<&-"/' /root/node_modules/noobaa-core/src/deploy/NVA_build/upgrade.sh

yum install -y lsof

Major updates:

  1. Support for Copy to clipboard without flash + support in Firefox
  2. Fixed upgrade procedure
  3. New node wizard - removed noobaa.local option. The default from now is custom dns.
  4. AWS S3 attributes support - enables FUSE (https://github.com/s3fs-fuse/s3fs-fuse)
  5. Upload performance improvement in case of large database
  6. Support for special characters in object name
  7. Added support for AWS v4 signature in get requests.
  8. Added NTP for better time presenttion.
  9. Added support for bucket deletion from s3.

Upgrade package:

https://storage.googleapis.com/noobaa-releases/0.3.7/noobaa-NVA_037_RC4.tar.gz

OVA:

https://storage.googleapis.com/noobaa-releases/0.3.7/NooBaa037.ova

FUSE:

https://storage.googleapis.com/noobaa-releases/0.3.7/setup-fuse-debian-ubuntu.sh
https://storage.googleapis.com/noobaa-releases/0.3.7/mount-s3fs.sh

0.3.6 - Alpha - TCP version only

24 Oct 18:16
Compare
Choose a tag to compare

Alpha 0.3.5 TCP only version!

22 Oct 18:18
Compare
Choose a tag to compare
Pre-release

This version is 0.3.4 + additional performance improvement for metadata server (cluster - multi process).

In addition, it includes a fix for upgrade in case of multi process metadata server.

Note - This version can open only if you open tcp port 9999 on the agents.

VM deployment to ESX by downloading the virtual appliance
i. https://storage.googleapis.com/noobaa-releases/0.3.5/NooBaa035.ovf
ii. https://storage.googleapis.com/noobaa-releases/0.3.5/NooBaa035-disk1.vmdk
iii. https://storage.googleapis.com/noobaa-releases/0.3.5/NooBaa035.mf
iv. https://storage.googleapis.com/noobaa-releases/0.3.5/noobaa-NVA.tar.gz

NooBaa Getting Started Guide 035.pdf

0.3.4 INTERNAL ONLY! TCP mode

20 Oct 16:50
Compare
Choose a tag to compare
Pre-release

Customer release with fixed TCP mode. Don't release to anyone.

[Assured Guaranty]

Alpha 0.3.3

06 Aug 08:10
Compare
Choose a tag to compare

Updates:

  1. Linux Agent Service - support CentOS 6, RedHat7, Ubuntu 14
  2. Multiple Buckets
  3. Updated first deployment version with colors and link to the system
  4. Stability bug fixes on upload large files
  5. Diagnostics download
  6. Debug session - changed debug level for 15 min for better diagnostic

Upgrade package:

https://storage.googleapis.com/noobaa-releases/0.3.3/noobaa-NVA_0.3.3_post_sequence2.tar.gz

Agent packages:

https://storage.googleapis.com/noobaa-releases/0.3.3/noobaa-s3rest.exe
https://storage.googleapis.com/noobaa-releases/0.3.3/noobaa-setup.exe

OVA:
https://storage.googleapis.com/noobaa-releases/0.3.3/ESX/NooBaa033-disk1.vmdk
https://storage.googleapis.com/noobaa-releases/0.3.3/ESX/NooBaa033.mf
https://storage.googleapis.com/noobaa-releases/0.3.3/ESX/NooBaa033.ovf

Alpha 0.3.2

09 Jul 06:08
Compare
Choose a tag to compare

VM setup (after boot), local stun, bug fixes related to maximum agents, and services startup timing.

Dirty version.

Include this commit + the following:

  1. latest first_install_diaglog (pull #382)
  2. permissions as set in commit f58d679
  3. added noobaa user to sudoers with nopasswd.
  4. update OVF with os type other 64bit (https://storage.googleapis.com/noobaa-releases/0.3.2/NooBaaAlpha0.3.2.ovf)

VM files can be found here:

https://console.developers.google.com/project/noobaa-test-1/storage/browser/noobaa-releases/0.3.2/

public links:

https://storage.googleapis.com/noobaa-releases/0.3.2/NooBaaAlpha0.3.2.ovf
https://storage.googleapis.com/noobaa-releases/0.3.2/NooBaaAlpha0.3.2-disk1.vmdk
https://storage.googleapis.com/noobaa-releases/0.3.2/NooBaaAlpha0.3.2.mf

Tested on Ravello ESX and DBSH ESX.

Worked without any problem on ECI ESX

Alpha 0.3.1

07 Jun 23:14
Compare
Choose a tag to compare

New quick and dirty version - s3 and web server are separated now.

default url for management is https://xxxx:8443

default s3 entry is xxxxx (80 for plain, 443 for ssl. Most of the tools assume ssl)

In case you want to upload \ download from the management, you must click on the shield (like noobaa-core demo).

VM on S3 under https://s3.eu-central-1.amazonaws.com/noobaa-core/Alpha_v0.3.1/

  1. Upgrade package - https://s3.eu-central-1.amazonaws.com/noobaa-core/Alpha_v0.3.1/noobaa-NVA-0.3.1.tar.gz
  2. VMWARE - https://s3.eu-central-1.amazonaws.com/noobaa-core/Alpha_v0.3.1/Alphaexport-i-fgl35h25.ova
  3. VBOX - https://s3.eu-central-1.amazonaws.com/noobaa-core/Alpha_v0.3.1/NooBaa_VBX_Alpha_0.3.1.ova

TODO:

  1. fix the performance problem and consolidate s3 and web server
  2. fix upgrade issues (opened bugs).
  3. solve the s3 access from the management (currently has problem to access s3 self signed certificate).