diff --git a/README.md b/README.md index 14e9a9d3..e360d2c3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ For detailed instructions, view our online [Documentation](https://azure.github. ## OSDU Services -Supported services running [Milestone 24](https://community.opengroup.org/groups/osdu/platform/-/milestones/26#tab-issues) +Supported services of OSDU are based on the release branch of OSDU as specified in the [OSDU Milestones](https://community.opengroup.org/osdu/platform/-/milestones). (ie: release/0.25 release/0.26, release/0.27, master etc.) + | **Service** | **Description** | |-------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------| diff --git a/docs/src/feature_flags.md b/docs/src/feature_flags.md index 5e98e93a..5d788d08 100644 --- a/docs/src/feature_flags.md +++ b/docs/src/feature_flags.md @@ -22,7 +22,9 @@ Software customizations can be managed and modified using the following feature | ENABLE_SOFTWARE | Disables loading of all software when set to false (True by default) | | ENABLE_OSDU_CORE | Disables loading of the osdu core services (True by default) | | ENABLE_OSDU_REFERENCE | Disables loading of the osdu reference services (True by default) | -| SOFTWARE_VERSION | Sets the version (branch) of OSDU to be installed | +| SOFTWARE_VERSION | Sets the version (branch) of OSDU to be installed (release/0.27) | +| SOFTWARE_REPO | Customizes the repository location used for software definition | +| SOFTWARE_BRANCH | Customizes the branch used for software definition | ## Storage Access