PackageTrack

Go modules · #1771

github.com/opencontainers/umoci

v0.6.0opencontainers/umoci

Release timeline

905 releases since 2016
20182020202220242026

Releases

  1. v0.4.7-0.20200929152757-1f22d88366d729 Sept 2020pre-release

    Nothing published for this version

  2. v0.4.7-0.20200922004002-f49533201c4b22 Sept 2020pre-release

    Nothing published for this version

  3. v0.4.7-0.20200820133241-95d647bd256d20 Aug 2020pre-release

    Nothing published for this version

  4. v0.4.7-0.20200728145307-d12a48a6ab9528 Jul 2020pre-release

    Nothing published for this version

  5. v0.4.7-0.20200715204248-89fda3a0c27315 Jul 2020pre-release

    Nothing published for this version

  6. v0.4.7-0.20200715152127-039c0618423815 Jul 2020pre-release

    Nothing published for this version

  7. v0.4.7-0.20200714215730-9ab5eff081e214 Jul 2020pre-release

    Nothing published for this version

  8. v0.4.7-0.20200714215154-c0f84452c75514 Jul 2020pre-release

    Nothing published for this version

  9. v0.4.7-0.20200714215154-a425f92e910314 Jul 2020pre-release

    Nothing published for this version

  10. v0.4.7-0.20200714021540-643c0d0b897d14 Jul 2020pre-release

    Nothing published for this version

  11. v0.4.7-0.20200714021515-8fff1e65a27b14 Jul 2020pre-release

    Nothing published for this version

  12. v0.4.7-0.20200713160359-596193345eeb13 Jul 2020pre-release

    Nothing published for this version

  13. v0.4.7-0.20200713035654-f52feee0fe2213 Jul 2020pre-release

    Nothing published for this version

  14. v0.4.7-0.20200713035648-8298da2dc26513 Jul 2020pre-release

    Nothing published for this version

  15. v0.4.7-0.20200713035642-173f47c4026313 Jul 2020pre-release

    Nothing published for this version

  16. v0.4.7-0.20200713034059-04218745cec913 Jul 2020pre-release

    Nothing published for this version

  17. v0.4.7-0.20200707151043-3ab7c681dab87 Jul 2020pre-release

    Nothing published for this version

  18. v0.4.7-0.20200707015447-392c783845b07 Jul 2020pre-release

    Nothing published for this version

  19. v0.4.7-0.20200707011618-7a8787972d077 Jul 2020pre-release

    Nothing published for this version

  20. v0.4.7-0.20200707011616-9c592ec91dd87 Jul 2020pre-release

    Nothing published for this version

  21. v0.4.7-0.20200707011610-a368aed862a67 Jul 2020pre-release

    Nothing published for this version

  22. v0.4.7-0.20200706071322-fbcc929874636 Jul 2020pre-release

    Nothing published for this version

  23. v0.4.7-0.20200706071319-93959f962e756 Jul 2020pre-release

    Nothing published for this version

  24. v0.4.7-0.20200706071316-c5eeaae4e51d6 Jul 2020pre-release

    Nothing published for this version

  25. v0.4.7-0.20200706071313-2eca326c09b66 Jul 2020pre-release

    Nothing published for this version

  26. v0.4.7-0.20200706071311-2229a467f6e26 Jul 2020pre-release

    Nothing published for this version

  27. v0.4.7-0.20200706071308-100318a44d7e6 Jul 2020pre-release

    Nothing published for this version

  28. v0.4.7-0.20200706071305-744db912d55c6 Jul 2020pre-release

    Nothing published for this version

  29. v0.4.7-0.20200706071302-09b990e1ad436 Jul 2020pre-release

    Nothing published for this version

  30. v0.4.7-0.20200705053850-b0bb0aca34335 Jul 2020pre-release

    Nothing published for this version

  31. v0.4.7-0.20200704224433-977db481b72c4 Jul 2020pre-release

    Nothing published for this version

  32. v0.4.7-0.20200703215637-340dd0db1e0a3 Jul 2020pre-release

    Nothing published for this version

  33. v0.4.7-0.20200703052427-e653c2a471ea3 Jul 2020pre-release

    Nothing published for this version

  34. v0.4.7-0.20200701141350-166bdd43f6f31 Jul 2020pre-release

    Nothing published for this version

  35. v0.4.7-0.20200701044518-4a832f2c482c1 Jul 2020pre-release

    Nothing published for this version

  36. v0.4.7-0.20200627060518-cbc45795b2a827 Jun 2020pre-release

    Nothing published for this version

  37. v0.4.7-0.20200624134648-cd9e9b15475124 Jun 2020pre-release

    Nothing published for this version

  38. v0.4.7-0.20200624001826-851af9f2573b24 Jun 2020pre-release

    Nothing published for this version

  39. v0.4.624 Jun 2020
    Release notes

    umoci has been adopted by the Open Container Initative as a reference
    implementation of the OCI Image Specification. This will have little impact
    on the roadmap or scope of umoci, but it does further solidify umoci as a
    useful piece of "boring container infrastructure" that can be used to build
    larger systems.

    NOTICE: As part of the adoption procedure, the import path and module
    name of umoci has changed from github.com/openSUSE/umoci to
    github.com/opencontainers/umoci. This means that users of our (still
    unstable) Go API will have to change their import paths in order to update
    to newer versions of umoci.

    The old GitHub project will contain a snapshot of v0.4.5 with a few
    minor changes to the readme that explain the situation. Go projects which
    import import the archived project will receive build warnings that
    explain the need to update their import paths.

    • umoci now builds on MacOS, and we currently run the unit tests on MacOS to
      hopefully catch core regressions (in the future we will get the
      integration tests running to catch more possible regressions).
      #318
    • Suppress repeated xattr warnings on destination filesystems that do not
      support xattrs. #311
    • Work around a long-standing issue in our command-line parsing library (see
      urfave/cli#1152) by disabling argument re-ordering for umoci config,
      which often takes --prefixed flag arguments. #328

    Thanks to all of the people who made this release possible:

    LGTMs: @cyphar @tych0
    Signed-off-by: Aleksa Sarai [email protected]

    Open source →
    Release notes

    umoci has been adopted by the Open Container Initative as a reference implementation of the OCI Image Specification. This will have little impact on the roadmap or scope of umoci, but it does further solidify umoci as a useful piece of "boring container infrastructure" that can be used to build larger systems.

    Changed

    • As part of the adoption procedure, the import path and module name of umoci has changed from github.com/openSUSE/umoci to github.com/opencontainers/umoci. This means that users of our (still unstable) Go API will have to change their import paths in order to update to newer versions of umoci.

      The old GitHub project will contain a snapshot of v0.4.5 with a few minor changes to the readme that explain the situation. Go projects which import the archived project will receive build warnings that explain the need to update their import paths.

    Added

    • umoci now builds on MacOS, and we currently run the unit tests on MacOS to hopefully catch core regressions (in the future we will get the integration tests running to catch more possible regressions). opencontainers/umoci#318

    Fixed

    • Suppress repeated xattr warnings on destination filesystems that do not support xattrs. opencontainers/umoci#311
    • Work around a long-standing issue in our command-line parsing library (see urfave/cli#1152) by disabling argument re-ordering for umoci config, which often takes --prefixed flag arguments. opencontainers/umoci#328
    Open source →
    Release notes

    umoci 0.4.6

    Compare

    Choose a tag to compare

    Open source →
  40. v0.4.6-0.20200623143543-fe482df272ca23 Jun 2020pre-release

    Nothing published for this version

  41. v0.4.6-0.20200623073833-2a08acae075c23 Jun 2020pre-release

    Nothing published for this version

  42. v0.4.6-0.20200623063120-455b1ebf182f23 Jun 2020pre-release

    Nothing published for this version

  43. v0.4.6-0.20200622135030-30d116059d9722 Jun 2020pre-release

    Nothing published for this version

  44. v0.4.6-0.20200621145331-af82115a0c0221 Jun 2020pre-release

    Nothing published for this version

  45. v0.4.6-0.20200621143455-8b0064bcbef921 Jun 2020pre-release

    Nothing published for this version

  46. v0.4.6-0.20200621143455-23e02eab5cf321 Jun 2020pre-release

    Nothing published for this version

  47. v0.4.6-0.20200621143417-1d78577f64ed21 Jun 2020pre-release

    Nothing published for this version

  48. v0.4.6-0.20200620041503-957fa18de56c20 Jun 2020pre-release

    Nothing published for this version

  49. v0.4.6-0.20200620041449-fce76f44de1420 Jun 2020pre-release

    Nothing published for this version

  50. v0.4.6-0.20200619145957-97343882b98c19 Jun 2020pre-release

    Nothing published for this version

  51. v0.4.6-0.20200619083451-152acd13ed3c19 Jun 2020pre-release

    Nothing published for this version

  52. v0.4.6-0.20200619083445-7670d2e0aae019 Jun 2020pre-release

    Nothing published for this version

  53. v0.4.6-0.20200619082824-b802893ddfb619 Jun 2020pre-release

    Nothing published for this version

  54. v0.4.6-0.20200617053817-391b0bb7425817 Jun 2020pre-release

    Nothing published for this version

  55. v0.4.6-0.20200617013144-9fd350b1376017 Jun 2020pre-release

    Nothing published for this version

  56. v0.4.3-0.20181109162553-e7db541d71389 Nov 2018pre-release

    Nothing published for this version

  57. v0.4.3-0.20181109023501-5d497d0bbf109 Nov 2018pre-release

    Nothing published for this version

  58. v0.4.3-0.20181108143925-1c1f37b9cd868 Nov 2018pre-release

    Nothing published for this version

  59. v0.4.3-0.20181107120531-4913d870bc287 Nov 2018pre-release

    Nothing published for this version

  60. v0.4.3-0.20181107105830-342421bb152f7 Nov 2018pre-release

    Nothing published for this version