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

Add support for Ubuntu focal #17

Merged
merged 1 commit into from
Jan 6, 2020
Merged

Conversation

wallyworld
Copy link
Member

Add "focal" to the list of known Ubuntu series.
Also, the distro-info.csv file contains the date range for which a series is supported. This was not being used. We now use that info to update the hard coded supported status for Ubuntu series. This allows the supported status for focal to be set to false and it will tick over to true when the release happens, without requiring a Juju update (so long as the user has an up-to-date distro-info.csv). "focal" needs to be set to false now as it is a LTS and we don't want to selected by default until it is ready.

Copy link
Contributor

@babbageclunk babbageclunk left a comment

Choose a reason for hiding this comment

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

Looks good!

@@ -189,13 +190,18 @@ var ubuntuSeries = map[string]seriesVersion{
Version: "18.10",
},
"disco": seriesVersion{
Version: "19.04",
Supported: true,
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't disco still supported? Or is it that it won't be supported when 2.8 is released?

Copy link
Member Author

Choose a reason for hiding this comment

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

disco is supported for another 2 weeks, so may as well update this now

@wallyworld
Copy link
Member Author

$$merge$$

@jujubot jujubot merged commit a3d14eb into juju:master Jan 6, 2020
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.

3 participants