Skip to content

Commit 2e387df

Browse files
committed
Add release notes for v5.0.0-rc7
Signed-off-by: Matt Heon <[email protected]>
1 parent ad413ee commit 2e387df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE_NOTES.md

+2
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@
8383
- A new API endpoint, `/libpod/images/$name/resolve`, has been added to resolve a (potential) short name to a list of fully-qualified image references Podman which could be used to pull the image.
8484
- Fixed a bug where the List API for Images did not properly handle filters and would discard all but the last listed filter.
8585
- Fixed a bug in the Docker Create API for Containers where entries from `/etc/hosts` were copied into create containers, resulting in incompatibility with network aliases.
86+
- Fixed a bug in the Libpod and Docker Exec APIs for Containers which caused incorrect header values to be set when upgrading a connection for an interactive exec session.
8687
- The API bindings have been refactored to reduce code size, leading to smaller binaries ([#17167](https://github.com/containers/podman/issues/17167)).
8788

8889
### Misc
8990
- Failed image pulls will now generate an event including the error.
91+
- The gzip compression library used for sending build contexts, improving performance for remote `podman build`.
9092
- Updated Buildah to v1.35.0
9193
- Updated the containers/image library to v5.30.0
9294
- Updated the containers/storage library to v1.53.0

0 commit comments

Comments
 (0)