Skip to content

Commit

Permalink
fix type "compatiblity" to "compatibility"
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshiAAkhavan authored Jul 5, 2023
1 parent a23f360 commit f6debab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions VERSIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exactly.

[guidelines]: https://sigs.k8s.io/kubebuilder-release-tools/VERSIONING.md

## Compatiblity and Release Support
## Compatibility and Release Support

For release branches, we generally tend to support backporting one (1)
major release (`release-{X-1}` or `release-0.{Y-1}`), but may go back
Expand All @@ -19,12 +19,12 @@ further if the need arises and is very pressing (e.g. security updates).

Note the [guidelines on dependency versions][dep-versions]. Particularly:

- We **DO** guarantee Kubernetes REST API compability -- if a given
- We **DO** guarantee Kubernetes REST API compatibility -- if a given
version of controller-runtime stops working with what should be
a supported version of Kubernetes, this is almost certainly a bug.

- We **DO NOT** guarantee any particular compability matrix between
- We **DO NOT** guarantee any particular compatibility matrix between
kubernetes library dependencies (client-go, apimachinery, etc); Such
compability is infeasible due to the way those libraries are versioned.
compatibility is infeasible due to the way those libraries are versioned.

[dep-versions]: https://sigs.k8s.io/kubebuilder-release-tools/VERSIONING.md#kubernetes-version-compatibility

0 comments on commit f6debab

Please sign in to comment.