From 1cb287bdbebb8e9b8ebeb36096406439452cc002 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 25 Aug 2022 14:59:23 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85c9265810..343cf054b6 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ for permanent installations, are detailed in our [Installation Guide](https://ww ### Build and Start Boundary in Dev Mode +**NOTE**: Do _not_ use the `main` branch except for dev or test cases. Boundary 0.10 introduced release branches which should be safe to track, however, migrations in `main` may be renumbered if needed. The Boundary team will not be able to provide assistance if running `main` over the long term results in migration breakages. + If you have the following requirements met locally: - Golang v1.19 or greater - Docker