diff --git a/_service b/_service index aa032e6..25a525b 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/containerd/nerdctl.git git - v1.5.0 + v1.6.0 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index ce1e5f9..83d0d3d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containerd/nerdctl.git - b33a58f288bc42351404a016e694190b897cd252 \ No newline at end of file + 5f39d76139344b8aac6fd03cbe0fa2fd50f89929 \ No newline at end of file diff --git a/nerdctl-1.5.0.tar.xz b/nerdctl-1.5.0.tar.xz deleted file mode 100644 index 5cea3c2..0000000 --- a/nerdctl-1.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bee4333dd919312670fd575f7bd030d81b0e1bee27f4b1afcab57c4dbbdbadd -size 392540 diff --git a/nerdctl-1.6.0.tar.xz b/nerdctl-1.6.0.tar.xz new file mode 100644 index 0000000..0c12f24 --- /dev/null +++ b/nerdctl-1.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a44d820b2fea72c92b0c0994edaebec5875bc7c763d10df0284473d8fc751d +size 362016 diff --git a/nerdctl.changes b/nerdctl.changes index a070778..3ba380a 100644 --- a/nerdctl.changes +++ b/nerdctl.changes @@ -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 diff --git a/nerdctl.spec b/nerdctl.spec index 72cdeda..87fdc71 100644 --- a/nerdctl.spec +++ b/nerdctl.spec @@ -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 diff --git a/vendor.tar.xz b/vendor.tar.xz index a624fe3..a33ec90 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5fcbf25bf71506c179fe101f492cf58764513e7be08067d835817ee4965f263f -size 3589728 +oid sha256:abc834aef6ae8f24fbc888e71b39792a8ee2a06129b0223c095978f5b59fa100 +size 3681728