Hide Forgot
Gear upgrade extension should be a no-op if it's for the wrong version (current behavior is to raise an exception).
PR submitted to master.
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/f7e50e2165cfe1e74ff5386179de3a6c1cbad73b Fix bug 999189: gear upgrade extension is a no-op if release version doesn't match supplied version
Tested on devenv-stage_448, the patch should work fine. # oo-admin-upgrade upgrade-gear --version 3.0.32 --app-name appa --login bmeng --upgrade-gear=5215e6c499055c0995000002 "log": [ "Version mismatch between supplied release version (3.0.32) and extension version (2.0.32", But there missing a ")" in the end of the message. Assign it back to fix the typo.
PRs submitted to master and stage for this.
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/828d163727d9dd91cd311da7a96eaf41178db4e7 Fix message for bug 999189
"log":["Version mismatch between supplied release version (2.0.33) and extension version (2.0.32)" The typo fixed on devnev-stage_452.