Accepting request 917154 from devel:kubic

- require runc >= 1.0.1

- Update to version 3.3.1:
  * Bugfixes
    - Fixed a bug where unit files created by podman generate systemd could 
      not cleanup shut down containers when stopped by systemctl stop (#11304).
    - Fixed a bug where podman machine commands would not properly locate 
      the gvproxy binary in some circumstances.
    - Fixed a bug where containers created as part of a pod using the 
      --pod-id-file option would not join the pod's network namespace (#11303).
    - Fixed a bug where Podman, when using the systemd cgroups driver, 
      could sometimes leak dbus sessions.
    - Fixed a bug where the until filter to podman logs and podman events 
      was improperly handled, requiring input to be negated (#11158).
    - Fixed a bug where rootless containers using CNI networking run on 
      systems using systemd-resolved for DNS would fail to start if resolved 
      symlinked /etc/resolv.conf to an absolute path (#11358).
  * API
    - A large number of potential file descriptor leaks from improperly closing 
      client connections have been fixed.

- Revert crun change due to crun having exclusive arch targets
  that would drop podman support in PPC and IBM Z

- Update to version 3.3.0:
  * Fix network aliases with network id
  * machine: compute sha256 as we read the image file
  * machine: check for file exists instead of listing directory
  * pkg/bindings/images.nTar(): slashify hdr.Name values
  * Volumes: Only remove from DB if plugin removal succeeds

OBS-URL: https://build.opensuse.org/request/show/917154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=85
This commit is contained in:
2021-09-09 21:07:23 +00:00
committed by Git OBS Bridge
parent 10897e73cc
commit 9e01233ad7
6 changed files with 79 additions and 16 deletions

View File

@@ -1,3 +1,65 @@
-------------------------------------------------------------------
Thu Sep 2 22:37:06 UTC 2021 - Michael Ströder <michael@stroeder.com>
- require runc >= 1.0.1
-------------------------------------------------------------------
Tue Aug 31 05:57:57 UTC 2021 - michael@stroeder.com
- Update to version 3.3.1:
* Bugfixes
- Fixed a bug where unit files created by podman generate systemd could
not cleanup shut down containers when stopped by systemctl stop (#11304).
- Fixed a bug where podman machine commands would not properly locate
the gvproxy binary in some circumstances.
- Fixed a bug where containers created as part of a pod using the
--pod-id-file option would not join the pod's network namespace (#11303).
- Fixed a bug where Podman, when using the systemd cgroups driver,
could sometimes leak dbus sessions.
- Fixed a bug where the until filter to podman logs and podman events
was improperly handled, requiring input to be negated (#11158).
- Fixed a bug where rootless containers using CNI networking run on
systems using systemd-resolved for DNS would fail to start if resolved
symlinked /etc/resolv.conf to an absolute path (#11358).
* API
- A large number of potential file descriptor leaks from improperly closing
client connections have been fixed.
-------------------------------------------------------------------
Mon Aug 23 10:36:00 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Revert crun change due to crun having exclusive arch targets
that would drop podman support in PPC and IBM Z
-------------------------------------------------------------------
Fri Aug 20 20:58:22 UTC 2021 - michael@stroeder.com
- Update to version 3.3.0:
* Fix network aliases with network id
* machine: compute sha256 as we read the image file
* machine: check for file exists instead of listing directory
* pkg/bindings/images.nTar(): slashify hdr.Name values
* Volumes: Only remove from DB if plugin removal succeeds
* For compatibility, ignore Content-Type
* [v3.3] Bump c/image 5.15.2, buildah v1.22.3
* Implement SD-NOTIFY proxy in conmon
* Fix rootless cni dns without systemd stub resolver
* fix rootlessport flake
* Skip stats test in CGv1 container environments
* Fix AVC denials in tests of volume mounts
* Restore buildah-bud test requiring new images
* Revert ".cirrus.yml: use fresh images for all VMs"
* Fix device tests using ls test files
* Enhance priv. dev. check
* Workaround host availability of /dev/kvm
* Skip cgroup-parent test due to frequent flakes
* Cirrus: Fix not uploading logformatter html
-------------------------------------------------------------------
Fri Aug 13 11:26:44 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Switch to crun (bsc#1188914)
-------------------------------------------------------------------
Sat Jul 17 16:37:58 UTC 2021 - michael@stroeder.com