Skip to content

Releases: noobaa/noobaa-core

V0.5.1

22 Sep 14:34
Compare
Choose a tag to compare

Content:
• Add Azure cloud resource capabilites (not cloud sync)
• Better security (JWT per install, support password)
• Audit log fixes
• Cloud resource usage & general fixes
• UI changes - Buckets list, pool page, node page (added more data)
• UI fixes
• Cloud sync fix - can sync more than 1000 objects
• Reduce package sizes (upgrade and agents)
• Lifecycle
• Handle rpc auth token invalidation (user deletion)
• Connectivity tests in system create
• Phone home additions
• Agents on mount point with /
• Some other minor fixes

Noticeable Bugs:
• CentOS7 & Ubuntu 16 Agent Install #1392
• Diag failed on Win Client #1986
• Can't see objects list while using 8443 port for management #1941
• Deactivation hangs but doesn't report reason #1901
• Installing agent on existing node, messes up the agent #1839
• When a node is blocked by firewall on all ports (TCP 60100-60600 and UDP) - no indication in the system #1771
• Mirroring fails even when 1 of the pools in policy has no nodes #1166
• Capacity performance when hitting the ~20TB mark
• Several cloud sync issues -
Couldn't sync to cloud (stuck in pending, not enough nodes errors) #1899
Cloud Sync freezes in syncing #1830

upgrade package : https://storage.googleapis.com/noobaa-releases/0.5.1/noobaa-NVA-0.5.1-2849363.tar.gz

V0.4.8 - Lifecycle modifications [Reduxio]

10 Sep 00:41
Compare
Choose a tag to compare

Includes the following updates:

  1. Added support for deleteBucketLifecycle
  2. Support Expiration days by the book (delete objects that were
    created X days ago). Throw invalid argument in case of value lower than 1.
  3. auto generate lifecycle configuration rule ID in case it’s missing (similar to AWS S3)

Upgrade package can be found here:

https://storage.googleapis.com/noobaa-releases/0.4.8/noobaa-NVA-0.4.8-30c28df.tar.gz

We will not provide OVA for this version, as a merge to 0.5 master will be pushed soon.

V0.5 - Beta Release for VMWorld

05 Sep 08:00
Compare
Choose a tag to compare

Baseline for the Beta release in VMWorld.

Features:

Better node monitoring & reaction to events
Cloud Pool
External Syslog Integration
Mirrored pools - async mirroring
Phone Home Proxy configuration
Activity Log improvements
NooBaa2NooBaa cloud sync
Amazon V4 Authentication Support
Content Tiering Demo (Movies)
FE Layout Changes
Mongo Listen on local port only
Capacity Calculations
Multidrive - Disable unwanted drives
Clustering (HA) code - Inactive
FE Facelift
Root password randomization

Major bug fixes in all areas

https://storage.googleapis.com/noobaa-releases/0.5.0/NooBaa-v0_5.ova
https://storage.googleapis.com/noobaa-releases/0.5.0/noobaa-NVA-0.5.0-e455df2.tar.gz

0.4.7 Limited Lifecycle support

07 Aug 06:53
Compare
Choose a tag to compare

Based on 0.4.6

his version has a limited lifecycle support.

It currently supports the following API and will not be visible in the UI

putBucketLifecycleConfiguration
getBucketLifecycleConfiguration

The support includes only expiration while day=0 or date provided.

It will store any configuration, and return it, but will use only the expiration day (=0) or expiration date.

https://storage.googleapis.com/noobaa-releases/0.4.7/noobaa-NVA-0.4.7-5e0f0ae.tar.gz
https://storage.googleapis.com/noobaa-releases/0.4.7/NooBaa-v0_4.7.ova

0.4.6

19 Jul 05:17
Compare
Choose a tag to compare

Includes the following fixes:

  1. DNS name fixes
  2. SSL certificate support
  3. Machine Learning to suggest node assignment in pool based on read , write, ip, etc inputs provided to ML.
  4. check for openssl on linux as prereq for installation
  5. added response for post_bucket_delete and delete option for s3cat
  6. Multi Drive on linux fixed

https://storage.googleapis.com/noobaa-releases/0.4.6/noobaa-NVA-0.4.6-86b604e.tar.gz

https://storage.googleapis.com/noobaa-releases/0.4.6/NooBaa-v0_4.6.ova

V0.4.5

10 May 13:25
Compare
Choose a tag to compare

Mainly fixes:

  1. Internal recovery during upload objects, in case of inaccessible nodes (internally known as report bad block).
  2. NTP fixes.
  3. Clean up deleted blocks from agents, not only from the database.
  4. Linux Agents - Removed redundant link to node from /usr/bin/
  5. Visual indication for full storage.
  6. Diagnostics for win/linux fixes
  7. One drive per agent (until now we had non interesting list of drives)
  8. Shorter name for agents
  9. Audit modifications for missing accounts for part of the operations.
  10. S3 error encoding - we sent invalid xml incase of a failure during multipart upload

https://storage.googleapis.com/noobaa-releases/0.4.5/noobaa-NVA-0.4.5-bc5d19b.tar.gz
https://storage.googleapis.com/noobaa-releases/0.4.5/NooBaa-v0.4.5.ova

V0.4.4

04 May 06:43
Compare
Choose a tag to compare

Features:

  1. Time setup - NTP and manual.

Fixes:

  1. Audit updates
  2. Time Skew (AWS time difference detection set to 2min)
  3. Support windows diagnostics

https://storage.googleapis.com/noobaa-releases/0.4.4/noobaa-NVA-0.4.4-652ac6e.tar.gz

V0.4.3

28 Apr 10:54
Compare
Choose a tag to compare
V0.4.3 Pre-release
Pre-release

Features:

  1. Bucket permission - Administrator can now isolate buckets per application users.

  2. First step - tiering - Movies parts (first and last parts) get more replications on faster servers

  3. UI Usability fixes
    3.1 Bucket name added to the parts list of node

    3.2 Pool name added to file parts. In addition the view has changed a little to show replicas.

    3.3 Pool name added to nodes list in Assign Nodes window

    3.4 Install node styling and one liner option for deployment

Fixes:

  1. S3 fixes for folders
  2. S3 performance
  3. Node page with many parts crashes chrome #1101
  4. Typo fixes

Upgrade package:

https://storage.googleapis.com/noobaa-releases/0.4.3/noobaa-NVA-0.4.0-47869a8.tar.gz

V0.4.2

20 Apr 13:30
Compare
Choose a tag to compare
  1. Major S3 issue with get_bucket (list objects) with prefix, but without delimiter.
  2. Typo fix

Upgrade package:

https://storage.googleapis.com/noobaa-releases/0.4.2/noobaa-NVA-0.4.0-d2ba040.tar.gz

V0.4.1

18 Apr 17:46
Compare
Choose a tag to compare

Update:

  1. S3 Encoding fixes.
  2. Server Diagnostic button added (Configuration-> Diagnostics Tab). #1050
  3. Fix for Navigation to node with special characters in its name failed #990