Skip to content

[0.1.0] - 2023-04-14

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 23:20
· 246 commits to main since this release
902e50b

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