From 4f0f1f597aa0086888e0c468f44b561a34f8800d Mon Sep 17 00:00:00 2001 From: zhiren Date: Wed, 12 Mar 2025 16:16:02 -0400 Subject: [PATCH 1/2] add Version note for pilot release --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 009373bc..16d1f307 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -26,3 +26,8 @@ Are there any new or updated tests to validate the changes? ## Test Directions (Additional instructions for how to run tests or validate functionality if not covered by unit tests) + +## Versions + +- Pilot Release Version: +- Compatible Version: From 499bb601dcf2124e8e428db2ecc2f8df9960241a Mon Sep 17 00:00:00 2001 From: zhiren Date: Wed, 12 Mar 2025 16:17:51 -0400 Subject: [PATCH 2/2] add Version note for pilot release --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cacbe8c1..9d968c54 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,15 @@ Command line tool that allows the user to execute data operations on the platfor ./app/bundled_app/linux/pilotcli --help + +## Compatible versions + +| Cli Version | Pilot Release Version | Compatible Version | +|----------|----------|----------| +| 3.15.0 | 2.14.2 | 2.14.2 | +| 3.15.1 | 2.14.2 | 2.14.2 | +| 3.15.2 | 2.15 | 2.15 | + ### Build Instructions 1. Each system has its own credential, so building should be done after the updated the env file. 2. Run build commands for your system.