Skip to content

Podman v5.5#197

Merged
k9withabone merged 16 commits intomainfrom
podman-v5.5
Mar 10, 2026
Merged

Podman v5.5#197
k9withabone merged 16 commits intomainfrom
podman-v5.5

Conversation

@k9withabone
Copy link
Copy Markdown
Member

Added support for options introduced in Podman v5.5.0.

Closes: #177

Added Podman version 5.5.0, 5.5.1, and 5.5.2 to
`podlet::quadlet::PodmanVersion`.

Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Added `podlet::quadlet::container::mount::Mount::Artifact` variant.

Added `podlet::quadlet::container::mount::{Artifact, DigestOrTitle}`
struct and enum respectively.

Used a flattened version of `Artifact`
(`podlet::quadlet::container::mount::ArtifactFlat`) for
(de)serilization as `digest` and `title` mount options cannot both be
used.

Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
In `podlet::quadlet::container`, moved the creation of `DowngradeError`s
from `impl Downgrade for Container` to the
`Container::remove_v*_*_options()` functions.

The `clippy::too_many_lines` lint was triggering for
`<Container as Downgrade>::downgrade()`.

Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Added `podlet::quadlet::{push_arg(), push_arg_display()}` based on
`podlet::quadlet::Pod::push_arg()`.

Changed
`podlet::quadlet::{Container, Kube, Network, Pod, Volume}::push_arg()`
to use the new functions.

Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
@k9withabone k9withabone added this to the v0.3.2 milestone Mar 10, 2026
@k9withabone k9withabone added the enhancement New feature or request label Mar 10, 2026
@k9withabone k9withabone linked an issue Mar 10, 2026 that may be closed by this pull request
20 tasks
Copy link
Copy Markdown
Collaborator

@TheRealBecks TheRealBecks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@k9withabone k9withabone merged commit 2a1de9c into main Mar 10, 2026
15 checks passed
@k9withabone k9withabone deleted the podman-v5.5 branch March 10, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Podman v5.5

2 participants