You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the way we did 1.2, this is the recommanded way:
How we rebase to the v1.3
1.Go on stc-master of kubeflow kubeflow
2. Get the code from upstream, in a branch called upstream
3. git remote -v should now show 4 choices.
4. Create the branch v1.3
5. git rebase upstream/v1.3-branch
6. Fix merge conflicts,
7. Create a PR with tag auto build
8. Use the image that was pushed to acr in the dev environment
This item is part of #530
The work of Kubeflow EXCLUDING CWA (see #831)
Versions:
We are currently on version 1.2. We want to go to version 1.3.1.
Here is the documentation of which version to use with 1.3.1
We use:
###Areas of concern:
Out of scope:
The text was updated successfully, but these errors were encountered: