From ba454d9da3f312e459a1869182e7bf7201706abb Mon Sep 17 00:00:00 2001 From: Sally O'Malley Date: Wed, 7 Apr 2021 10:38:32 -0400 Subject: [PATCH] update replace dependencies step --- enhancements/oc/upgrade_kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enhancements/oc/upgrade_kubernetes.md b/enhancements/oc/upgrade_kubernetes.md index 098402020cd..cce6762f628 100644 --- a/enhancements/oc/upgrade_kubernetes.md +++ b/enhancements/oc/upgrade_kubernetes.md @@ -10,7 +10,7 @@ reviewers: approvers: - "@mfojtik" creation-date: 2019-10-08 -last-updated: 2021-03-17 +last-updated: 2021-04-07 status: implementable see-also: replaces: @@ -90,7 +90,7 @@ superseded-by: Confirm the openshift/release change from step 4 is merged and the unit test is triggered in your PR. 9. In oc repository: 1. Edit the replace dependencies to point to the commits from the merged PRs from previous steps. - 2. Edit the replace dependencies for all other k8s.io/repos to point to latest release (`release-1.18` here). + 2. Edit the replace dependencies for all other k8s.io/repos to point to latest release (`v0.21.0-beta.1` here). It's useful to add a commit for steps 1,2. 3. Run `go mod tidy` _then_ `go mod vendor` and verify the changes before committing. 3. Update kubectl version fields injected in Makefile (using `git describe --long --tags --abbrev=7` in kubernetes fork).