Releases: juju/os
Releases · juju/os
v2.2.5
What's Changed
- Fix noble version by @jack-w-shaw in #51
New Contributors
- @jack-w-shaw made their first contribution in #51
Full Changelog: v2.2.4...v2.2.5
v2.2.4
What's Changed
- Bump golang.org/x/net from 0.0.0-20211216030914-fe4d6282115f to 0.7.0 by @dependabot in #45
- Correctly report valid series for juju 2.9 by @Aflynn50 in #49
New Contributors
- @dependabot made their first contribution in #45
- @Aflynn50 made their first contribution in #49
Full Changelog: v2.2.3...v2.2.4
v2.2.3: Merge pull request #42 from SimonRichardson/os-from-series-with-base-os
https://github.com/juju/os/pull/42 The following function helps provide a hint to help when normalising the OS from a series. For OSes like centos that just have a number after it, then the series of centos7 is fine, but fails when someone wants to just pass 7. Unless we know the potential os as a hint (centos) then we can then correctly normalise the value.