Merge pull request #16485 from ashley-cui/updatemain

[CI:DOCS] Update Main: Release notes for 4.3.1
This commit is contained in:
OpenShift Merge Robot
2022-11-11 14:08:31 +00:00
committed by GitHub

View File

@ -1,5 +1,12 @@
# Release Notes # Release Notes
## 4.3.1
### Bugfixes
- Fixed a deadlock between the `podman ps` and `podman container inspect` commands
### Misc
- Updated the containers/image library to v5.23.1
## 4.3.0 ## 4.3.0
### Features ### Features
- A new command, `podman generate spec`, has been added, which creates a JSON struct based on a given container that can be used with the Podman REST API to create containers. - A new command, `podman generate spec`, has been added, which creates a JSON struct based on a given container that can be used with the Podman REST API to create containers.