-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #226 from aerospike/v7.4.0
V7.4.0
- Loading branch information
Showing
12 changed files
with
602 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,16 @@ | ||
# [v7.3.0](https://github.com/aerospike/aerolab/releases/tag/7.3.0) | ||
# [v7.4.0](https://github.com/aerospike/aerolab/releases/tag/7.4.0) | ||
|
||
_Release Date: January 2, 2024_ | ||
|
||
**Release Notes:** | ||
* Volume command supports mounts on centos/amazon. | ||
* Version check logic - if user is using a dev build and a final build is out, inform user of available upgrade. | ||
* Allow choosing renderer mode for inventory listing to be normal, TSV, CSV, Markdown or HTML. | ||
* Tag expiry systems to allow for version discovery and automated updating. | ||
* Add `aerolab upgrade [--edge]` command to allow upgrading to latest stable (or latest pre-release). | ||
* Windows: catch the use of command prompt and warn against it. | ||
* Improvement: replace the `mesh/multicast` fix system with `aeroconf` parser. | ||
* Improvement: in `aerolab conf namespace-memory`, adjust `data-size` instead if using aerospike `v7+`, and only if required. Otherwise `noop`. | ||
* Allow adding of `aerolab` to a server/client instance on-demand. | ||
* AGI commands support centos/amazon. | ||
* AGI: support v7 of aerospike. | ||
* AGI: support arm editions of centos-based operating systems. | ||
* AGI: add `--no-dim-filesize` option to specify data storage file size for non-data-in-memory namespaces. | ||
* AGI: override tools package by default by the latest tools. Allow `--no-tools-override` to disable. | ||
* AGI: All stack items utilize `v7` aerospike client library. | ||
* AGI: Feature: Monitor agi instance states and react accordingly - sizing or cycling from spot to on-demand types. | ||
* Docker: Improvement: attempt to auto-adjust limit of open files. | ||
* Docker: when exposing multiple ports in a continuous order, only use first exposed port for the service port. | ||
* GCP: The `cluster add firewall` command should issue `op.Wait` after all operations have been queued. | ||
* GCP AGI spot instance support. | ||
* GCP Volumes support (using standard `pd-ssd`, and requiring size, as there is no `EFS` equivalent). | ||
* AWS: Always encrypt EBS volumes. | ||
* Fix: `conf generate` command for v7 aerospike is missing an argument `data-size` where needed. | ||
* Fix: add support for `time.Duration` to `config defaults` command. | ||
* Fix: `config defaults` should be able to set defaults for any parameter, even if it is for a backend not currently in use. | ||
* Fix: aws security groups will now also open ICMP traffic in the rules. | ||
* Fix: GCP: for some instances, `TERMINATE` scheduling policy must be set. | ||
* Fix: Docker show IPs for containers which do not have exposed ports. | ||
* Fix: AMS client fix regression: `asbench` dashboard installation. | ||
* Fix: Auto-create temporary directory as needed, if it is specified. | ||
* Fix: GCP: Handle firewall rules which use an IP instead of CIDR. | ||
* Fix: New exporter name changes cause 1.15.0 to not install. This uses the new names. | ||
* Fix: `lsblk` now shows sizes as float not int. | ||
* Fix: GCP: upgrade and improve instance type listing. | ||
* Fix: AWS: multiple APIs when user specifies AWS backend without choosing a custom region. | ||
* GCP: instance-type listing now includes spot instance support. | ||
* Aerospike Client Versions: `data insert`, `data delete` support for `v7` aerospike client. | ||
* FEATURE: Web UI. | ||
* FIX: GCP: Many commands would fail during template creation, making parallel use imposible. Fixed. | ||
* FIX: GCP: Delete `arm` templates was not working at all. | ||
* FIX: The `net list` command does not work when client has same name as server. | ||
* FIX: The `net loss-delay` feature would fail to activate a python environment. | ||
* ENHANCEMENT: Support all ubuntu 18+ and centos 7+ builds with `net loss-delay` feature. | ||
* ENHANCEMENT: When `--on-destination` is selected in `net loss-delay`, set `--src-network` instead of `--network`. | ||
* ENHANCEMENT: The `net loss-delay` feature now supports specifying ports. | ||
* ENHANCEMENT: The `logs get` command will append original filename as suffix and will ask if files would be overwritten unless `-f` is specified. | ||
* ENHANCEMENT: For centos stream 8/9 installs, there is no more need to re-enable repos and sync distros. | ||
* ENHANCEMENT: All inventory instance listings in cloud will now show instance type in the last field. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.3.0 | ||
7.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.