forked from pool/podman
Accepting request 1140764 from home:danishprakash:branches:devel:microos
Update to version 4.9.0 OBS-URL: https://build.opensuse.org/request/show/1140764 OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=45
This commit is contained in:
parent
4387772598
commit
4e16aa5178
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/containers/podman.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v4.8.3</param>
|
||||
<param name="revision">v4.9.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/podman.git</param>
|
||||
<param name="changesrevision">85dc30df56566a654700722a4dd190e1b9680ee7</param></service></servicedata>
|
||||
<param name="changesrevision">f7c7b0a7e437b6d4849a9fb48e0e779c3100e337</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56ae3e3a03014e7877bc2d8e8c08042f67a7e9abb28444de013d64e208708f72
|
||||
size 13435624
|
3
podman-4.9.0.tar.xz
Normal file
3
podman-4.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1f5926935142d72250a399472a218908ada301ea39f9e814de2724b276b6465
|
||||
size 13429096
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 23 06:19:07 UTC 2024 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 4.9.0:
|
||||
* Bump to v4.9.0
|
||||
* Fix a small grammar error in RELEASE_NOTES.md
|
||||
* Fix push endpoint stream
|
||||
* Finalized release notes for v4.9.0
|
||||
* farm build: push built images to registry
|
||||
* Move the --farm flag to farm build command
|
||||
* Clean up farm-build miscommit
|
||||
* [CI:DOCS] Add podman farm build doc
|
||||
* Add release notes for v4.9.0
|
||||
* gvproxy: Update to 0.7.2 release
|
||||
* [v4.9] Bump Buildah to v1.33.3, c/common to v0.57.2, c/image to v5.29.1
|
||||
* Add a net health recovery service to Qemu machines
|
||||
* Set up podman machine remote user correctly
|
||||
* Remove Libpod special-init conditions
|
||||
* Fix `podman system reset` with external containers
|
||||
* [v4.8] podman kube play: fix broken annotation parsing
|
||||
* feat: disable pid max in the podman machine
|
||||
* systests: cp: add wait_for_ready
|
||||
* System tests: fixes for RHEL8 gating failures
|
||||
* Add API forwarding support for HyperV
|
||||
* bump to v4.8.4-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 04 05:59:42 UTC 2024 - danish.prakash@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d}
|
||||
%define project github.com/containers/podman
|
||||
Name: podman
|
||||
Version: 4.8.3
|
||||
Version: 4.9.0
|
||||
Release: 0
|
||||
Summary: Daemon-less container engine for managing containers, pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user