Skip to content

Commit ea26509

Browse files
authored
Merge pull request kubernetes-sigs#9415 from sbueringer/pr-update-go-backport-policy
📖 Bump go minor versions in release branches if they are out of support
2 parents 79d6b1c + 2c0a59c commit ea26509

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ We generally allow backports of following changes to all supported branches:
9696
- Dependency bumps for CVE (usually limited to CVE resolution; backports of non-CVE related version bumps are considered exceptions to be evaluated case by case)
9797
- Cert-manager version bumps (to avoid having releases with cert-manager versions that are out of support, when possible)
9898
- Changes required to support new Kubernetes versions, when possible. See [supported Kubernetes versions](https://cluster-api.sigs.k8s.io/reference/versions.html#supported-kubernetes-versions) for more details.
99-
- Changes to use the latest Go patch release. If the Go minor version of a supported branch goes out of support, we will consider on a case-by-case basis
100-
to bump to a newer Go minor version (e.g. to pick up CVE fixes). This could have impact on everyone importing Cluster API.
99+
- Changes to use the latest Go patch version to build controller images.
100+
- Changes to bump the Go minor version used to build controller images, if the Go minor version of a supported branch goes out of support (e.g. to pick up bug and CVE fixes).
101+
This has no impact on folks importing Cluster API as we won't modify the version in `go.mod` and the version in the `Makefile` does not affect them.
101102

102103
We generally allow backports of following changes only to the latest supported branch:
103104
- Improvements to existing docs (the latest supported branch hosts the current version of the book)

0 commit comments

Comments
 (0)