Skip to content

Commit cf0fa8b

Browse files
authored
Merge pull request #2396 from ArshiAAkhavan/patch-1
📖 fix typo "compatiblity" to "compatibility" 📖
2 parents a23f360 + f6debab commit cf0fa8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

VERSIONING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exactly.
99

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

12-
## Compatiblity and Release Support
12+
## Compatibility and Release Support
1313

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

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

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

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

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

0 commit comments

Comments
 (0)