-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Fix versions #559
Fix versions #559
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #559 +/- ##
========================================
Coverage 36.97% 36.97%
========================================
Files 77 77
Lines 3032 3032
Branches 623 623
========================================
Hits 1121 1121
- Misses 1758 1908 +150
+ Partials 153 3 -150 |
About the a comment states that it |
@webbertakken If I understood #556 correctly, the rolling version of ALL images should now be |
It does exactly that. Going from version 1 to 2 is a breaking change in https://semver.org/ That's what #556 is for. It changes that version. I was about to merge it but first rebased on your changes, at which point the workflows started failing. You need to make sure that you assign versions that are actually available in v1. We purposefully didn't pick the very newest ones before, because we don't just support the newest ones. After the workflows work again I'll merge said change. |
ah I now saw your message, I'll change the versions to use images that have the |
I realise the versions page is a bit broken right now but you can use the dropdown to select v1.1.2. |
@webbertakken The checks that previously failed have now succeeded, No idea why two of them are stuck though 🤔 |
Excellent. I've restarted the jobs that were stuck. It sometimes happens when workflows take a while, especially if you're running this many the chance is present. |
@webbertakken Amazing! Thanks for the quick replies :) |
Changes
1
in some versions (apologies)Checklist
code of conduct
a PR in the documentation repo)