Skip to content

Commit 370c65c

Browse files
committed
version bump; docs: deploys anywhere
Signed-off-by: Alex Aizman <[email protected]>
1 parent c046cb8 commit 370c65c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AIS [consistently shows balanced I/O distribution and linear scalability](https:
99

1010
## Features
1111

12-
* **Deploys anywhere**. AIS clusters are immediately deployable on any commodity hardware, on any Linux machine(s).
12+
* **Deploys anywhere**. AIStore deploys _immediately_ and _anywhere_, from an [all-in-one](https://github.com/NVIDIA/aistore/blob/main/deploy/prod/docker/single/README.md) ready-to-use docker container and Google [Colab](https://aistore.nvidia.com/blog/2024/09/18/google-colab-aistore) notebook, on the one hand, to multi-petabyte [Kubernetes](https://github.com/NVIDIA/ais-k8s) clusters at NVIDIA data centers, on the other. There are [no limitations](https://github.com/NVIDIA/aistore/blob/main/docs/overview.md#no-limitations-principle) - the system will run on any Linux machine, virtual or physical.
1313
* **Highly available** control and data planes, end-to-end data protection, self-healing, n-way mirroring, erasure coding, and arbitrary number of extremely lightweight access points.
1414
* **REST API**. Comprehensive native HTTP-based API, as well as compliant [Amazon S3 API](/docs/s3compat.md) to run unmodified S3 clients and apps.
1515
* **Unified namespace** across multiple [remote backends](/docs/providers.md) including Amazon S3, Google Cloud, and Microsoft Azure.

cmn/ver_const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const GitHubHome = "https://github.com/NVIDIA/aistore"
2626
// `jsp` formats its *signature* and other implementation details.
2727

2828
const (
29-
VersionAIStore = "3.24"
29+
VersionAIStore = "3.25"
3030
VersionCLI = "1.13"
3131
VersionLoader = "1.12"
3232
VersionAuthN = "1.1"

0 commit comments

Comments
 (0)