Skip to content
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

Cosmetic fixes to readme #6

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

simondeziel
Copy link
Member

No description provided.

README.md Outdated
@@ -50,7 +50,7 @@ jobs:

- name: Setup LXD
uses: canonical/setup-lxd@[version]
# uses pre-installed LXD snap (v4.0.9)
# uses pre-installed LXD snap (5.0/stable)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty sure 20.04 ships with LXD 4.0.9, maybe change the runner version to 20.04 here instead?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think it's more clear to have a contrast with the other example

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty sure 20.04 ships with LXD 4.0.9, maybe change the runner version to 20.04 here instead?

Indeed, 20.04 ships with 4.0/stable which currently has 4.0.9 but the job has runs-on: ubuntu-22.04 which means it comes 5.0/stable pre-installed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think it's more clear to have a contrast with the other example

Sure, having both example end up using 5.0/stable is probably not ideal. How about using latest/stable for the 22.04 one?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I settled on a slightly different version, please let me know what you think.

`ubuntu-latest` being a moving target, we risk asking for LXD to be
downgraded (not supported) if we track `5.0/stable`.

Avoid the problem by using `latest/stable` instead of the distro's
LTS track that comes pre-installed.

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
@barrettj12 barrettj12 merged commit ea57509 into canonical:main Jan 18, 2023
@simondeziel simondeziel deleted the cosmetic-fixes-to-readme branch January 18, 2023 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants