Last release 5 months ago
15 Mar 2026
Release timing varies
gaps range from 8 days to 3 months
Nearly every release is documented
notes for 14 of 14 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
905 releases · first in 2016
Release timeline
905 releases since 2016Releases
- v0.4.7-0.20200929152757-1f22d88366d729 Sept 2020pre-release
Nothing published for this version
- v0.4.7-0.20200922004002-f49533201c4b22 Sept 2020pre-release
Nothing published for this version
- v0.4.7-0.20200820133241-95d647bd256d20 Aug 2020pre-release
Nothing published for this version
- v0.4.7-0.20200728145307-d12a48a6ab9528 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200715204248-89fda3a0c27315 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200715152127-039c0618423815 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200714215730-9ab5eff081e214 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200714215154-c0f84452c75514 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200714215154-a425f92e910314 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200714021540-643c0d0b897d14 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200714021515-8fff1e65a27b14 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200713160359-596193345eeb13 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200713035654-f52feee0fe2213 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200713035648-8298da2dc26513 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200713035642-173f47c4026313 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200713034059-04218745cec913 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200707151043-3ab7c681dab87 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200707015447-392c783845b07 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200707011618-7a8787972d077 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200707011616-9c592ec91dd87 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200707011610-a368aed862a67 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200706071322-fbcc929874636 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200706071319-93959f962e756 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200706071316-c5eeaae4e51d6 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200706071313-2eca326c09b66 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200706071311-2229a467f6e26 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200706071308-100318a44d7e6 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200706071305-744db912d55c6 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200706071302-09b990e1ad436 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200705053850-b0bb0aca34335 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200704224433-977db481b72c4 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200703215637-340dd0db1e0a3 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200703052427-e653c2a471ea3 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200701141350-166bdd43f6f31 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200701044518-4a832f2c482c1 Jul 2020pre-release
Nothing published for this version
- v0.4.7-0.20200627060518-cbc45795b2a827 Jun 2020pre-release
Nothing published for this version
- v0.4.7-0.20200624134648-cd9e9b15475124 Jun 2020pre-release
Nothing published for this version
- v0.4.7-0.20200624001826-851af9f2573b24 Jun 2020pre-release
Nothing published for this version
- v0.4.624 Jun 2020
Release notes
Open source →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 fromgithub.com/openSUSE/umocito
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.5with 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 forumoci config,
which often takes--prefixed flag arguments. #328
Thanks to all of the people who made this release possible:
- Aleksa Sarai [email protected]
- David Trudgian [email protected]
- Ramkumar Chinchani [email protected]
- Tycho Andersen [email protected]
LGTMs: @cyphar @tych0
Signed-off-by: Aleksa Sarai [email protected]Release notes
Open source →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/umocitogithub.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.5with 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
- umoci now builds on MacOS, and we currently run the unit tests on MacOS to
- v0.4.6-0.20200623143543-fe482df272ca23 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200623073833-2a08acae075c23 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200623063120-455b1ebf182f23 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200622135030-30d116059d9722 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200621145331-af82115a0c0221 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200621143455-8b0064bcbef921 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200621143455-23e02eab5cf321 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200621143417-1d78577f64ed21 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200620041503-957fa18de56c20 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200620041449-fce76f44de1420 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200619145957-97343882b98c19 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200619083451-152acd13ed3c19 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200619083445-7670d2e0aae019 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200619082824-b802893ddfb619 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200617053817-391b0bb7425817 Jun 2020pre-release
Nothing published for this version
- v0.4.6-0.20200617013144-9fd350b1376017 Jun 2020pre-release
Nothing published for this version
- v0.4.3-0.20181109162553-e7db541d71389 Nov 2018pre-release
Nothing published for this version
- v0.4.3-0.20181109023501-5d497d0bbf109 Nov 2018pre-release
Nothing published for this version
- v0.4.3-0.20181108143925-1c1f37b9cd868 Nov 2018pre-release
Nothing published for this version
- v0.4.3-0.20181107120531-4913d870bc287 Nov 2018pre-release
Nothing published for this version
- v0.4.3-0.20181107105830-342421bb152f7 Nov 2018pre-release
Nothing published for this version