diff --git a/_service b/_service index 02ce5d5..69c9afa 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/containerd/nerdctl.git git - v2.0.2 + v2.0.3 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index f0f5f89..1a381a1 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containerd/nerdctl.git - 1220ce7ec2701d485a9b1beeea63dae3da134fb5 \ No newline at end of file + ce61fc403417afc22134627449a87a5ed299ac11 \ No newline at end of file diff --git a/nerdctl-2.0.2.tar.xz b/nerdctl-2.0.2.tar.xz deleted file mode 100644 index 97dd1fb..0000000 --- a/nerdctl-2.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5da301be8102f1e35de8b7538267ed14a7696df4daecc704d2654b6d1330a418 -size 1148932 diff --git a/nerdctl-2.0.3.tar.xz b/nerdctl-2.0.3.tar.xz new file mode 100644 index 0000000..6aef8b2 --- /dev/null +++ b/nerdctl-2.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46debbf8048e081d0e39b9c26105ffc2359e6024700c72c89381742901c0ecf8 +size 1161488 diff --git a/nerdctl.changes b/nerdctl.changes index dbad8e1..146b6e9 100644 --- a/nerdctl.changes +++ b/nerdctl.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Mon Jan 27 09:30:43 UTC 2025 - madhankumar.chellamuthu@suse.com + +- Update to version 2.0.3: + * update BuildKit (0.19.0) + * update containerd-fuse-overlayfs (2.1.1) + * update bypass4netns (0.4.2) + * update RootlessKit (2.3.2) + * update containerd (2.0.2) + * build(deps): bump github.com/rootless-containers/rootlesskit/v2 + * [doc] AppArmor profile setup for rootlesskit + * Correct `compose logs` command reference + * fix: save multiple images for the same image id to a tar archive + * build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 + * reset spec if update returned error + * build(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 + * test: Add an test for added logic to TestRunWithInvalidPortThenCleanUp + * fix: Add the logic to clean up an orphaned etchosts directory + * test: refactor TestRunWithInvalidPortThenCleanUp + * build(deps): bump github.com/containerd/containerd/v2 + * build(deps): bump the docker group with 2 updates + * build(deps): bump github.com/containerd/platforms + * build(deps): bump github.com/cyphar/filepath-securejoin + * Update containerd (1.7.25) in CI + * docs: Fix incorrect parameter description in documentation of nydus + * move vagrant CI to ubuntu 24.04 + * bump up github.com/containerd/go-cni to 1.1.12 + * build(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 + * build(deps): bump docker/setup-qemu-action from 3.2.0 to 3.3.0 + * build(deps): bump github.com/compose-spec/compose-go/v2 + * remove old cni 1.6.1 checksum file + * update runc (1.2.4) + * build(deps): bump the golang-x group with 4 updates + * update CNI plugins (1.6.2) + * build(deps): bump github.com/moby/term from 0.5.0 to 0.5.2 + * Refactor: Change function loadNetOpts from public to private + * Refactor: Encapsulate net opts loading in internalLabels + * Fix image inspect exit code on image not found error + * update:fix update pids-limit=0 error + * Fix duplicate image entries in k8s.io namespaces + * Add nerdctl build --add-host option support + * doc:add some doc for ulimit + * fix pull image process output from stderr to stdout + * build(deps): bump github.com/containerd/cgroups/v3 from 3.0.4 to 3.0.5 + * build(deps): bump golang.org/x/net in the golang-x group + * build(deps): bump the docker group with 2 updates + * Fix wrong commit sha for golangci action + * build(deps): bump github.com/cyphar/filepath-securejoin + * update containerd (2.0.1), runc (1.2.3), buildKit (0.18.2), stargz-snapshotter (0.16.3) + * build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 + * build(deps): bump golangci/golangci-lint-action + * build(deps): bump github.com/containerd/imgcrypt/v2 + * build(deps): bump github.com/containerd/containerd/v2 + * When the port is 443, also save credentials without port + * Remove spurious cache true, default for action/go + * Switch github actions to commit sha + * build(deps): bump the stargz group with 3 updates + * cp integration tests + * Rewrite cp + * build(deps): bump github.com/compose-spec/compose-go/v2 + * build(deps): bump github.com/containerd/nydus-snapshotter + * build(deps): bump golang.org/x/crypto in the golang-x group + * docs: add faq tips for buildkit cache folder + * 3432: Support --pull flag in nerdctl compose up + * build(deps): bump github.com/containerd/go-cni from 1.1.10 to 1.1.11 + * build(deps): bump tonistiigi/xx from 1.6.0 to 1.6.1 + ------------------------------------------------------------------- Mon Dec 16 08:31:13 UTC 2024 - madhankumar.chellamuthu@suse.com diff --git a/nerdctl.spec b/nerdctl.spec index f160bef..cca6d63 100644 --- a/nerdctl.spec +++ b/nerdctl.spec @@ -1,7 +1,7 @@ # # spec file for package nerdctl # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %global import_path %{provider_prefix} Name: nerdctl -Version: 2.0.2 +Version: 2.0.3 Release: 0 Summary: Docker-compatible CLI for containerd License: Apache-2.0 diff --git a/vendor.tar.xz b/vendor.tar.xz index 17d9307..9fdb9b6 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ecd86c4de0b78439b0b91ff0779d786a828b3f94180b0611e5a78aa2b0540ffb -size 3759544 +oid sha256:303a122ebaf8fe86c75f22eac4713a0f1c0ca314e44a22cf6c138ebd9b1ce3bf +size 3789028