Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nerdctl for openSUSE:Factory checked 
in at 2022-04-23 00:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nerdctl (Old)
 and      /work/SRC/openSUSE:Factory/.nerdctl.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nerdctl"

Sat Apr 23 00:25:19 2022 rev:2 rq:972194 version:0.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nerdctl/nerdctl.changes  2021-11-25 
23:05:45.389275632 +0100
+++ /work/SRC/openSUSE:Factory/.nerdctl.new.1538/nerdctl.changes        
2022-04-23 00:25:47.315769299 +0200
@@ -1,0 +2,87 @@
+Fri Apr 22 12:25:02 UTC 2022 - r...@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/<HOST:PORT>/hosts.toml
+    (~/.config/containerd/certs.d/<HOST:PORT>/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
+
+-------------------------------------------------------------------

Old:
----
  nerdctl-0.14.0.tar.gz

New:
----
  nerdctl-0.19.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nerdctl.spec ++++++
--- /var/tmp/diff_new_pack.dJK7Bx/_old  2022-04-23 00:25:48.139769884 +0200
+++ /var/tmp/diff_new_pack.dJK7Bx/_new  2022-04-23 00:25:48.147769890 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nerdctl
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %global provider        github
 %global provider_tld    com
 %global project         containerd
@@ -23,19 +24,19 @@
 %global import_path     %{provider_prefix}
 
 Name:           nerdctl
-Version:        0.14.0
+Version:        0.19.0
 Release:        0
 Summary:        Docker-compatible CLI for containerd
 License:        Apache-2.0
 URL:            https://github.com/containerd/nerdctl
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
-BuildRequires:  golang(API) >= 1.13
-Requires:       rootlesskit >= 0.10.0
-Requires:       slirp4netns >= 0.4.0
-Requires:       containerd
+BuildRequires:  golang(API) >= 1.18
 Requires:      buildkit
 Requires:       cni-plugins
+Requires:       containerd
+Requires:       rootlesskit >= 1.0.0
+Requires:       slirp4netns >= 0.4.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ _service ++++++
--- /var/tmp/diff_new_pack.dJK7Bx/_old  2022-04-23 00:25:48.179769913 +0200
+++ /var/tmp/diff_new_pack.dJK7Bx/_new  2022-04-23 00:25:48.183769916 +0200
@@ -4,7 +4,7 @@
     <param name="url">https://github.com/containerd/nerdctl.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.14.0</param>
+    <param name="revision">v0.19.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.dJK7Bx/_old  2022-04-23 00:25:48.199769927 +0200
+++ /var/tmp/diff_new_pack.dJK7Bx/_new  2022-04-23 00:25:48.203769930 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/containerd/nerdctl.git</param>
-              <param 
name="changesrevision">fe8bbcb780a8cb0249fe8b3aac1a4e4ac1ccd9ad</param></service></servicedata>
+              <param 
name="changesrevision">c94a967a2c481c24c1305d0a816d71fccbd97344</param></service></servicedata>
 (No newline at EOF)
 

++++++ nerdctl-0.14.0.tar.gz -> nerdctl-0.19.0.tar.gz ++++++
++++ 27370 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/nerdctl/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.nerdctl.new.1538/vendor.tar.gz differ: char 5, line 
1

Reply via email to