-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare for next version #233
Conversation
It looks like OSSMConsole v1.77 was not released by the time the smoketest ran. I can see Kiali server and OSSMC were released by more than 30 minutes apart: OSSMC: https://quay.io/repository/kiali/ossmconsole?tab=tags (1.77 released at 2:52 am EST) So we'll want to check this to see if there is someway we can get this helm chart release to run AFTER the OSSMConsole is released - because that is when the smoke test will run and that needs to confirm all images are available on quay. Thinking about this some more - I'm pretty sure this is because it takes very long to do an OSSMC build (the yarn build and copying of the node_modules takes a very long time to complete - much longer than a kiali server or kiali operator build). So we will need to wait for that ossmc build to finish before we move on to the helm chart build, if that is possible. |
I will run the smoke test again and if it goes green (it should), I'll retitle this PR and merge it. |
OK, smoke test passed. Will merge now. |
For why this is being done, see kiali#233 (comment)
For why this is being done, see #233 (comment)
* Release v1.77.0 * Prepare for next version --------- Co-authored-by: kiali-bot <[email protected]>
For why this is being done, see kiali#233 (comment)
DO NOT MERGE YET! The smoke test failed. Please fix the problem before merging this PR which updates version numbers and prepares for release v1.78.0
UPDATE smoke test now passes - see comments before for details of what happened