-
Notifications
You must be signed in to change notification settings - Fork 36
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: update changed docs link #1038
Conversation
Signed-off-by: Minae Lee <[email protected]>
This is a bit tricky, because we also release the codebase for older LXD like 5.21.x, and I assume those will not receive the update of the doc link. I wonder if we should keep the old link, if with the redirect it will just work for both old and new version. The other option is to have different links for each version, but we'd need to find a good reusable solution for it. Let's discuss. |
Right, the older LXD versions won't receive the update of the doc link. Keeping the old link, depending on the redirect, and only updating the expected link in I see that currently |
We recently decided to stop using the stable-5.21 branch of the UI repository. So we always ship the latest tag from the main branch to future 5.21.x releases as well as to the future 6.x releases.
Yes, your analysis is mostly correct. Since some time we ship the docs with LXD, so |
Thanks for the explanation! I don't have an issue with relying on the redirect for 6.x. Would you like me to rebase and drop the commit for |
Yes, please. I saw in another more recent workflow run, that the |
added this pr in the meantime, to fix the failing test: #1044 |
Thanks Minnae for opening this one! Closing it, as we concluded to only fix the test (which was done in #1044) and rely on the redirect to keep the production code simple and compatible to old and new versions. |
Done
Fixes [list issues/bugs if needed]
Fixes this test failure: https://github.com/canonical/lxd/actions/runs/12413640553/job/34656601439
QA
Ran UI with dotrun and confirmed that links have changed.