From 380e6bc540fa6581d59a2245d1bde7b4045d29570078427bdf944a53602b8c3f Mon Sep 17 00:00:00 2001 From: Danish Prakash Date: Tue, 8 Aug 2023 13:15:46 +0000 Subject: [PATCH] Accepting request 1102899 from home:amanzini:branches:devel:microos - Update to version 1.5.0: * fix: registry missing layer when concurrently push image * update build dependencies * feat: add `stats` command to `container` * registry documentation update * feat: adding support for lazy-pulling with soci in pull and run command * Add network flag to nerdctl build * Re-enable revive rules * Add functionality to copy files into and out of stopped containers. * Fix subnet overlapping * fix compose lacking support for replicas = 0 * Fix minor typo in volume flags docs * Fix flaky windows test * Add metadata to volume create return * Remove warning msg when inspect containers without task * feat: add --volumes-from support in run command * Fix the rule of port allocate when executing -p multiple times for one command * Optimize for itoa operations * fix the restart policy in kill * refactor: container stats command * fix update restart policy * fix restart policy behaviour inconsistent * Prevent timing flakyness for `--since/--until` in TestLogs. * docs: fixed typo in command ref for nerdctl logs follow * feat: support '--detach-keys' for 'nerdctl (run|start)' * User docker compose v2 for docker-comppatible test * Adding ability to inject secrets into compose build command * Add `shm_size` service option support in Compose files * Ignore dependencies for compose build and logs * Sort OCI mounts for Docker compliance in nested mount scenario OBS-URL: https://build.opensuse.org/request/show/1102899 OBS-URL: https://build.opensuse.org/package/show/devel:microos/nerdctl?expand=0&rev=14 --- _service | 2 +- _servicedata | 2 +- nerdctl-1.4.0.tar.xz | 3 --- nerdctl-1.5.0.tar.xz | 3 +++ nerdctl.changes | 34 ++++++++++++++++++++++++++++++++++ nerdctl.spec | 2 +- vendor.tar.xz | 4 ++-- 7 files changed, 42 insertions(+), 8 deletions(-) delete mode 100644 nerdctl-1.4.0.tar.xz create mode 100644 nerdctl-1.5.0.tar.xz diff --git a/_service b/_service index 22d80a6..aa032e6 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/containerd/nerdctl.git git - v1.4.0 + v1.5.0 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index ec2aed5..ce1e5f9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containerd/nerdctl.git - 7e8114a82da342cdbec9a518c5c6a1cce58105e9 \ No newline at end of file + b33a58f288bc42351404a016e694190b897cd252 \ No newline at end of file diff --git a/nerdctl-1.4.0.tar.xz b/nerdctl-1.4.0.tar.xz deleted file mode 100644 index c92f634..0000000 --- a/nerdctl-1.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f11b1457382d358af05012e4f427f029d37811e0f5a9f6f3e002fbc522aae88 -size 385640 diff --git a/nerdctl-1.5.0.tar.xz b/nerdctl-1.5.0.tar.xz new file mode 100644 index 0000000..5cea3c2 --- /dev/null +++ b/nerdctl-1.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bee4333dd919312670fd575f7bd030d81b0e1bee27f4b1afcab57c4dbbdbadd +size 392540 diff --git a/nerdctl.changes b/nerdctl.changes index 41e93cf..a070778 100644 --- a/nerdctl.changes +++ b/nerdctl.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Tue Aug 08 12:58:24 UTC 2023 - andrea.manzini@suse.com + +- Update to version 1.5.0: + * fix: registry missing layer when concurrently push image + * update build dependencies + * feat: add `stats` command to `container` + * registry documentation update + * feat: adding support for lazy-pulling with soci in pull and run command + * Add network flag to nerdctl build + * Re-enable revive rules + * Add functionality to copy files into and out of stopped containers. + * Fix subnet overlapping + * fix compose lacking support for replicas = 0 + * Fix minor typo in volume flags docs + * Fix flaky windows test + * Add metadata to volume create return + * Remove warning msg when inspect containers without task + * feat: add --volumes-from support in run command + * Fix the rule of port allocate when executing -p multiple times for one command + * Optimize for itoa operations + * fix the restart policy in kill + * refactor: container stats command + * fix update restart policy + * fix restart policy behaviour inconsistent + * Prevent timing flakyness for `--since/--until` in TestLogs. + * docs: fixed typo in command ref for nerdctl logs follow + * feat: support '--detach-keys' for 'nerdctl (run|start)' + * User docker compose v2 for docker-comppatible test + * Adding ability to inject secrets into compose build command + * Add `shm_size` service option support in Compose files + * Ignore dependencies for compose build and logs + * Sort OCI mounts for Docker compliance in nested mount scenario + ------------------------------------------------------------------- Mon May 22 06:05:24 UTC 2023 - danish.prakash@suse.com diff --git a/nerdctl.spec b/nerdctl.spec index e840726..72cdeda 100644 --- a/nerdctl.spec +++ b/nerdctl.spec @@ -24,7 +24,7 @@ %global import_path %{provider_prefix} Name: nerdctl -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: Docker-compatible CLI for containerd License: Apache-2.0 diff --git a/vendor.tar.xz b/vendor.tar.xz index 60cf2e8..a624fe3 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8931630520cf2aabdec180a5ad6937ca3a3878ad1dfd75c9593bd19f5d6f71a6 -size 3574512 +oid sha256:5fcbf25bf71506c179fe101f492cf58764513e7be08067d835817ee4965f263f +size 3589728