Hello community,

here is the log from the commit of package podman for openSUSE:Factory checked 
in at 2020-12-05 20:36:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/podman (Old)
 and      /work/SRC/openSUSE:Factory/.podman.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "podman"

Sat Dec  5 20:36:11 2020 rev:73 rq:852647 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/podman/podman.changes    2020-11-03 
15:59:34.794386626 +0100
+++ /work/SRC/openSUSE:Factory/.podman.new.5913/podman.changes  2020-12-05 
20:37:01.350699035 +0100
@@ -1,0 +2,145 @@
+Wed Dec  2 13:24:06 UTC 2020 - Richard Brown <rbr...@suse.com>
+
+- Update to v2.2.0
+ * Features
+  - Experimental support for shortname aliasing has been added. This is not 
enabled by default, but can be turned on by setting the environment variable 
CONTAINERS_SHORT_NAME_ALIASING to on. Documentation is available here and here.
+  - Initial support has been added for the podman network connect and podman 
network disconnect commands, which allow existing containers to modify what 
networks they are connected to. At present, these commands can only be used on 
running containers that did not specify --network=none when they were created.
+  - The podman run command now supports the --network-alias option to set 
network aliases (additional names the container can be accessed at from other 
containers via DNS if the dnsname CNI plugin is in use). Aliases can also be 
added and removed using the new podman network connect and podman network 
disconnect commands. Please note that this requires a new release (v1.1.0) of 
the dnsname plugin, and will only work on newly-created CNI networks.
+  - The podman generate kube command now features support for exporting 
container's memory and CPU limits (#7855).
+  - The podman play kube command now features support for setting CPU and 
Memory limits for containers (#7742).
+  - The podman play kube command now supports persistent volumes claims using 
Podman named volumes.
+  - The podman play kube command now supports Kubernetes configmaps via the 
--configmap option (#7567).
+  - The podman play kube command now supports a --log-driver option to set the 
log driver for created containers.
+  - The podman play kube command now supports a --start option, enabled by 
default, to start the pod after creating it. This allows for podman play kube 
to be more easily used in systemd unitfiles.
+  - The podman network create command now supports the --ipv6 option to enable 
dual-stack IPv6 networking for created networks (#7302).
+  - The podman inspect command can now inspect pods, networks, and volumes, in 
addition to containers and images (#6757).
+  - The --mount option for podman run and podman create now supports a new 
type, image, to mount the contents of an image into the container at a given 
location.
+  - The Bash and ZSH completions have been completely reworked and have 
received significant enhancements! Additionally, support for Fish completions 
and completions for the podman-remote executable have been added.
+  - The --log-opt option for podman create and podman run now supports the 
max-size option to set the maximum size for a container's logs (#7434).
+  - The --network option to the podman pod create command now allows pods to 
be configured to use slirp4netns networking, even when run as root (#6097).
+  - The podman pod stop, podman pod pause, podman pod unpause, and podman pod 
kill commands now work on multiple containers in parallel and should be 
significantly faster.
+  - The podman search command now supports a --list-tags option to list all 
available tags for a single image in a single repository.
+  - The podman search command can now output JSON using the --format=json 
option.
+  - The podman diff and podman mount commands now work with all containers in 
the storage library, including those not created by Podman. This allows them to 
be used with Buildah and CRI-O containers.
+  - The podman container exists command now features a --external option to 
check if a container exists not just in Podman, but also in the storage 
library. This will allow Podman to identify Buildah and CRI-O containers.
+  - The --tls-verify and --authfile options have been enabled for use with 
remote Podman.
+  - The /etc/hosts file now includes the container's name and hostname (both 
pointing to localhost) when the container is run with --net=none (#8095).
+  - The podman events command now supports filtering events based on the 
labels of the container they occurred on using the --filter label=key=value 
option.
+  - The podman volume ls command now supports filtering volumes based on their 
labels using the --filter label=key=value option.
+  - The --volume and --mount options to podman run and podman create now 
support two new mount propagation options, unbindable and runbindable.
+  - The name and id filters for podman pod ps now match based on a regular 
expression, instead of requiring an exact match.
+  - The podman pod ps command now supports a new filter status, that matches 
pods in a certain state.
+ * Changes
+  - The podman network rm --force command will now also remove pods that are 
using the network (#7791).
+  - The podman volume rm, podman network rm, and podman pod rm commands now 
return exit code 1 if the object specified for removal does not exist, and exit 
code 2 if the object is in use and the --force option was not given.
+  - If /dev/fuse is passed into Podman containers as a device, Podman will 
open it before starting the container to ensure that the kernel module is 
loaded on the host and the device is usable in the container.
+  - Global Podman options that were not supported with remote operation have 
been removed from podman-remote (e.g. --cgroup-manager, --storage-driver).
+  - Many errors have been changed to remove repetition and be more clear as to 
what has gone wrong.
+  - The --storage option to podman rm is now enabled by default, with slightly 
changed semantics. If the given container does not exist in Podman but does 
exist in the storage library, it will be removed even without the --storage 
option. If the container exists in Podman it will be removed normally. The 
--storage option for podman rm is now deprecated and will be removed in a 
future release.
+  - The --storage option to podman ps has been renamed to --external. An alias 
has been added so the old form of the option will continue to work.
+  - Podman now delays the SIGTERM and SIGINT signals during container creation 
to ensure that Podman is not stopped midway through creating a container 
resulting in potential resource leakage (#7941).
+  - The podman save command now strips signatures from images it is exporting, 
as the formats we export to do not support signatures (#7659).
+  - A new Degraded state has been added to pods. Pods that have some, but not 
all, of their containers running are now considered to be Degraded instead of 
Running.
+  - Podman will now print a warning when conflicting network options related 
to port forwarding (e.g. --publish and --net=host) are specified when creating 
a container.
+  - The --restart on-failure and --rm options for containers no longer 
conflict. When both are specified, the container will be restarted if it exits 
with a non-zero error code, and removed if it exits cleanly (#7906).
+  - Remote Podman will no longer use settings from the client's 
containers.conf; defaults will instead be provided by the server's 
containers.conf (#7657).
+  - The podman network rm command now has a new alias, podman network remove 
(#8402).
+ * Bugfixes
+  - Fixed a bug where podman load on the remote client did not error when 
attempting to load a directory, which is not yet supported for remote use.
+  - Fixed a bug where rootless Podman could hang when the newuidmap binary was 
not installed (#7776).
+  - Fixed a bug where the --pull option to podman run, podman create, and 
podman build did not match Docker's behavior.
+  - Fixed a bug where sysctl settings from the containers.conf configuration 
file were applied, even if the container did not join the namespace associated 
with a sysctl.
+  - Fixed a bug where Podman would not return the text of errors encounted 
when trying to run a healthcheck for a container.
+  - Fixed a bug where Podman was accidentally setting the containers 
environment variable in addition to the expected container environment variable.
+  - Fixed a bug where rootless Podman using CNI networking did not properly 
clean up DNS entries for removed containers (#7789).
+  - Fixed a bug where the podman untag --all command was not supported with 
remote Podman.
+  - Fixed a bug where the podman system service command could time out even if 
active attach connections were present (#7826).
+  - Fixed a bug where the podman system service command would sometimes never 
time out despite no active connections being present.
+  - Fixed a bug where Podman's handling of capabilities, specifically 
inheritable, did not match Docker's.
+  - Fixed a bug where podman run would fail if the image specified was a 
manifest list and had already been pulled (#7798).
+  - Fixed a bug where Podman did not take search registries into account when 
looking up images locally (#6381).
+  - Fixed a bug where the podman manifest inspect command would fail for 
images that had already been pulled (#7726).
+  - Fixed a bug where rootless Podman would not add supplemental GIDs to 
containers when when a user, but not a group, was set via the --user option to 
podman create and podman run and sufficient GIDs were available to add the 
groups (#7782).
+  - Fixed a bug where remote Podman commands did not properly handle cases 
where the user gave a name that could also be a short ID for a pod or container 
(#7837).
+  - Fixed a bug where podman image prune could leave images ready to be pruned 
after podman image prune was run (#7872).
+  - Fixed a bug where the podman logs command with the journald log driver 
would not read all available logs (#7476).
+  - Fixed a bug where the --rm and --restart options to podman create and 
podman run did not conflict when a restart policy that is not on-failure was 
chosen (#7878).
+  - Fixed a bug where the --format "table {{ .Field }}" option to numerous 
Podman commands ceased to function on Podman v2.0 and up.
+  - Fixed a bug where pods did not properly share an SELinux label between 
their containers, resulting in containers being unable to see the processes of 
other containers when the pod shared a PID namespace (#7886).
+  - Fixed a bug where the --namespace option to podman ps did not work with 
the remote client (#7903).
+  - Fixed a bug where rootless Podman incorrectly calculated the number of 
UIDs available in the container if multiple different ranges of UIDs were 
specified.
+  - Fixed a bug where the /etc/hosts file would not be correctly populated for 
containers in a user namespace (#7490).
+  - Fixed a bug where the podman network create and podman network remove 
commands could race when run in parallel, with unpredictable results (#7807).
+  - Fixed a bug where the -p option to podman run, podman create, and podman 
pod create would, when given only a single number (e.g. -p 80), assign the same 
port for both host and container, instead of generating a random host port 
(#7947).
+  - Fixed a bug where Podman containers did not properly store the cgroup 
manager they were created with, causing them to stop functioning after the 
cgroup manager was changed in containers.conf or with the --cgroup-manager 
option (#7830).
+  - Fixed a bug where the podman inspect command did not include information 
on the CNI networks a container was connected to if it was not running.
+  - Fixed a bug where the podman attach command would not print a newline 
after detaching from the container (#7751).
+  - Fixed a bug where the HOME environment variable was not set properly in 
containers when the --userns=keep-id option was set (#8004).
+  - Fixed a bug where the podman container restore command could panic when 
the container in question was in a pod (#8026).
+  - Fixed a bug where the output of the podman image trust show --raw command 
was not properly formatted.
+  - Fixed a bug where the podman runlabel command could panic if a label to 
run was not given (#8038).
+  - Fixed a bug where the podman run and podman start --attach commands would 
exit with an error when the user detached manually using the detach keys on 
remote Podman (#7979).
+  - Fixed a bug where rootless CNI networking did not use the dnsname CNI 
plugin if it was not available on the host, despite it always being available 
in the container used for rootless networking (#8040).
+  - Fixed a bug where Podman did not properly handle cases where an OCI 
runtime is specified by its full path, and could revert to using another OCI 
runtime with the same binary path that existed in the system $PATH on 
subsequent invocations.
+  - Fixed a bug where the --net=host option to podman create and podman run 
would cause the /etc/hosts file to be incorrectly populated (#8054).
+  - Fixed a bug where the podman inspect command did not include container 
network information when the container shared its network namespace (IE, joined 
a pod or another container's network namespace via --net=container:...) (#8073).
+  - Fixed a bug where the podman ps command did not include information on all 
ports a container was publishing.
+  - Fixed a bug where the podman build command incorrectly forwarded STDIN 
into build containers from RUN instructions.
+  - Fixed a bug where the podman wait command's --interval option did not work 
when units were not specified for the duration (#8088).
+  - Fixed a bug where the --detach-keys and --detach options could be passed 
to podman create despite having no effect (and not making sense in that 
context).
+  - Fixed a bug where Podman could not start containers if running on a system 
without a /etc/resolv.conf file (which occurs on some WSL2 images) (#8089).
+  - Fixed a bug where the --extract option to podman cp was nonfunctional.
+  - Fixed a bug where the --cidfile option to podman run would, when the 
container was not run with --detach, only create the file after the container 
exited (#8091).
+  - Fixed a bug where the podman images and podman images -a commands could 
panic and not list any images when certain improperly-formatted images were 
present in storage (#8148).
+  - Fixed a bug where the podman events command could, when the journald 
events backend was in use, become nonfunctional when a badly-formatted event or 
a log message that container certain string was present in the journal (#8125).
+  - Fixed a bug where remote Podman would, when using SSH transport, not 
authenticate to the server using hostkeys when connecting on a port other than 
22 (#8139).
+  - Fixed a bug where the podman attach command would not exit when containers 
stopped (#8154).
+  - Fixed a bug where Podman did not properly clean paths before verifying 
them, resulting in Podman refusing to start if the root or temporary 
directories were specified with extra trailing / characters (#8160).
+  - Fixed a bug where remote Podman did not support hashed hostnames in the 
known_hosts file on the host for establishing connections (#8159).
+  - Fixed a bug where the podman image exists command would return non-zero 
(false) when multiple potential matches for the given name existed.
+  - Fixed a bug where the podman manifest inspect command on images that are 
not manifest lists would error instead of inspecting the image (#8023).
+  - Fixed a bug where the podman system service command would fail if the 
directory the Unix socket was to be created inside did not exist (#8184).
+  - Fixed a bug where pods that shared the IPC namespace (which is done by 
default) did not share a /dev/shm filesystem between all containers in the pod 
(#8181).
+  - Fixed a bug where filters passed to podman volume list were not inclusive 
(#6765).
+  - Fixed a bug where the podman volume create command would fail when the 
volume's data directory already existed (as might occur when a volume was not 
completely removed) (#8253).
+  - Fixed a bug where the podman run and podman create commands would deadlock 
when trying to create a container that mounted the same named volume at 
multiple locations (e.g. podman run -v testvol:/test1 -v testvol:/test2) 
(#8221).
+  - Fixed a bug where the parsing of the --net option to podman build was 
incorrect (#8322).
+  - Fixed a bug where the podman build command would print the ID of the built 
image twice when using remote Podman (#8332).
+  - Fixed a bug where the podman stats command did not show memory limits for 
containers (#8265).
+  - Fixed a bug where the podman pod inspect command printed the static MAC 
address of the pod in a non-human-readable format (#8386).
+  - Fixed a bug where the --tls-verify option of the podman play kube command 
had its logic inverted (false would enforce the use of TLS, true would disable 
it).
+  - Fixed a bug where the podman network rm command would error when trying to 
remove macvlan networks and rootless CNI networks (#8491).
+  - Fixed a bug where Podman was not setting sane defaults for missing XDG_ 
environment variables.
+  - Fixed a bug where remote Podman would check if volume paths to be mounted 
in the container existed on the host, not the server (#8473).
+  - Fixed a bug where the podman manifest create and podman manifest add 
commands on local images would drop any images in the manifest not pulled by 
the host.
+  - Fixed a bug where networks made by podman network create did not include 
the tuning plugin, and as such did not support setting custom MAC addresses 
(#8385).
+  - Fixed a bug where container healthchecks did not use $PATH when searching 
for the Podman executable to run the healthcheck.
+  - Fixed a bug where the --ip-range option to podman network create did not 
properly handle non-classful subnets when calculating the last usable IP for 
DHCP assignment (#8448).
+  - Fixed a bug where the podman container ps alias for podman ps was missing 
(#8445).
+ * API
+  - The Compat Create endpoint for Container has received a major refactor to 
share more code with the Libpod Create endpoint, and should be significantly 
more stable.
+  - A Compat endpoint for exporting multiple images at once, GET /images/get, 
has been added (#7950).
+  - The Compat Network Connect and Network Disconnect endpoints have been 
added.
+  - Endpoints that deal with image registries now support a X-Registry-Config 
header to specify registry authentication configuration.
+  - The Compat Create endpoint for images now properly supports specifying 
images by digest.
+  - The Libpod Build endpoint for images now supports an httpproxy query 
parameter which, if set to true, will forward the server's HTTP proxy settings 
into the build container for RUN instructions.
+  - The Libpod Untag endpoint for images will now remove all tags for the 
given image if no repository and tag are specified for removal.
+  - Fixed a bug where the Ping endpoint misspelled a header name 
(Libpod-Buildha-Version instead of Libpod-Buildah-Version).
+  - Fixed a bug where the Ping endpoint sent an extra newline at the end of 
its response where Docker did not.
+  - Fixed a bug where the Compat Logs endpoint for containers did not send a 
newline character after each log line.
+  - Fixed a bug where the Compat Logs endpoint for containers would mangle 
line endings to change newline characters to add a preceding carriage return 
(#7942).
+  - Fixed a bug where the Compat Inspect endpoint for Containers did not 
properly list the container's stop signal (#7917).
+  - Fixed a bug where the Compat Inspect endpoint for Containers formatted the 
container's create time incorrectly (#7860).
+  - Fixed a bug where the Compat Inspect endpoint for Containers did not 
include the container's Path, Args, and Restart Count.
+  - Fixed a bug where the Compat Inspect endpoint for Containers prefixed 
added and dropped capabilities with CAP_ (Docker does not do so).
+  - Fixed a bug where the Compat Info endpoint for the Engine did not include 
configured registries.
+  - Fixed a bug where the server could panic if a client closed a connection 
midway through an image pull (#7896).
+  - Fixed a bug where the Compat Create endpoint for volumes returned an error 
when a volume with the same name already existed, instead of succeeding with a 
201 code (#7740).
+  - Fixed a bug where a client disconnecting from the Libpod or Compat events 
endpoints could result in the server using 100% CPU (#7946).
+  - Fixed a bug where the "no such image" error message sent by the Compat 
Inspect endpoint for Images returned a 404 status code with an error that was 
improperly formatted for Docker compatibility.
+  - Fixed a bug where the Compat Create endpoint for networks did not properly 
set a default for the driver parameter if it was not provided by the client.
+  - Fixed a bug where the Compat Inspect endpoint for images did not populate 
the RootFS field of the response.
+  - Fixed a bug where the Compat Inspect endpoint for images would omit the 
ParentId field if the image had no parent, and the Created field if the image 
did not have a creation time.
+  - Fixed a bug where the Compat Remove endpoint for Networks did not support 
the Force query parameter.
+
+-------------------------------------------------------------------

Old:
----
  podman-2.1.1.tar.xz

New:
----
  podman-2.2.0.tar.xz

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

Other differences:
------------------
++++++ podman.spec ++++++
--- /var/tmp/diff_new_pack.kOPz5B/_old  2020-12-05 20:37:02.190699888 +0100
+++ /var/tmp/diff_new_pack.kOPz5B/_new  2020-12-05 20:37:02.194699891 +0100
@@ -22,7 +22,7 @@
 %define with_libostree 1
 %endif
 Name:           podman
-Version:        2.1.1
+Version:        2.2.0
 Release:        0
 Summary:        Daemon-less container engine for managing containers, pods and 
images
 License:        Apache-2.0
@@ -140,9 +140,15 @@
 # Configs
 %dir %{_prefix}/lib/modules-load.d
 %{_prefix}/lib/modules-load.d/podman.conf
+%{_tmpfilesdir}/podman.conf
 # Completion
 %{_datadir}/bash-completion/completions/podman
+%{_datadir}/bash-completion/completions/podman-remote
 %{_datadir}/zsh/site-functions/_podman
+%{_datadir}/zsh/site-functions/_podman-remote
+%{_datadir}/fish/
+%{_datadir}/fish/vendor_completions.d/podman.fish
+%{_datadir}/fish/vendor_completions.d/podman-remote.fish
 %{_unitdir}/podman.service
 %{_unitdir}/podman.socket
 %{_unitdir}/podman-auto-update.service
@@ -167,6 +173,7 @@
 
 %post
 %service_add_post podman.service podman.socket
+%tmpfiles_create %{_tmpfilesdir}/podman.conf
 
 %preun
 %service_del_preun podman.service podman.socket

++++++ _service ++++++
--- /var/tmp/diff_new_pack.kOPz5B/_old  2020-12-05 20:37:02.238699936 +0100
+++ /var/tmp/diff_new_pack.kOPz5B/_new  2020-12-05 20:37:02.238699936 +0100
@@ -4,8 +4,8 @@
 <param name="url">https://github.com/containers/podman.git</param>
 <param name="scm">git</param>
 <param name="filename">podman</param>
-<param name="versionformat">2.1.1</param>
-<param name="revision">v2.1.1</param>
+<param name="versionformat">2.2.0</param>
+<param name="revision">v2.2.0</param>
 </service>
 
 <service name="set_version" mode="disabled">

++++++ podman-2.1.1.tar.xz -> podman-2.2.0.tar.xz ++++++
++++ 124460 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to