Releases: aerospike/aerolab
AeroLab - v4.3.5
Instructions and changelog
See the documentation for full installation and usage instructions.
Latest changes:
- added option
template vacuum
to remove any leftover template containers/instances from failed template creation - template vacuuming will auto-run if templating fails, unless
--no-vacuum
is specified - update download URL to use download.aerospike.com
- disable node jupyter client due to compatibility issues
- add vscode client with java,go,python,dotnet sdks
New features - documentation
Download aerolab from Assets below
Head to the releases page and download one of the installers, depending on where you are intending to run aerolab.
Note that aerolab will still be able to deploy Aerospike on both arm and x64 architectures, regardless of which aerolab binary you are using.
Operating System | CPU | File | Comments |
---|---|---|---|
MacOS | ALL | aerolab-macos.pkg |
multi-arch AeroLab installer for MacOS |
MacOS | arm | aerolab-macos-arm64.zip |
single executable binary in a zip file |
MacOS | Intel/AMD | aerolab-macos-amd64.zip |
single executable binary in a zip file |
Linux (generic) | arm | aerolab-linux-arm64.zip |
single executable binary in a zip file |
Linux (generic) | Intel/AMD | aerolab-linux-amd64.zip |
single executable binary in a zip file |
Linux (centos) | arm | aerolab-linux-arm64.rpm |
RPM for installing on centos/rhel-based distros |
Linux (centos) | Intel/AMD | aerolab-linux-x86_64.rpm |
RPM for installing on centos/rhel-based distros |
Linux (ubuntu) | arm | aerolab-linux-arm64.deb |
DEB for installing on ubuntu/debian-based distros |
Linux (ubuntu) | Intel/AMD | aerolab-linux-amd64.deb |
DEB for installing on ubuntu/debian-based distros |
Install
It is adviseable to use the provided installer files for your distro. Upon download, run the installation and aerolab
command will become available.
Alternatively, manual installation can be performed by downloading the relevant zip
file, unpacking it, and then moving the unpacked aerolab
binary to /usr/local/bin/
. Remember to chmod +x
the binary too.
AeroLab - v4.3.4
Instructions and changelog
See the documentation for full installation and usage instructions.
Latest changes:
- improve shell parsing for
aws
backend forattach shell -- ...
- install best-practices script on
aws
backend when deploying clusters- thp, min_free_kbytes, swappiness
- bugfix:
data insert
functions usedrand.NewSource()
without thread safety - bugfix:
cluster start
would not work on partial start (some nodes only) due to failure infixMesh
code N/A ip handling - hide
client add
option, as most clients have a specific OS:Ver requirement, making this option more annoying than useful - experimental
jupyter
client added withgo,python,java,node,dotnet
kernels and aerospike client libraries - experimental
trino
client added - fix
net loss-delay
in source being client bug - adjust installer downloader to new 6.2 aerospike naming convention
New features - documentation
Download aerolab from Assets below
Head to the releases page and download one of the installers, depending on where you are intending to run aerolab.
Note that aerolab will still be able to deploy Aerospike on both arm and x64 architectures, regardless of which aerolab binary you are using.
Operating System | CPU | File | Comments |
---|---|---|---|
MacOS | ALL | aerolab-macos.pkg |
multi-arch AeroLab installer for MacOS |
MacOS | arm | aerolab-macos-arm64.zip |
single executable binary in a zip file |
MacOS | Intel/AMD | aerolab-macos-amd64.zip |
single executable binary in a zip file |
Linux (generic) | arm | aerolab-linux-arm64.zip |
single executable binary in a zip file |
Linux (generic) | Intel/AMD | aerolab-linux-amd64.zip |
single executable binary in a zip file |
Linux (centos) | arm | aerolab-linux-arm64.rpm |
RPM for installing on centos/rhel-based distros |
Linux (centos) | Intel/AMD | aerolab-linux-x86_64.rpm |
RPM for installing on centos/rhel-based distros |
Linux (ubuntu) | arm | aerolab-linux-arm64.deb |
DEB for installing on ubuntu/debian-based distros |
Linux (ubuntu) | Intel/AMD | aerolab-linux-amd64.deb |
DEB for installing on ubuntu/debian-based distros |
Install
It is adviseable to use the provided installer files for your distro. Upon download, run the installation and aerolab
command will become available.
Alternatively, manual installation can be performed by downloading the relevant zip
file, unpacking it, and then moving the unpacked aerolab
binary to /usr/local/bin/
. Remember to chmod +x
the binary too.
AeroLab - v4.3.3
Instructions and changelog
See the documentation for full installation and usage instructions.
Latest changes:
- bump all dependencies to latest version
Download aerolab from Assets below
Head to the releases page and download one of the installers, depending on where you are intending to run aerolab.
Note that aerolab will still be able to deploy Aerospike on both arm and x64 architectures, regardless of which aerolab binary you are using.
Operating System | CPU | File | Comments |
---|---|---|---|
MacOS | ALL | aerolab-macos.pkg |
multi-arch AeroLab installer for MacOS |
MacOS | M1 or M2 | aerolab-macos-arm64.zip |
single executable binary in a zip file |
MacOS | Intel CPU | aerolab-macos-amd64.zip |
single executable binary in a zip file |
Linux (generic) | arm | aerolab-linux-arm64.zip |
single executable binary in a zip file |
Linux (generic) | Intel/AMD | aerolab-linux-amd64.zip |
single executable binary in a zip file |
Linux (centos) | arm | aerolab-linux-arm64.rpm |
RPM for installing on centos/rhel-based distros |
Linux (centos) | Intel/AMD | aerolab-linux-x86_64.rpm |
RPM for installing on centos/rhel-based distros |
Linux (ubuntu) | arm | aerolab-linux-arm64.deb |
DEB for installing on ubuntu/debian-based distros |
Linux (ubuntu) | Intel/AMD | aerolab-linux-amd64.deb |
DEB for installing on ubuntu/debian-based distros |
Install
It is adviseable to use the provided installer files for your distro. Upon download, run the installation and aerolab
command will become available.
Alternatively, manual installation can be performed by downloading the relevant zip
file, unpacking it, and then moving the unpacked aerolab
binary to /usr/local/bin/
. Remember to chmod +x
the binary too.
AeroLab - v4.3.2
Instructions and changelog
See the documentation for full installation and usage instructions.
Latest changes:
- add support for pre-selected eu-central-1
- add ability for aws backend to automatically lookup AMIs for any region using DescribeImages
- add rest-api command to allow for using aerolab as a rest-api webserver (basic, not full rest-api) instead of cli interface
- error handling improvements
- minor flow bugfixes
- package aerolab as pkg for MacOS, deb for debian/ubuntu, rpm for rhel/centos and generic zip for linux
Download aerolab from Assets below
Head to the releases page and download one of the installers, depending on where you are intending to run aerolab.
Note that aerolab will still be able to deploy Aerospike on both arm and x64 architectures, regardless of which aerolab binary you are using.
Operating System | CPU | File | Comments |
---|---|---|---|
MacOS | ALL | aerolab-macos.pkg |
multi-arch AeroLab installer for MacOS |
MacOS | M1 or M2 | aerolab-macos-arm64.zip |
single executable binary in a zip file |
MacOS | Intel CPU | aerolab-macos-amd64.zip |
single executable binary in a zip file |
Linux (generic) | arm | aerolab-linux-arm64.zip |
single executable binary in a zip file |
Linux (generic) | Intel/AMD | aerolab-linux-amd64.zip |
single executable binary in a zip file |
Linux (centos) | arm | aerolab-linux-arm64.rpm |
RPM for installing on centos/rhel-based distros |
Linux (centos) | Intel/AMD | aerolab-linux-x86_64.rpm |
RPM for installing on centos/rhel-based distros |
Linux (ubuntu) | arm | aerolab-linux-arm64.deb |
DEB for installing on ubuntu/debian-based distros |
Linux (ubuntu) | Intel/AMD | aerolab-linux-amd64.deb |
DEB for installing on ubuntu/debian-based distros |
Install
It is adviseable to use the provided installer files for your distro. Upon download, run the installation and aerolab
command will become available.
Alternatively, manual installation can be performed by downloading the relevant zip
file, unpacking it, and then moving the unpacked aerolab
binary to /usr/local/bin/
. Remember to chmod +x
the binary too.
AeroLab - v4.3.1
Instructions and changelog
See the documentation for full installation and usage instructions.
Latest changes:
- update aerospike client libraries to latest versions
Download aerolab binary
Download one of the binaries, depending on where you are intending to run aerolab.
Note that aerolab will still be able to deploy Aerospike on both arm and x64 architectures, regardless of which aerolab binary you are using.
Operating System | CPU | File |
---|---|---|
MacOS | M1 or M2 | aerolab-macos-arm64.zip |
MacOS | Intel CPU | aerolab-macos-amd64.zip |
Linux | arm | aerolab-linux-arm64.zip |
Linux | Intel/Amd | aerolab-linux-amd64.zip |
Install
First unzip the zip file. This will produce a single binary called aerolab
. Follow the below steps to install:
sudo mkdir -p /usr/local/bin/
sudo mv /path/to/aerolab /usr/local/bin/
sudo chmod 755 /usr/local/bin/aerolab
AeroLab - v4.3.0
See the documentation for full installation and usage instructions.
Download aerolab binary
Download one of the binaries, depending on where you are intending to run aerolab.
Note that aerolab will still be able to deploy Aerospike on both arm and x64 architectures, regardless of which aerolab binary you are using.
Operating System | CPU | File |
---|---|---|
MacOS | M1 or M2 | aerolab-macos-arm64.zip |
MacOS | Intel CPU | aerolab-macos-amd64.zip |
Linux | arm | aerolab-linux-arm64.zip |
Linux | Intel/Amd | aerolab-linux-amd64.zip |
Install
First unzip the zip file. This will produce a single binary called aerolab
. Follow the below steps to install:
sudo mkdir -p /usr/local/bin/
sudo mv /path/to/aerolab /usr/local/bin/
sudo chmod 755 /usr/local/bin/aerolab
AeroLab v4.2.0
See the documentation for full installation and usage instructions.
Download aerolab binary
Download one of the binaries, depending on where you are intending to run aerolab.
Note that aerolab will still be able to deploy Aerospike on both arm and x64 architectures, regardless of which aerolab binary you are using.
Operating System | CPU | File |
---|---|---|
MacOS | M1 or M2 | aerolab-macos-arm64.zip |
MacOS | Intel CPU | aerolab-macos-amd64.zip |
Linux | arm | aerolab-linux-arm64.zip |
Linux | Intel/Amd | aerolab-linux-amd64.zip |
Install
First unzip the zip file. This will produce a single binary called aerolab
. Follow the below steps to install:
sudo mkdir -p /usr/local/bin/
sudo mv /path/to/aerolab /usr/local/bin/
sudo chmod 755 /usr/local/bin/aerolab
AeroLab v4.1.0
See the documentation for installation and usage instructions.
Install:
$ sudo mkdir -p /usr/local/bin/
$ sudo mv aerolab /usr/local/bin/aerolab
$ sudo chmod 755 /usr/local/bin/aerolab
$ cd ~
$ aerolab
AeroLab v4.0.2
See the documentation for installation and usage instructions.