Accepting request 1102902 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1102902 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nerdctl?expand=0&rev=8
This commit is contained in:
commit
a40ff06c3f
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containerd/nerdctl.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.4.0</param>
|
||||
<param name="revision">v1.5.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containerd/nerdctl.git</param>
|
||||
<param name="changesrevision">7e8114a82da342cdbec9a518c5c6a1cce58105e9</param></service></servicedata>
|
||||
<param name="changesrevision">b33a58f288bc42351404a016e694190b897cd252</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f11b1457382d358af05012e4f427f029d37811e0f5a9f6f3e002fbc522aae88
|
||||
size 385640
|
BIN
nerdctl-1.5.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
nerdctl-1.5.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user