- Update Contour version in
go.mod
. It also updates reference to Kubernetes ingo.mod
. The Kubernetes version is the one used by Contour, but the latest patch version.$ make update-contour
- Update
go.mod
for the other dependencies. - Update Go & Ubuntu versions if needed.
- Update
CONTROLLER_TOOLS_VERSION
inMakefile
. - Check for new software versions using
make version
. You may be prompted to login to github.com.$ make version
- Check
Makefile.versions
and revert some changes that you don't want now. - Update software versions using
make maintenance
.$ make maintenance
- Follow RELEASE.md to update software version.