------------------------------------------------------------------- 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 - Update to version 1.2.1: * update containerd (1.6.19) * update Kubo (0.18.1) * update Nydus (2.1.4) * update BuildKit (0.11.3) * build(deps): bump github.com/klauspost/compress from 1.15.15 to 1.16.0 * build(deps): bump github.com/containerd/containerd - Add _service file ------------------------------------------------------------------- Sat Dec 17 13:38:00 UTC 2022 - contact@marknefedov.dev - Update to version 1.1.0: * nerdctl compose: * New commands: nerdctl compose (stop|restart|rm|images|exec|pause|unpause|top|port) * New flags: nerdctl compose ps --format=json * New YAML properties: x-nerdctl-{verify,cosign-public-key,sign,cosign-private-key} * nerdctl image convert: * New estargz flags: --estargz-min-chunk-size=, --estargz-external-toc, --estargz-keep-diff-id * New zstd flags: --zstdchunked-record-in, --zstdchunked-compression-level, --zstdchunked-chunk-size * Support OverlayBD (--overlaybd, --overlaybd-fs-type, --overlaybd-dbstr * nerdctl network rm: * Support removing a network by ID * nerdctl-full: * Update containerd (1.6.12), fuse-overlayfs (1.10), RootlessKit (1.1.0), Kubo (0.17.0), Stargz Snapshotter (0.13.0), BuildKit (0.10.6) ------------------------------------------------------------------- Sat Nov 12 20:24:02 UTC 2022 - contact@marknefedov.dev - Update to version 1.0.0: * nerdctl run * Add --log-driver=syslog * Add --log-opt=log-path= option for json-file logging drivers * Add --mac-address flag * Support --pid=container: * nerdctl build: * Support --build-arg args without explicit value * Support --output=DIR as an alias of --output type=local,dest= * nerdctl compose: * Add nerdctl compose version command * nerdctl-full: * Update imgcrypt (1.1.7), BuildKit (0.10.5), stargz-snapshotter (0.12.1), Kubo (0.16.0) ------------------------------------------------------------------- Fri Apr 22 12:25:02 UTC 2022 - rpm@fthiessen.de - Update to version 0.19.0: * Add nerdctl cp command * nerdctl run: * seccomp: relax restrictions depending on --cap-add * Add --init flag for enabling tini * nerdctl build: Fix content digest ... not found for multi-platform images * nerdctl push: Add --ipfs-address flag to push to a remote IPFS node * nerdctl inspect: Add --type=(container|image) flag * nerdctl container inspect: Add Mounts field for Docker compatibility * nerdctl image inspect: Fix the format of Created field for Docker compatibility * nerdctl volume rm: Refuse removing volumes in use - Update to version 0.18.0: * nerdctl build: Support using containerd worker, for efficiency and for supporting local base images * nerdctl network create: Switch away from CNI isolation plugin to firewall plugin (>= 1.1.0), with ingressPolicy * nerdctl run: * Support automatic host port assignment for nerdctl run -p * Add --ip option * nerdctl namespace: Add nerdctl namespace (create|inspect|remove|update) commands * nerdctl push: Add --allow-nondistributable-artifacts option * Update to use Go 1.18 - Update to version 0.17.1: * nerdctl network create: * Add --driver=(macvlan|ipvlan) * Add --ipam-driver=dhcp - Update to version 0.17.0: * Rootless containers can be now executed without slirp4netns overhead. * nerdctl run: * Support bypass4netns to bypass slirp4netns overhead: nerdctl run --label nerdctl/bypass4netns=true * Add nerdctl run --mount * nerdctl images: Show blob sizes * nerdctl history: Add nerdctl history command * Compose: Support multi compose files * Kata: Support CNI networking for Kata - Update to version 0.16.0: * Support nerdctl.toml for global configuration * nerdctl pull, nerdctl push, nerdctl login: Support /etc/containerd/certs.d//hosts.toml (~/.config/containerd/certs.d//hosts.toml) for configuring certs * nerdctl run: * Add --verify=cosign and --cosign-key=KEY flags for cosign integration * Automatically generate a container name from the image name * Add --cpuset-mems, --cpu-quota, and --cpu-period options * Add --rdt-class option for Intel RDT classes * nerdctl commit: * Add --pause=false option * Support overriding ENTRYPOINT with --change option * nerdctl ipfs registry: Add --read-retry-num and --read-timeout options * nerdctl build: * Add --label option * Add a dummy --rm option * nerdctl create: Add nerdctl create command * nerdctl network rm: Remove bridge network interface * nerdctl compose: * Support specifying service name for nerdctl compose pull/push * Support labels in nerdctl compose up --build * Support specifying subnets * Add --services, --volumes, and --hash options for nerdctl compose config * Add nerdctl compose kill command - Update to version 0.15.0: * nerdctl pull: * Support verifying Cosign signatures: nerdctl pull --verify=cosign * Support OverlayBD * Add --quiet option (#599, thanks to @Junnplus) * nerdctl push: Support signing Cosign signatures: nerdctl push --sign=cosign * nerdctl build: Add --iidfile option * nerdctl commit: Add --change 'CMD ["foo", "bar"]' option * nerdctl load: Support loading gzipped archive * nerdctl image convert: Add --zstdchunked option * nerdctl exec: Add --user option * nerdctl ps: Add --latest and --last options * nerdctl stats: Support showing network I/O stats on cgroup v2 hosts * nerdctl compose: * Add nerdctl compose up --scale option * Add nerdctl compose config command * Support ulimits * Support interpolating host env vars ------------------------------------------------------------------- Tue Nov 23 10:53:55 UTC 2021 - Richard Brown - Initial Packaging