cargo podlet 0.1.0
[0.1.0] - 2023-04-14

latest releases: 0.2.4, 0.2.3, 0.2.2...
13 months ago

Release Notes

The initial release of podlet! Designed for podman v4.5.0 and newer.

Initial Features

  • Create quadlet files:
    • .container - podman run
    • .kube - podman kube play
    • .network - podman network create
    • .volume - podman volume create
  • Write to stdout, or to a file.
    • The file name, if not provided, is pulled from the container name or image, kube file, or network or volume name.
  • Options for common systemd unit options
    • [Unit]
      • Description=
      • Wants=
      • Requires=
      • Before=
      • After=
    • [Service]
      • Restart=
    • [Install]
      • WantedBy=
      • RequiredBy=

Download podlet 0.1.0

target kind download
aarch64-apple-darwin tarball podlet-v0.1.0-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball podlet-v0.1.0-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball podlet-v0.1.0-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball podlet-v0.1.0-x86_64-unknown-linux-gnu.tar.xz

Don't miss a new podlet release

NewReleases is sending notifications on new releases.