Skip to content

Commit

Permalink
new line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Feb 16, 2024
1 parent 1c2d2cf commit b0c9cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/deploying-vclusters/compat-matrix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Legend:
| v1.27.9-k3s1 | 1.28 | there is some issue there |
| v1.27.9-k3s1 | 1.29 | there is some issue there |
+-------------------------+------------------+---------------------------+

## Compatibility Matrix for k8s distro

The following table provides a compatibility matrix of which k8s version are supported aginst which vcluster distro versions:
Expand Down
3 changes: 3 additions & 0 deletions hack/compat-matrix/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ func createKnownIssue(issues map[string]issueList) string {
}
}
table.Render()
if buff.Len() > 0 {
buff.WriteString("\n")
}
return buff.String()
}

Expand Down

0 comments on commit b0c9cf2

Please sign in to comment.