Skip to content

Commit

Permalink
Add Versioning Doc
Browse files Browse the repository at this point in the history
Signed-off-by: Vatsal Parekh <vatsalparekh@outlook.com>
  • Loading branch information
vatsalparekh committed Jan 28, 2025
1 parent 2b65bf7 commit d27f5b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,7 @@ The following resources were helpful in writing these docs. They are highly reco
2. https://docs.bitnami.com/tutorials/a-deep-dive-into-kubernetes-controllers/
3. https://aly.arriqaaq.com/kubernetes-informers/
4. https://github.com/kubernetes/sample-controller/blob/master/docs/controller-client-go.md


# Versioning
See [VERSION.md](VERSION.md).
8 changes: 8 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Lasso follows a pre-release (v0.x) strategy of semver. There is no compatibility between releases, and new releases are meant to be strictly compatible with a single version of wrangler. The current supported versions of lasso are as follows:

The current supported release lines are:

| Lasso Branch | Lasso Minor version | Matching Wrangler Version |
|--------------------------|------------------------------------|------------------------------------------------|
| main | v0.2 | v3 |
| release/v0.1 | v0.1 | v2 |

0 comments on commit d27f5b6

Please sign in to comment.