Skip to content

Releases: juju/os

v2.2.5

15 May 14:28
c709cfd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.4...v2.2.5

v2.2.4

29 Apr 09:52
c95d1bd
Compare
Choose a tag to compare

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

Full Changelog: v2.2.3...v2.2.4

v2.2.3: Merge pull request #42 from SimonRichardson/os-from-series-with-base-os

17 Mar 10:15
4e38196
Compare
Choose a tag to compare
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.