diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-06 10:51:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 10:51:39 -0400 |
commit | 46d63910b8065d95f09cb47b7e5af613015824e3 (patch) | |
tree | f4511a23b4032a77ee3c1a03bc28dead67117b1d | |
parent | 1eb8f6cfadd8b1c71355d86cadb2d308e805c90b (diff) | |
parent | 9cd74a13c85852d77de531a51605f0f39e0a24bd (diff) | |
download | podman-46d63910b8065d95f09cb47b7e5af613015824e3.tar.gz podman-46d63910b8065d95f09cb47b7e5af613015824e3.tar.bz2 podman-46d63910b8065d95f09cb47b7e5af613015824e3.zip |
Merge pull request #14138 from Luap99/api-4.1
[CI:DOCS] update podman version in README and API docs
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/source/Reference.rst | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,7 @@ Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers. Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes. -* [Latest Version: 4.0.3](https://github.com/containers/podman/releases/tag/v4.0.3) +* [Latest Version: 4.1.0](https://github.com/containers/podman/releases/tag/v4.1.0) * Latest Remote client for Windows * Latest Remote client for macOS * Latest Static Remote client for Linux diff --git a/docs/source/Reference.rst b/docs/source/Reference.rst index dca49a559..7b3442201 100644 --- a/docs/source/Reference.rst +++ b/docs/source/Reference.rst @@ -7,6 +7,8 @@ Show the API documentation for version: * `latest (main branch) <_static/api.html>`_ +* `version 4.1 <_static/api.html?version=v4.1>`_ + * `version 4.0 <_static/api.html?version=v4.0>`_ * `version 3.4 <_static/api.html?version=v3.4>`_ |