Accepting request 1077541 from home:danishprakash:branches:devel:microos
Update to version 1.3.0 OBS-URL: https://build.opensuse.org/request/show/1077541 OBS-URL: https://build.opensuse.org/package/show/devel:microos/nerdctl?expand=0&rev=8
This commit is contained in:
parent
b158c37835
commit
de668ff0e8
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.2.1</param>
|
||||
<param name="revision">v1.3.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">a0bbfd75ba92bcb11ac6059bf4f6f4e50c6da0b8</param></service></servicedata>
|
||||
<param name="changesrevision">c6ddd63dea9aa438fdb0587c0d3d9ae61a60523e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5976cd3b636ec0dcb86ba6abfcf9ce71869fd3da5852eeb32e37027c404047d0
|
||||
size 365468
|
3
nerdctl-1.3.0.tar.xz
Normal file
3
nerdctl-1.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c1df8a4bb81789245c0470ea4a83d312f824717567ab45e3243d6e3e18805ff
|
||||
size 380236
|
@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 05 13:27:20 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 1.3.0:
|
||||
* bump: buildkit to v0.11.3, fuse-overlayfs to v1.10, kubo to v0.18.1
|
||||
* build(deps): bump golang.org/x/term from 0.6.0 to 0.7.0
|
||||
* build(deps): bump github.com/docker/cli
|
||||
* build(deps): bump github.com/docker/docker
|
||||
* build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0
|
||||
* build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0
|
||||
* build(deps): bump github.com/ipfs/go-cid from 0.4.0 to 0.4.1
|
||||
* pkg/mountutil: improve error messages
|
||||
* use digest instead of a tag while signing
|
||||
* Add manugupt1's GPG key
|
||||
* build(deps): bump github.com/opencontainers/runc from 1.1.4 to 1.1.5
|
||||
* build(deps): bump github.com/docker/docker
|
||||
* build(deps): bump github.com/docker/cli
|
||||
* build(deps): bump github.com/compose-spec/compose-go
|
||||
* Support quiet in push cmd
|
||||
* Refactor image sign and verify logic
|
||||
* build(deps): bump github.com/compose-spec/compose-go
|
||||
* build(deps): bump actions/checkout from 3.4.0 to 3.5.0
|
||||
* Fix nerdctl help show the hidden commands
|
||||
* set container state error
|
||||
* build(deps): bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18
|
||||
* rootlessutil: always claim non-rootless on non-Linux.
|
||||
* Refactor run command networking options for Windows support.
|
||||
* Fix the top command on Windows
|
||||
* Add support for showing image size on inspect
|
||||
* build(deps): bump github.com/ipfs/go-cid from 0.3.2 to 0.4.0
|
||||
* Completely skip syslog-related tests on Windows.
|
||||
* test: rootless: main: use v2 config
|
||||
* Upgrade cosign to 2.0.0 in tests
|
||||
* Add unit test for exposing devices to Windows containers
|
||||
* Add MAINTAINERS_GUIDE.md
|
||||
* build(deps): bump actions/checkout from 3.3.0 to 3.4.0
|
||||
* build(deps): bump github.com/compose-spec/compose-go
|
||||
* build(deps): bump actions/setup-go from 3 to 4
|
||||
* build(deps): bump github.com/containerd/nydus-snapshotter
|
||||
* build(deps): bump github.com/klauspost/compress from 1.16.0 to 1.16.3
|
||||
* build(deps): bump github.com/fatih/color from 1.14.1 to 1.15.0
|
||||
* update containerd (1.7.0)
|
||||
* build(deps): bump github.com/containerd/nydus-snapshotter
|
||||
* build(deps): bump github.com/containerd/containerd
|
||||
* build(deps): bump github.com/containerd/containerd
|
||||
* Drop dependency on ctr/commands
|
||||
* Drop dependency on ctr/commands/content
|
||||
* Drop dependency on ctr/commands/tasks
|
||||
* remote snapshotters: migrate to containerd-based label management
|
||||
* build(deps): bump github.com/containerd/containerd
|
||||
* Port Windows device support from containerd
|
||||
* build(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0
|
||||
* Add notation signing and verification
|
||||
* build(deps): bump golang.org/x/net from 0.7.0 to 0.8.0
|
||||
* handle container deps removal with postsop hooks
|
||||
* build(deps): bump github.com/containerd/containerd
|
||||
* Update naming of filter containers function && `container list` handler
|
||||
* build(deps): bump github.com/compose-spec/compose-go
|
||||
* build(deps): bump github.com/containerd/nydus-snapshotter
|
||||
* Fix `operation not permitted` with systemd-homed
|
||||
* build(deps): bump github.com/containerd/go-cni
|
||||
* build(deps): bump github.com/containerd/nydus-snapshotter
|
||||
* feat: resolve special ip host-gateway
|
||||
* cmd/compose: add support for profiles
|
||||
* refactor(container-list): separate main logic out of printing logic
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 05:39:54 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%global import_path %{provider_prefix}
|
||||
|
||||
Name: nerdctl
|
||||
Version: 1.2.1
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Docker-compatible CLI for containerd
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abf6a7b42708e9602beb7b840f84249938d9594a3d505fbe397761cf1bd3353c
|
||||
size 3583836
|
||||
oid sha256:971d026dd4716e4ea4b0c462214e3f92e4650ab8dd7d67c30453c480b00fb5e4
|
||||
size 3558744
|
||||
|
Loading…
Reference in New Issue
Block a user