Accepting request 860983 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/860983 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=74
This commit is contained in:
parent
bcebdd5c4a
commit
29d76f0404
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">https://github.com/containers/podman.git</param>
|
<param name="url">https://github.com/containers/podman.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">podman</param>
|
<param name="filename">podman</param>
|
||||||
<param name="versionformat">2.2.0</param>
|
<param name="versionformat">2.2.1</param>
|
||||||
<param name="revision">v2.2.0</param>
|
<param name="revision">v2.2.1</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58f5ef48c1d4480a16d0f29789ce87fd85999aebeb09d02812f8f2decfd0f3f0
|
|
||||||
size 5617408
|
|
3
podman-2.2.1.tar.xz
Normal file
3
podman-2.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c2470aef742aba369f1ffb409c81f1e3f4c0cfaba02590384ed0cdedde858c4
|
||||||
|
size 5621768
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 5 18:14:52 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- Update to v2.2.1
|
||||||
|
* Changes
|
||||||
|
- Due to a conflict with a previously-removed field, we were forced to
|
||||||
|
modify the way image volumes (mounting images into containers using
|
||||||
|
--mount type=image) were handled in the database.
|
||||||
|
As a result, containers created in Podman 2.2.0 with image volume
|
||||||
|
will not have them in v2.2.1, and these containers will need to be re-created.
|
||||||
|
* Bugfixes
|
||||||
|
- Fixed a bug where rootless Podman would, on systems without the
|
||||||
|
XDG_RUNTIME_DIR environment variable defined, use an incorrect path
|
||||||
|
for the PID file of the Podman pause process, causing Podman to fail
|
||||||
|
to start (#8539).
|
||||||
|
- Fixed a bug where containers created using Podman v1.7 and earlier were
|
||||||
|
unusable in Podman due to JSON decode errors (#8613).
|
||||||
|
- Fixed a bug where Podman could retrieve invalid cgroup paths, instead
|
||||||
|
of erroring, for containers that were not running.
|
||||||
|
- Fixed a bug where the podman system reset command would print a warning
|
||||||
|
about a duplicate shutdown handler being registered.
|
||||||
|
- Fixed a bug where rootless Podman would attempt to mount sysfs in
|
||||||
|
circumstances where it was not allowed; some OCI runtimes (notably
|
||||||
|
crun) would fall back to alternatives and not fail, but others
|
||||||
|
(notably runc) would fail to run containers.
|
||||||
|
- Fixed a bug where the podman run and podman create commands would fail
|
||||||
|
to create containers from untagged images (#8558).
|
||||||
|
- Fixed a bug where remote Podman would prompt for a password even when
|
||||||
|
the server did not support password authentication (#8498).
|
||||||
|
- Fixed a bug where the podman exec command did not move the Conmon
|
||||||
|
process for the exec session into the correct cgroup.
|
||||||
|
- Fixed a bug where shell completion for the ancestor option to
|
||||||
|
podman ps --filter did not work correctly.
|
||||||
|
- Fixed a bug where detached containers would not properly clean themselves
|
||||||
|
up (or remove themselves if --rm was set) if the Podman command that
|
||||||
|
created them was invoked with --log-level=debug.
|
||||||
|
* API
|
||||||
|
- Fixed a bug where the Compat Create endpoint for Containers did not
|
||||||
|
properly handle the Binds and Mounts parameters in HostConfig.
|
||||||
|
- Fixed a bug where the Compat Create endpoint for Containers
|
||||||
|
ignored the Name query parameter.
|
||||||
|
- Fixed a bug where the Compat Create endpoint for Containers did not
|
||||||
|
properly handle the "default" value for NetworkMode (this value is
|
||||||
|
used extensively by docker-compose) (#8544).
|
||||||
|
- Fixed a bug where the Compat Build endpoint for Images would sometimes
|
||||||
|
incorrectly use the target query parameter as the image's tag.
|
||||||
|
* Misc
|
||||||
|
- Podman v2.2.0 vendored a non-released, custom version of the
|
||||||
|
github.com/spf13/cobra package; this has been reverted to the latest
|
||||||
|
upstream release to aid in packaging.
|
||||||
|
- Updated the containers/image library to v5.9.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 2 13:24:06 UTC 2020 - Richard Brown <rbrown@suse.com>
|
Wed Dec 2 13:24:06 UTC 2020 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define with_libostree 1
|
%define with_libostree 1
|
||||||
%endif
|
%endif
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 2.2.0
|
Version: 2.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Daemon-less container engine for managing containers, pods and images
|
Summary: Daemon-less container engine for managing containers, pods and images
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user