diff --git a/_service b/_service index 27b5705..820d0b0 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/openSUSE/umoci git umoci - 0.0.0 - v0.0.0 + 0.1.0 + v0.1.0 .git diff --git a/umoci-0.0.0.tar.xz b/umoci-0.0.0.tar.xz deleted file mode 100644 index 6ee5168..0000000 --- a/umoci-0.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fbae238da0688aab427b97217befe7e8aa7f71ea7f46978eba7beb579459de6 -size 151876 diff --git a/umoci-0.1.0.tar.xz b/umoci-0.1.0.tar.xz new file mode 100644 index 0000000..a2e5dbf --- /dev/null +++ b/umoci-0.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5af0838400bda64fa0f6516c7dfd9eb3d7e07f895c98ab79b458da6882c926 +size 161056 diff --git a/umoci.changes b/umoci.changes index e1ee5f9..c8214c9 100644 --- a/umoci.changes +++ b/umoci.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Feb 10 18:03:27 UTC 2017 - asarai@suse.com + +- Update to umoci v0.1.0. Upstream changelog: + * `CHANGELOG.md` has now been added. openSUSE/umoci#76 + + * `umoci` now supports `v1.0.0-rc4` images, which has made fairly minimal + changes to the schema (mainly related to `mediaType`s). While this change + **is** backwards compatible (several fields were removed from the schema, but + the specification allows for "additional fields"), tools using older versions + of the specification may fail to operate on newer OCI images. There was no UX + change associated with this update. + + * `umoci tag` would fail to clobber existing tags, which was in contrast to how + the rest of the tag clobbering commands operated. This has been fixed and is + now consistent with the other commands. openSUSE/umoci#78 + + * `umoci repack` now can correctly handle unicode-encoded filenames, allowing + the creation of containers that have oddly named files. This required fixes + to go-mtree (where the issue was). openSUSE/umoci#80 + ------------------------------------------------------------------- Tue Feb 7 22:25:56 UTC 2017 - jengelh@inai.de diff --git a/umoci.spec b/umoci.spec index 5729884..8bb8a72 100644 --- a/umoci.spec +++ b/umoci.spec @@ -26,7 +26,7 @@ %define project github.com/openSUSE/umoci Name: umoci -Version: 0.0.0 +Version: 0.1.0 Release: 0 Summary: Open Container Image manipulation tool License: Apache-2.0