Accepting request 1115740 from devel:microos

OBS-URL: https://build.opensuse.org/request/show/1115740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nerdctl?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2023-10-05 18:04:43 +00:00 committed by Git OBS Bridge
commit 4a514346d5
7 changed files with 99 additions and 8 deletions

View File

@ -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.5.0</param>
<param name="revision">v1.6.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/containerd/nerdctl.git</param>
<param name="changesrevision">b33a58f288bc42351404a016e694190b897cd252</param></service></servicedata>
<param name="changesrevision">5f39d76139344b8aac6fd03cbe0fa2fd50f89929</param></service></servicedata>

BIN
nerdctl-1.5.0.tar.xz (Stored with Git LFS)

Binary file not shown.

3
nerdctl-1.6.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89a44d820b2fea72c92b0c0994edaebec5875bc7c763d10df0284473d8fc751d
size 362016

View File

@ -1,3 +1,94 @@
-------------------------------------------------------------------
Wed Sep 27 06:21:54 UTC 2023 - danish.prakash@suse.com
- Update to version 1.6.0:
* nerdctl version: skip inspecting rootless daemon if the daemon is not running
* docs: add SOCI snapshotter guideline in README.md
* build(deps): bump github.com/klauspost/compress from 1.16.7 to 1.17.0
* build(deps): bump gotest.tools/v3 from 3.5.0 to 3.5.1
* update containerd (1.7.6)
* feat: support push with soci
* nerdctl compose cp: support rootless
* compose: silence "build.config should be relative path" warning
* Implement `nerdctl compose exec -T`
* docs: fix docs for supported quiet flag of push command
* build(deps): bump github.com/opencontainers/image-spec
* add feature nerdctl compose cp
* build(deps): bump github.com/containerd/nydus-snapshotter
* seccomp: rename "default" to "builtin" to follow Docker 23
* update golangci-lint (1.54.2)
* update soci-snapshotter (0.4.0)
* update Nydus (2.2.3)
* update Kubo (0.22.0)
* update fuse-overlayfs (1.13)
* update slirp4netns (1.2.1)
* update RootlessKit (1.1.1)
* update imgcrypt (1.1.8)
* update BuildKit (0.12.2)
* update containerd (1.7.6)
* build(deps): bump github.com/containerd/containerd from 1.7.5 to 1.7.6
* build(deps): bump docker/login-action from 2.2.0 to 3.0.0
* build(deps): bump docker/setup-qemu-action from 2 to 3
* build(deps): bump docker/metadata-action from 4.6.0 to 5.0.0
* build(deps): bump docker/setup-buildx-action from 2 to 3
* build(deps): bump docker/build-push-action from 4.2.1 to 5.0.0
* build(deps): bump github.com/compose-spec/compose-go
* remove useless option from containerd-rootless-setuptool
* build(deps): bump docker/build-push-action from 4.1.1 to 4.2.1
* MAINTAINERS: add Kay Yan (yankay) as a REVIEWER
* fix bash completion of volume rm
* build(deps): bump github.com/cyphar/filepath-securejoin
* adjust writers fmt
* fix container_create_windows_test
* add missing zero-length list check
* build(deps): bump github.com/docker/cli
* build(deps): bump github.com/docker/docker
* build(deps): bump golang.org/x/net from 0.14.0 to 0.15.0
* build(deps): bump golang.org/x/term from 0.11.0 to 0.12.0
* build(deps): bump golang.org/x/text from 0.12.0 to 0.13.0
* build(deps): bump golang.org/x/sys from 0.11.0 to 0.12.0
* build(deps): bump actions/checkout from 3.6.0 to 4.0.0
* fix nerdctl run -v when host folder does not exist for bind mounts
* build(deps): bump github.com/awslabs/soci-snapshotter
* Makefile: install docs
* Makefile: fix overriding GO command
* Makefile: add GO_BUILD_FLAGS variable
* Makefile: derive BINDIR from PREFIX
* fix: grammatical errors
* fix: succeeded typo
* build(deps): bump github.com/containerd/containerd from 1.7.3 to 1.7.5
* build(deps): bump actions/checkout from 3.5.3 to 3.6.0
* Support copying out of volumes in stopped containers
* Fix typo
* pkg/version: fulfill fields from `debug/buildinfo`
* Fix usage of `errors.Join`
* build(deps): bump github.com/compose-spec/compose-go
* build(deps): bump github.com/containerd/imgcrypt from 1.1.7 to 1.1.8
* build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
* support test integration docker 23 compatibility
* support volume create anonymous
* update runc (1.1.9)
* Remove dependency on github.com/hashicorp/go-multierror
* build(deps): bump github.com/compose-spec/compose-go
* build(deps): bump github.com/tidwall/gjson from 1.15.0 to 1.16.0
* Update to Go 1.21 in CI
* build(deps): bump github.com/fahedouch/go-logrotate from 0.1.3 to 0.2.0
* FreeBSD: Linux Container Support and BuildKit Integration
* build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0
* CI: Windows: enable Hyper-V containers
* fix attach help is messed up
* build(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0
* CI: move Windows tests to GHA
* CI: move FreeBSD tests to GHA
* test-integration-docker-compatibility: install Docker 20.10
* build(deps): bump github.com/coreos/go-iptables from 0.6.0 to 0.7.0
* .cirrus.yml: fix FreeBSD CI failure
* build(deps): bump golang.org/x/net from 0.12.0 to 0.13.0
* feat: add 'nerdctl container attach'
* Bump containerd to 1.7.3
* Remove special case for Windows when mounting view
* Add lease to prevent containerd GC
-------------------------------------------------------------------
Tue Aug 08 12:58:24 UTC 2023 - andrea.manzini@suse.com

View File

@ -24,7 +24,7 @@
%global import_path %{provider_prefix}
Name: nerdctl
Version: 1.5.0
Version: 1.6.0
Release: 0
Summary: Docker-compatible CLI for containerd
License: Apache-2.0

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.