diff options
author | Matthew Heon <mheon@redhat.com> | 2021-12-06 16:00:44 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-12-06 16:00:44 -0500 |
commit | 014bbdb40a8a91ea59b8e4953c843ad4c4a69156 (patch) | |
tree | a8007cc755dc588312474bf27a1e996381731a9b | |
parent | 50bc223a2cc5632c7498925edbe6de12198629b8 (diff) | |
download | podman-014bbdb40a8a91ea59b8e4953c843ad4c4a69156.tar.gz podman-014bbdb40a8a91ea59b8e4953c843ad4c4a69156.tar.bz2 podman-014bbdb40a8a91ea59b8e4953c843ad4c4a69156.zip |
Add library bumps to release notes
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f1e1b89e9..b7579af03 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -38,6 +38,8 @@ - Fixed a bug where the Compat List endpoint for Images included manifest lists (and not just images) in returned results ([#12453](https://github.com/containers/podman/issues/12453)). ### Misc +- Updated the containers/image library to v5.17.0 +- Updated the containers/storage library to v1.37.0 - Podman now builds by default with cgo enabled on OS X, resolving some issues with SSH ([#10737](https://github.com/containers/podman/issues/10737)). ## 3.4.2 |