Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package podlet for openSUSE:Factory checked in at 2026-05-19 17:49:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/podlet (Old) and /work/SRC/openSUSE:Factory/.podlet.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "podlet" Tue May 19 17:49:25 2026 rev:4 rq:1353928 version:0.3.2~0 Changes: -------- --- /work/SRC/openSUSE:Factory/podlet/podlet.changes 2026-02-03 21:34:02.523025302 +0100 +++ /work/SRC/openSUSE:Factory/.podlet.new.1966/podlet.changes 2026-05-19 17:49:44.683067480 +0200 @@ -1,0 +2,157 @@ +Tue May 19 05:02:48 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 0.3.2~0: + Another large release for Podlet! I know I said in the previous + release notes that future releases would be smaller, but this + release is a bit of an exception because it brings Podlet up to + date with the latest version of Podman (v5.8.2 at the time of + writing). + * Highlights + - Support for Quadlet options introduced in Podman v5.3.0 + (#186), v5.4.0 (#195), v5.5.0 (#197), v5.6.0 (#198), v5.7.0 + (#199), and v5.8.0 (#205). Including support for creating + .artifact Quadlet files with podlet podman artifact pull and + .quadlets files. + - New top-level CLI options: + - podlet --part-of + - podlet --service-name + - podlet --disable-default-quadlet-dependencies + - podlet --no-start-with-pod + - podlet --upheld-by + - podlet --upholds + - podlet --quadlets-file + * Features + - Add --part-of option (#192) by @dododedodonl in #192. + - Added a podlet --part-of option similar to --requires. + - (container) Add AddHost= Quadlet option. + - (container) Add CgroupsMode= Quadlet option. + - (container) Add HealthLogDestination= Quadlet option. + - (container) Add HealthMaxLogCount= Quadlet option. + - (container) Add HealthMaxLogSize= Quadlet option. + - (compose) Support network_mode: "service:service_name". + - Podman v5.3.0 added support for specifying .container files + - for the Network= container Quadlet option. + - The network_mode: "service:service_name" Compose service + option is now converted to Network=service_name.container. + - (pod) Add AddHost= Quadlet option. + - (pod) Add DNS= Quadlet option. + - (pod) Add DNSOption= Quadlet option. + - (pod) Add DNSSearch= Quadlet option. + - (pod) Add GIDMap= Quadlet option. + - (pod) Add IP= Quadlet option. + - (pod) Add IP6= Quadlet option. + - (pod) Add SubGIDMap= Quadlet option. + - (pod) Add SubUIDMap= Quadlet option. + - (pod) Add UIDMap= Quadlet option. + - (pod) Add UserNS= Quadlet option. + - (build) Support setting ImageTag= Quadlet option multiple times. + - Improved error message when converting from a Compose file + and an image tag is not provided in the service's build + section. (#173) + - Add podlet --service-name option. + - Sets the ServiceName= Quadlet option which changes the name + of the systemd service Quadlet generates. + - Can only be used when generating a single Quadlet file. + - Add podlet --disable-default-quadlet-dependencies flag. + - Sets DefaultDependencies=false in the [Quadlet] section. + - (container) Add podlet --no-start-with-pod flag. + - Sets StartWithPod=false in the [Container] section. + - (container) Add subpath volume mount option. + - (container) Add podman run --hosts-file option. + - (container) Add podman run --no-hostname option. + - (pod) Add ShmSize= Quadlet option. + - (pod) Add podman pod create --hosts-file option. + - (pod) Add podman pod create --no-hostname option. + - (container) Add artifact mount type. + - (container) Add Memory= Quadlet option. + - (container) Add Retry= Quadlet option. + - (container) Add RetryDelay= Quadlet option. + - (pod) Add HostName= Quadlet option. + - (image) Add Retry= Quadlet option. + - (image) Add RetryDelay= Quadlet option. + - (build) Add Retry= Quadlet option. + - (build) Add RetryDelay= Quadlet option. + - (build) Add podman build --inherit-labels option. + - (install) Add podlet --upheld-by option. + - (unit) Add podlet --upholds option. + - Add podman --cdi-spec-dir global option. + - (container) Add dest as alias for destination mount option. + - (container) Add name artifact mount option. + - (pod) Add Label= Quadlet option. + - (pod) Add ExitPolicy= Quadlet option. + - (volume) Add podman volume create --uid option. + - (volume) Add podman volume create --gid option. + - (image) Add Policy= Quadlet option. + - (network) Add InterfaceName= Quadlet option. + - (compose) Support pids_limit when converting to k8s. + - Sets the io.podman.annotations.pids-limit/{container_name} + annotation in the pod metadata. + - (compose) Support cpuset when converting to k8s. + - Sets the io.podman.annotations.cpuset/{container_name} + annotation in the pod metadata. + - (compose) Support stop_signal when converting to k8s. + - Sets the container's lifecycle.stopSignal field. + - (container) Add HttpProxy= Quadlet option. + - (container) Add podman run --creds option. + - (container) Add podman run --cert-dir option. + - (build) Add BuildArg= Quadlet option. + - (build) Add IgnoreFile= Quadlet option. + - (kube) Support setting Yaml= Quadlet option multiple times. + - (kube) Add podman kube play --no-pod-prefix flag. + - (artifact) Generate .artifact Quadlet file from command. + - Added the podlet podman artifact pull subcommand. + - Change stdout output to .quadlets file format. + - Changed the comment at the beginning of each file, e.g. + from # test.container to # FileName=test. + - Add podlet --quadlets-file option. + - Creates a single .quadlets file instead of multiple Quadlet + files. + - The file can be used with podman quadlet install. + - (container) Add AppArmor= Quadlet option. + * Security + - (maintainers) Add maintainers list. + - Added MAINTAINERS.md at the request of the Podman + maintainers. It contains contact information for reporting + security vulnerabilities if the reporter does not have a + GitHub account. + - (security) Direct security reports to maintainers. (#183) + - Changed the security policy at the request of the Podman + maintainers to direct security vulnerability reports to the + Podlet maintainers. + * Bug Fixes + - Support setting podman run --detach=True by @TheRealBecks. + (#174) + - Escape quotes and backslashes when quoting whitespace by + @pipex. (#202) + * Documentation + - (contributing) Add Discord channels. (#180) + - Added the Podlet channels on the Podman Discord to the + communication section of CONTRIBUTING.md. + - (readme) Copy communication section to readme. + - Copied the communication from CONTRIBUTING.md to README.md + to make it more visible. + - (readme) Update demo, features, and usage. + * Tests + - Refactor tests to return Result. + * Refactor + - Make podlet::quadlet::File fields non-optional. + - Move cli::{service, unit} to quadlet. + - Push downgrade errors into functions. + - Unify push_arg() impls. + * Miscellaneous + - Add Podman v5.3 to Podman versions. + - Added Podman versions 5.3.0, 5.3.1, and 5.3.2. + - Add Podman v5.4 to Podman versions. + - Added Podman versions 5.4.0, 5.4.1, and 5.4.2. + - Add Podman v5.5 to Podman versions. + - Added Podman versions 5.5.0, 5.5.1, and 5.5.2. + - Add Podman v5.6 to Podman versions. + - Added Podman versions 5.6.0, 5.6.1, and 5.6.2. + - Add Podman v5.7 to Podman versions. + - Added Podman versions 5.7.0 and 5.7.1. + - Add Podman v5.8 to Podman versions. + - Added Podman versions 5.8.0, 5.8.1, and 5.8.2. + - (deps) Update dependencies. + - (ci/release) Update dist. + +------------------------------------------------------------------- Old: ---- podlet-0.3.1~0.obscpio New: ---- podlet-0.3.2~0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ podlet.spec ++++++ --- /var/tmp/diff_new_pack.NqVv2f/_old 2026-05-19 17:49:45.711110840 +0200 +++ /var/tmp/diff_new_pack.NqVv2f/_new 2026-05-19 17:49:45.719111177 +0200 @@ -17,7 +17,7 @@ Name: podlet -Version: 0.3.1~0 +Version: 0.3.2~0 Release: 0 Summary: Podman quadlet generator License: MPL-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.NqVv2f/_old 2026-05-19 17:49:45.771113371 +0200 +++ /var/tmp/diff_new_pack.NqVv2f/_new 2026-05-19 17:49:45.791114214 +0200 @@ -1,9 +1,9 @@ <services> <service mode="manual" name="obs_scm"> - <param name="url">https://github.com/k9withabone/podlet</param> + <param name="url">https://github.com/k9withabone/podlet.git</param> <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param> <param name="scm">git</param> - <param name="revision">v0.3.1</param> + <param name="revision">v0.3.2</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.NqVv2f/_old 2026-05-19 17:49:45.827115733 +0200 +++ /var/tmp/diff_new_pack.NqVv2f/_new 2026-05-19 17:49:45.831115901 +0200 @@ -1,6 +1,8 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/k9withabone/podlet</param> - <param name="changesrevision">ca463af859931a9a43688d869eae5fe3a95e7143</param></service></servicedata> + <param name="changesrevision">ca463af859931a9a43688d869eae5fe3a95e7143</param></service><service name="tar_scm"> + <param name="url">https://github.com/k9withabone/podlet.git</param> + <param name="changesrevision">47ec1bdfe26878cc8f403a64ca8aad489c1698d3</param></service></servicedata> (No newline at EOF) ++++++ podlet-0.3.1~0.obscpio -> podlet-0.3.2~0.obscpio ++++++ ++++ 8046 lines of diff (skipped) ++++++ podlet.obsinfo ++++++ --- /var/tmp/diff_new_pack.NqVv2f/_old 2026-05-19 17:49:46.179130579 +0200 +++ /var/tmp/diff_new_pack.NqVv2f/_new 2026-05-19 17:49:46.195131255 +0200 @@ -1,5 +1,5 @@ name: podlet -version: 0.3.1~0 -mtime: 1770051867 -commit: ca463af859931a9a43688d869eae5fe3a95e7143 +version: 0.3.2~0 +mtime: 1779123199 +commit: 47ec1bdfe26878cc8f403a64ca8aad489c1698d3 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/podlet/vendor.tar.zst /work/SRC/openSUSE:Factory/.podlet.new.1966/vendor.tar.zst differ: char 7, line 1
