summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-31 07:30:45 -0800
committerGitHub <noreply@github.com>2020-01-31 07:30:45 -0800
commitc29273e84f98e67589d8adcb7ab8d142d4563cd3 (patch)
tree9afd0dfae364334670a56158afbf7495e8cf2192
parent36af2833f954e1c822b917ecff45c05858188c2d (diff)
parent68031f93918a6a9b7560fcc0d132ee64b85bc1c7 (diff)
downloadpodman-c29273e84f98e67589d8adcb7ab8d142d4563cd3.tar.gz
podman-c29273e84f98e67589d8adcb7ab8d142d4563cd3.tar.bz2
podman-c29273e84f98e67589d8adcb7ab8d142d4563cd3.zip
Merge pull request #5037 from mheon/release_notes_1.8.0
[CI:DOCS] Minor update to release notes
-rw-r--r--RELEASE_NOTES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d2b875967..d961b713e 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,7 +2,7 @@
## 1.8.0
### Features
-- The `podman service` command has been added, providing a preview of Podman's new Docker-compatible API. This is still very early, and not yet ready for use, but is available for early testing
+- The `podman service` command has been added, providing a preview of Podman's new Docker-compatible API. This API is still very new, and not yet ready for production use, but is available for early testing
- Rootless Podman now uses Rootlesskit for port forwarding, which should greatly improve performance and capabilities
- The `podman untag` command has been added to remove tags from images without deleting them
- The `podman inspect` command on images now displays previous names they used
@@ -28,6 +28,7 @@
- Fixed a bug where named volumes created with containers from pre-1.6.3 releases of Podman would be autoremoved with their containers if the `--rm` flag was given, even if they were given names ([#5009](https://github.com/containers/libpod/issues/5009))
- Fixed a bug where `podman history` was not computing image sizes correctly ([#4916](https://github.com/containers/libpod/issues/4916))
- Fixed a bug where Podman would not error on invalid values to the `--sort` flag to `podman images`
+- Fixed a bug where providing a name for the image made by `podman commit` was mandatory, not optional as it should be ([#5027](https://github.com/containers/libpod/issues/5027))
### Misc
- Initial work on version 2 of the Podman remote API has been merged, but is still in an alpha state and not ready for use. Read more [here](https://podman.io/releases/2020/01/17/podman-new-api.html)