From 7071bc30e453b7fe8a93ff279b5f233f065c5ce2 Mon Sep 17 00:00:00 2001 From: Bilal Amjad <79409563+mbilalamjad@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:01:54 -0800 Subject: [PATCH] Update _header.md --- _header.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_header.md b/_header.md index 518d2f6..fc8eb1e 100644 --- a/_header.md +++ b/_header.md @@ -12,8 +12,8 @@ Things to do: 1. Search and update TODOs within the code and remove the TODO comments once complete. > [!IMPORTANT] -> As the overall AVM framework is not GA (generally available) yet - the CI framework and test automation is not fully functional and implemented across all supported languages yet - breaking changes are expected, and additional customer feedback is yet to be gathered and incorporated. Hence, modules **MUST NOT** be published at version `1.0.0` or higher at this time. +> As the overall AVM framework is not v1.0.0 yet - the CI framework and test automation is not fully functional and implemented across all supported languages yet - breaking changes are expected, and additional customer feedback is yet to be gathered and incorporated. Hence, modules **MUST NOT** be published at version `1.0.0` or higher at this time. > -> All module **MUST** be published as a pre-release version (e.g., `0.1.0`, `0.1.1`, `0.2.0`, etc.) until the AVM framework becomes GA. +> All module **MUST** be published as a pre-release version (e.g., `0.1.0`, `0.1.1`, `0.2.0`, etc.) until the AVM framework becomes v1.0.0. > > However, it is important to note that this **DOES NOT** mean that the modules cannot be consumed and utilized. They **CAN** be leveraged in all types of environments (dev, test, prod etc.). Consumers can treat them just like any other IaC module and raise issues or feature requests against them as they learn from the usage of the module. Consumers should also read the release notes for each version, if considering updating to a more recent version of a module to see if there are any considerations or breaking changes etc.