Accepting request 1080903 from home:danishprakash:branches:devel:microos
Update to version 1.3.1 OBS-URL: https://build.opensuse.org/request/show/1080903 OBS-URL: https://build.opensuse.org/package/show/devel:microos/nerdctl?expand=0&rev=10
This commit is contained in:
parent
de668ff0e8
commit
828e0bbe0b
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/containerd/nerdctl.git</param>
|
<param name="url">https://github.com/containerd/nerdctl.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.3.0</param>
|
<param name="revision">v1.3.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/containerd/nerdctl.git</param>
|
<param name="url">https://github.com/containerd/nerdctl.git</param>
|
||||||
<param name="changesrevision">c6ddd63dea9aa438fdb0587c0d3d9ae61a60523e</param></service></servicedata>
|
<param name="changesrevision">b224b280ff3086516763c7335fc0e0997aca617a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c1df8a4bb81789245c0470ea4a83d312f824717567ab45e3243d6e3e18805ff
|
|
||||||
size 380236
|
|
3
nerdctl-1.3.1.tar.xz
Normal file
3
nerdctl-1.3.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28c3111d79b657598dc62289a47392f510ff647b362e34664f538a8f2e46318c
|
||||||
|
size 381672
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 20 13:01:57 UTC 2023 - danish.prakash@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.3.1:
|
||||||
|
* update kubo (0.19.1)
|
||||||
|
* update nydus (2.2.0)
|
||||||
|
* go.mod: fix format
|
||||||
|
* test: add test for piping of `nerdctl run` with `-t`
|
||||||
|
* build(deps): bump actions/checkout from 3.5.1 to 3.5.2
|
||||||
|
* cmd/image/list: Fix typo breaking --no-trunc
|
||||||
|
* Resolve Go cache warnings in CI workflows
|
||||||
|
* Use pushRef instead of ref to build signPef
|
||||||
|
* Add destination ports from iptables to used ports while allocating host ports
|
||||||
|
* build(deps): bump actions/checkout from 3.5.0 to 3.5.1
|
||||||
|
* build(deps): bump github.com/containerd/accelerated-container-image
|
||||||
|
* run: make tty output behaviour compatible to docker and `nerdctl exec`
|
||||||
|
* build(deps): bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1
|
||||||
|
* build(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0
|
||||||
|
* build(deps): bump golang.org/x/net from 0.8.0 to 0.9.0
|
||||||
|
* build(deps): bump golang.org/x/text from 0.8.0 to 0.9.0
|
||||||
|
* build(deps): bump github.com/klauspost/compress from 1.16.3 to 1.16.4
|
||||||
|
* compose: implement Bind.CreateHostPath
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 05 13:27:20 UTC 2023 - danish.prakash@suse.com
|
Wed Apr 05 13:27:20 UTC 2023 - danish.prakash@suse.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
|
|
||||||
Name: nerdctl
|
Name: nerdctl
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Docker-compatible CLI for containerd
|
Summary: Docker-compatible CLI for containerd
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:971d026dd4716e4ea4b0c462214e3f92e4650ab8dd7d67c30453c480b00fb5e4
|
oid sha256:320594c3ce3cd119f3738466e44300a2cb15cfa23bc4ca97be2d3362aea9f350
|
||||||
size 3558744
|
size 3565736
|
||||||
|
Loading…
Reference in New Issue
Block a user