Accepting request 884637 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/884637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=77
This commit is contained in:
2021-04-15 14:57:05 +00:00
committed by Git OBS Bridge
parent 981f5e3d28
commit f4b4b807f1
6 changed files with 45 additions and 24 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Apr 09 16:55:51 UTC 2021 - alexandre.vicenzi@suse.com
- Update to version 3.1.0:
* Bump to v3.1.0
* Fix test failure
* Update release notes for v3.1.0 final release
* [NO TESTS NEEDED] Turn on podman-remote build --isolation
* Fix long option format on docs.podman.io
* Fix containers list/prune http api filter behaviour
* [CI:DOCS] Add note to mappings for user/group userns in build
* Validate passed in timezone from tz option
* Generate Kubernetes PersistentVolumeClaims from named volumes
* libpod/image: unit tests: use a `registries.conf` for aliases
- Require systemd 241 or newer due to podman dependency go-systemd v22,
otherwise build will fail with unknown C name errors
-------------------------------------------------------------------
Mon Mar 29 16:29:46 UTC 2021 - Frederic Crozat <fcrozat@suse.com>