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.2.2-0.20170703105234-9f37538558e13 Jul 2017pre-release
Nothing published for this version
- v0.2.2-0.20170703095437-4c326330dac83 Jul 2017pre-release
Nothing published for this version
- v0.2.2-0.20170703083700-8fd8cb7ea0a63 Jul 2017pre-release
Nothing published for this version
- v0.2.2-0.20170703083131-ccb8f85e82e53 Jul 2017pre-release
Nothing published for this version
- v0.2.2-0.20170703083127-e2b2e8d5caed3 Jul 2017pre-release
Nothing published for this version
- v0.2.2-0.20170703082903-481790df951b3 Jul 2017pre-release
Nothing published for this version
- v0.2.2-0.20170703070132-bf25ef0945523 Jul 2017pre-release
Nothing published for this version
- v0.2.2-0.20170703070132-a87ef8cbd5343 Jul 2017pre-release
Nothing published for this version
- v0.2.2-0.20170703070132-4d10cf2c71383 Jul 2017pre-release
Nothing published for this version
- v0.2.2-0.20170703070132-146b3f071ad43 Jul 2017pre-release
Nothing published for this version
- v0.2.2-0.20170703070131-1becb2ea0a233 Jul 2017pre-release
Nothing published for this version
- v0.2.2-0.20170630070537-82a74e25d9ff30 Jun 2017pre-release
Nothing published for this version
- v0.2.2-0.20170630062649-54eef9a70e2530 Jun 2017pre-release
Nothing published for this version
- v0.2.2-0.20170629110146-7ded8726bbf729 Jun 2017pre-release
Nothing published for this version
- v0.2.2-0.20170519065158-4216457aaf9719 May 2017pre-release
Nothing published for this version
- v0.2.2-0.20170517220203-2827f27fb99517 May 2017pre-release
Nothing published for this version
- v0.2.2-0.20170517113404-2a8db4992e1817 May 2017pre-release
Nothing published for this version
- v0.2.2-0.20170517113306-0348467090bd17 May 2017pre-release
Nothing published for this version
- v0.2.2-0.20170517102128-a1ade62a867917 May 2017pre-release
Nothing published for this version
- v0.2.2-0.20170517101800-cad9bbcddacc17 May 2017pre-release
Nothing published for this version
- v0.2.2-0.20170516121458-11cb2c6d690816 May 2017pre-release
Nothing published for this version
- v0.2.2-0.20170512052339-a5b36804c7dd12 May 2017pre-release
Nothing published for this version
- v0.2.2-0.20170511141900-5e29029c2bb311 May 2017pre-release
Nothing published for this version
- v0.2.2-0.20170412000954-978bc286c4a212 Apr 2017pre-release
Nothing published for this version
- v0.2.2-0.20170411234140-64e8137c196f11 Apr 2017pre-release
Nothing published for this version
- v0.2.111 Apr 2017
Release notes
Open source →Added
hack/release.shautomates the process of generating all of the published artefacts for releases. The new script also generates signed source code archives. opencontainers/umoci#116
Changed
umocinow outputs configurations that are compliant withv1.0.0-rc5of the OCI runtime-spec. This means that now you can use runc v1.0.0-rc3 withumoci(and rootless containers should work out of the box if you use a development build of runc). opencontainers/umoci#114umoci unpackno longer adds a dummy linux.seccomp entry, and instead just sets it to null. opencontainers/umoci#114
- v0.2.1-0.20170411234052-771349e5e05a11 Apr 2017pre-release
Nothing published for this version
- v0.2.1-0.20170411233605-9c3ebacae55111 Apr 2017pre-release
Nothing published for this version
- v0.2.1-0.20170411233605-3926d8f91e6611 Apr 2017pre-release
Nothing published for this version
- v0.2.1-0.20170411210723-6994e3c683f611 Apr 2017pre-release
Nothing published for this version
- v0.2.1-0.20170411194825-86805261ffe311 Apr 2017pre-release
Nothing published for this version
- v0.2.1-0.20170411194824-d69195d99bc611 Apr 2017pre-release
Nothing published for this version
- v0.2.1-0.20170411194822-4093c173b88011 Apr 2017pre-release
Nothing published for this version
- v0.2.1-0.20170411194821-27cd6ae6571c11 Apr 2017pre-release
Nothing published for this version
- v0.2.1-0.20170411194820-7105e75c07fb11 Apr 2017pre-release
Nothing published for this version
- v0.2.1-0.20170410152452-4aa2146306ca10 Apr 2017pre-release
Nothing published for this version
- v0.2.1-0.20170410141829-02aca5fc4a9f10 Apr 2017pre-release
Nothing published for this version
- v0.2.010 Apr 2017
Release notes
Open source →Added
umocinow has some automated scripts for generated RPMs that are used in openSUSE to automatically submit packages to OBS. opencontainers/umoci#101--clear=config.{cmd,entrypoint}is now supported. While this interface is a bit weird (cmdandentrypointaren't treated atomically) this makes the UX more consistent while we come up with a bettercmdandentrypointUX. opencontainers/umoci#107- New subcommand:
umoci raw runtime-config. It generates the runtime-spec config.json for a particular image without also unpacking the root filesystem, allowing for users ofumocithat are regularly parsingconfig.jsonwithout caring about the root filesystem to be more efficient. However, a downside of this approach is that some image-spec fields (Config.User) require a root filesystem in order to make sense, which is why this command is hidden under theumoci-raw(1)subcommand (to make sure only users that understand what they're doing use it). opencontainers/umoci#110
Changed
umoci'soci/casandoci/configlibraries have been massively refactored and rewritten, to allow for third-parties to use the OCI libraries. The plan is for these to eventually become part of an OCI project. opencontainers/umoci#90- The
oci/casinterface has been modifed to switch from*ispec.Descriptortoispec.Descriptor. This is a breaking, but fairly insignificant, change. opencontainers/umoci#89
Fixed
umocinow uses an updated version ofgo-mtree, which has a complete rewrite ofVisandUnvis. The rewrite ensures that unicode handling is handled in a far more consistent and sane way. opencontainers/umoci#88umociused to setprocess.user.additionalGidsto the "normal value" when unpacking an image in rootless mode, causing issues when trying to actually run said bundle with runC. opencontainers/umoci#109
- v0.1.1-0.20240909121406-afceb4b039de9 Sept 2024pre-release
Nothing published for this version
- v0.1.1-0.20230420235459-c8183de1a5c520 Apr 2023pre-release
Nothing published for this version
- v0.1.1-0.20211206062043-86eb281e09266 Dec 2021pre-release
Nothing published for this version
- v0.1.1-0.20210920215515-0be3d90c70e220 Sept 2021pre-release
Nothing published for this version
- v0.1.1-0.20210901212216-785ed73be5761 Sept 2021pre-release
Nothing published for this version
- v0.1.1-0.20210420234344-089592e6ba6220 Apr 2021pre-release
Nothing published for this version
- v0.1.1-0.20210412123716-a5d1ee156b7612 Apr 2021pre-release
Nothing published for this version
- v0.1.1-0.20170410141044-4678c6eddba710 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170410130453-06871d9c3ec810 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170410130403-c162524a3c8410 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170410101840-7fb831cb378d10 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170410101512-fb1bfeae901710 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170410101512-f7157c650bff10 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170410101512-2d8b4380befa10 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170410101507-e128a276045c10 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170409170902-a3f6831d58459 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170409160219-7d4c24b5d28a9 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170406233244-3d568746c8506 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170406125656-4b12594b90d86 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170405125729-807d550fd1ca5 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170405103300-2a596aebac625 Apr 2017pre-release
Nothing published for this version
- v0.1.1-0.20170405095800-025556ac8f215 Apr 2017pre-release
Nothing published for this version