Accepting request 1130661 from home:danishprakash:branches:devel:microos
Update to version 1.7.0 OBS-URL: https://build.opensuse.org/request/show/1130661 OBS-URL: https://build.opensuse.org/package/show/devel:microos/nerdctl?expand=0&rev=20
This commit is contained in:
parent
d83865da82
commit
af40d11af6
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.6.0</param>
|
<param name="revision">v1.7.0</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">5f39d76139344b8aac6fd03cbe0fa2fd50f89929</param></service></servicedata>
|
<param name="changesrevision">e674fe7ba6e49f12e88cd9c6c442e7ea5232502c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:89a44d820b2fea72c92b0c0994edaebec5875bc7c763d10df0284473d8fc751d
|
|
||||||
size 362016
|
|
BIN
nerdctl-1.7.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
nerdctl-1.7.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,84 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 04 07:00:42 UTC 2023 - danish.prakash@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.7.0:
|
||||||
|
* build(deps): bump github.com/Microsoft/hcsshim from 0.11.2 to 0.11.4
|
||||||
|
* update containerd-fuse-overlayfs (1.0.8)
|
||||||
|
* Fix unstable sort of container list in compose
|
||||||
|
* update imgcrypt (1.1.9)
|
||||||
|
* update BuildKit (0.12.3)
|
||||||
|
* update runc (1.1.10)
|
||||||
|
* update containerd (1.7.8)
|
||||||
|
* nerdctl ps: implement `--format {{.Label "foo"}}`
|
||||||
|
* Dockerfile: stargz-snapshotter v0.15.1
|
||||||
|
* fix add-host overwritten
|
||||||
|
* build(deps): bump github.com/containerd/stargz-snapshotter/ipfs
|
||||||
|
* build(deps): bump github.com/containerd/imgcrypt from 1.1.8 to 1.1.9
|
||||||
|
* build(deps): bump github.com/containerd/stargz-snapshotter
|
||||||
|
* nerdctl-full: compile ipfs (Kubo) as a static binary
|
||||||
|
* nerdctl-full: compile containerd as static binaries
|
||||||
|
* Support IPv6 for nerdctl network
|
||||||
|
* Add support to CernVM-FS Snapshotter
|
||||||
|
* build(deps): bump github.com/docker/cli
|
||||||
|
* support running container with network id
|
||||||
|
* build(deps): bump github.com/containerd/containerd from 1.7.7 to 1.7.8
|
||||||
|
* build(deps): bump github.com/docker/docker
|
||||||
|
* compose_config_test: workaround for Docker Compose v2.23.0
|
||||||
|
* Vagrantfile.freebsd: pin generic/freebsd13 to version 4.3.2
|
||||||
|
* build(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3
|
||||||
|
* fix ps format names
|
||||||
|
* support ip-masq option
|
||||||
|
* build(deps): bump github.com/klauspost/compress from 1.17.1 to 1.17.2
|
||||||
|
* Replace logrus.SetOutput() with log.L.Logger.SetOutput()
|
||||||
|
* docs: minor soci push fix
|
||||||
|
* build(deps): bump github.com/containerd/nydus-snapshotter
|
||||||
|
* build(deps): bump github.com/containerd/continuity from 0.4.2 to 0.4.3
|
||||||
|
* build(deps): bump tonistiigi/xx from 1.2.1 to 1.3.0
|
||||||
|
* build(deps): bump github.com/compose-spec/compose-go
|
||||||
|
* build(deps): bump github.com/Microsoft/hcsshim from 0.11.1 to 0.11.2
|
||||||
|
* build(deps): bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20
|
||||||
|
* build(deps): bump actions/checkout from 4.1.0 to 4.1.1
|
||||||
|
* build(deps): bump github.com/klauspost/compress from 1.17.0 to 1.17.1
|
||||||
|
* Use https://github.com/containerd/log for logging
|
||||||
|
* build(deps): bump github.com/containerd/accelerated-container-image
|
||||||
|
* fix: typo
|
||||||
|
* nerdctl compose: fix --env-file
|
||||||
|
* build(deps): bump github.com/containerd/nydus-snapshotter
|
||||||
|
* chore: unnecessary code
|
||||||
|
* build(deps): bump golang.org/x/net from 0.16.0 to 0.17.0
|
||||||
|
* fix: call client close
|
||||||
|
* go.mod: github.com/containerd/containerd v1.7.7
|
||||||
|
* dockerconfigresolver: nullify DefaultTLS when DefaultScheme == "http"
|
||||||
|
* update gotestsum (1.10.0)
|
||||||
|
* update Kubo (0.23.0)
|
||||||
|
* update containerd-fuse-overlayfs (1.0.7)
|
||||||
|
* update slirp4netns (1.2.2)
|
||||||
|
* update containerd (1.7.7)
|
||||||
|
* containerd/containerd/log -> containerd/log
|
||||||
|
* chore: Comment should with an optional leading article
|
||||||
|
* build(deps): bump golang.org/x/net from 0.15.0 to 0.16.0
|
||||||
|
* release.yml: migrate from `hub` to `gh`
|
||||||
|
* build(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0
|
||||||
|
* build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0
|
||||||
|
* build(deps): bump golang.org/x/term from 0.12.0 to 0.13.0
|
||||||
|
* build(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0
|
||||||
|
* build(deps): bump github.com/containerd/nydus-snapshotter
|
||||||
|
* Fix port allocate iptables regex
|
||||||
|
* CNI: prioritize `/opt/cni/bin` over `/usr/lib/cni`
|
||||||
|
* build(deps): bump github.com/containerd/nydus-snapshotter
|
||||||
|
* docs: minor fixes to soci documentation
|
||||||
|
* update toml to v2
|
||||||
|
* fix: client close connection
|
||||||
|
* Support zstd (non-chunked) conversion
|
||||||
|
* build(deps): bump github.com/tidwall/gjson from 1.16.0 to 1.17.0
|
||||||
|
* build(deps): bump actions/checkout from 4.0.0 to 4.1.0
|
||||||
|
* chore: Comment should with an optional leading article
|
||||||
|
* build(deps): bump github.com/Microsoft/hcsshim from 0.11.0 to 0.11.1
|
||||||
|
* add missing flags for compose ps
|
||||||
|
* add featrue network filter
|
||||||
|
* build(deps): bump github.com/compose-spec/compose-go
|
||||||
|
* image: dedup same platform entry
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 10 06:16:47 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
Tue Oct 10 06:16:47 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
|
|
||||||
Name: nerdctl
|
Name: nerdctl
|
||||||
Version: 1.6.0
|
Version: 1.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Docker-compatible CLI for containerd
|
Summary: Docker-compatible CLI for containerd
|
||||||
License: Apache-2.0
|
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