summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-14 17:44:08 +0200
committerGitHub <noreply@github.com>2020-04-14 17:44:08 +0200
commit01c5915a52d6e5d23ad08fd1fcce38dba20f67db (patch)
tree2238dd084f7d5a5289f0735da4bea34fff75e902 /RELEASE_NOTES.md
parent246ee9320114e6adefabe0c8d5f5fc22d948cf31 (diff)
parent548645e75bf39777fe42f4c06a90f05ea4017a18 (diff)
downloadpodman-01c5915a52d6e5d23ad08fd1fcce38dba20f67db.tar.gz
podman-01c5915a52d6e5d23ad08fd1fcce38dba20f67db.tar.bz2
podman-01c5915a52d6e5d23ad08fd1fcce38dba20f67db.zip
Merge pull request #5809 from mheon/release_notes_1.9.0_rc2
[CI:DOCS] Update release notes for v1.9.0-RC2
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 246a4db04..aef66545f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -18,9 +18,11 @@
- Fixed a bug where `podman play kube` would not properly handle container-only port mappings ([#5610](https://github.com/containers/libpod/issues/5610))
- Fixed a bug where the `podman container prune` command was not pruning containers in the `created` and `configured` states
- Fixed a bug where Podman was not properly removing CNI IP address allocations after a reboot ([#5433](https://github.com/containers/libpod/issues/5433))
+- Fixed a bug where Podman was not properly applying the default Seccomp profile when `--security-opt` was not given at the command line
### HTTP API
-- Many Libpod API endpoints have been added, including `Changes`, `Checkpoint`, and `Restore`
+- Many Libpod API endpoints have been added, including `Changes`, `Checkpoint`, `Init`, and `Restore`
+- Resolved issues where the `podman system service` command would time out and exit while there were still active connections
- Stability overall has greatly improved as we prepare the API for a beta release soon with Podman 2.0
### Misc