diff --git a/TAG b/TAG index 6b69ce8fe11..4887290e7e6 100644 --- a/TAG +++ b/TAG @@ -1 +1 @@ -2.5.101-tb +2.7.100-tb diff --git a/VERSION b/VERSION index d76ea973811..b16311e2e18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.101 +2.7.100 diff --git a/debian/changelog b/debian/changelog index 861b66609cf..59d6cd15a90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +daos (2.7.100-1) unstable; urgency=medium + [ Phillip Henderson ] + * Bump version to 2.7.100 + + -- Phillip Henderson Mon, 20 May 2024 12:37:00 -0500 + daos (2.5.101-5) unstable; urgency=medium [ Lei Huang ] * Add libaio as a dependent package diff --git a/docs/index.md b/docs/index.md index 2e9137fca07..c03d977f9f4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# Welcome to DAOS Version 2.5! +# Welcome to DAOS Version 2.7! The Distributed Asynchronous Object Storage (DAOS) is an open-source object store designed from the ground up for massively distributed Non @@ -15,11 +15,11 @@ In addition to on-prem deployments, DAOS can be deployed in cloud environments. More information on cloud deployments is available in the [DAOS in the Cloud](./cloud/) section. -The included document versions are associated with DAOS v2.5. +The included document versions are associated with DAOS v2.7. They may also describe features that are currently under development for a future DAOS release. Those features will be clearly marked as such. !!! warning - DAOS v2.5 is the (unstable) master branch for DAOS v2.6 development. + DAOS v2.7 is the (unstable) master branch for DAOS v2.8 development. Use at your own risk. Please consider the [latest](../latest/) stable DAOS release for production deployments. diff --git a/docs/release/release_notes.md b/docs/release/release_notes.md index 16d32eeea7e..7472246e690 100644 --- a/docs/release/release_notes.md +++ b/docs/release/release_notes.md @@ -1,6 +1,6 @@ -# DAOS Version 2.6 Release Notes +# DAOS Version 2.8 Release Notes -DAOS 2.6 is under active development and has not been released yet. +DAOS 2.8 is under active development and has not been released yet. The release is planned for late 2023. In the meantime, please refer to the support document for the [latest](https://docs.daos.io/latest/release/release_notes/) diff --git a/docs/release/support_matrix.md b/docs/release/support_matrix.md index 38326085587..1768c51ee11 100644 --- a/docs/release/support_matrix.md +++ b/docs/release/support_matrix.md @@ -1,6 +1,6 @@ -# DAOS Version 2.6 Support +# DAOS Version 2.8 Support -DAOS 2.6 is under active development and has not been released yet. +DAOS 2.8 is under active development and has not been released yet. The release is planned for late 2023. In the meantime, please refer to the support document for the [latest](https://docs.daos.io/latest/release/support_matrix/) diff --git a/docs/release/upgrading.md b/docs/release/upgrading.md index 0ced1491a20..196d7356fb3 100644 --- a/docs/release/upgrading.md +++ b/docs/release/upgrading.md @@ -1,6 +1,6 @@ -# Upgrading to DAOS Version 2.6 +# Upgrading to DAOS Version 2.8 -DAOS 2.6 is under active development and has not been released yet. +DAOS 2.8 is under active development and has not been released yet. The release is planned for the second half of 2023. In the meantime, please refer to the upgrading information for the [latest](https://docs.daos.io/latest/release/upgrading/) DAOS release. diff --git a/mkdocs.yml b/mkdocs.yml index ccec0e94b38..80fcf2f1d24 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ # Project Information -site_name: DAOS v2.5 +site_name: DAOS v2.7 site_description: Distributed Asynchronous Object Storage site_author: DAOS Project @@ -57,9 +57,9 @@ markdown_extensions: nav: - Release Information: - 'index.md' - - 'Release Notes v2.5': 'release/release_notes.md' - - 'Support Matrix v2.5': 'release/support_matrix.md' - - 'Upgrading to v2.5': 'release/upgrading.md' + - 'Release Notes v2.7': 'release/release_notes.md' + - 'Support Matrix v2.7': 'release/support_matrix.md' + - 'Upgrading to v2.7': 'release/upgrading.md' - Overview: - 'Architecture': 'overview/architecture.md' - 'Storage Model': 'overview/storage.md' @@ -108,5 +108,5 @@ nav: - 'Dev Environment': 'dev/development.md' - 'Contributing': 'dev/contributing.md' - 'DAOS Internals': 'https://github.com/daos-stack/daos/blob/master/src/README.md' - - 'DAOS API Documentation': 'https://docs.daos.io/v2.5/doxygen/html/index.html' + - 'DAOS API Documentation': 'https://docs.daos.io/v2.7/doxygen/html/index.html' # Attention: Don't change that doxygen path to a relative path, or mkdocs will stumble... diff --git a/utils/rpms/daos.spec b/utils/rpms/daos.spec index b7cf275db59..5a7d6bb66a6 100644 --- a/utils/rpms/daos.spec +++ b/utils/rpms/daos.spec @@ -14,8 +14,8 @@ %endif Name: daos -Version: 2.5.101 -Release: 5%{?relval}%{?dist} +Version: 2.7.100 +Release: 1%{?relval}%{?dist} Summary: DAOS Storage Engine License: BSD-2-Clause-Patent @@ -588,6 +588,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent # No files in a shim package %changelog +* Mon May 20 2024 Phillip Henderson 2.7.100-1 +- Bump version to 2.7.100 + * Fri May 03 2024 Lei Huang 2.5.101-5 - Add libaio as a dependent package