-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes for v1.6.3 #4417
Release notes for v1.6.3 #4417
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mheon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@rhatdan @baude @TomSweeneyRedHat @vrothberg @haircommander PTAL and merge |
- Handling of the `libpod.conf` configuration file has seen major changes. Most significantly, rootless users will no longer automatically receive a complete configuration file when they first use Podman, and will instead only receive differences from the global configuration. | ||
- Initial support for the CNI DNS plugin, which allows containers to resolve the IPs of other containers via DNS name, has been added | ||
- Podman now supports anonymous named volumes, created by specifying only a destination to the `-v` flag to `podman create` and `podman run` | ||
- Named volumes now support `uid` and `gid` options in `--opt o=...` to set UID and GID of the created volume |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nalind Should mention something about pull by digest?
|
||
### Misc | ||
- Updated vendored containers/image library to v5.0 | ||
- Initial support for images using manifest lists has been added, though commands for directly interacting with manifests are still missing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can now pull directly by manifest, we just don't allow you to play with them yet.
RELEASE_NOTES.md
Outdated
### Features | ||
- Handling of the `libpod.conf` configuration file has seen major changes. Most significantly, rootless users will no longer automatically receive a complete configuration file when they first use Podman, and will instead only receive differences from the global configuration. | ||
- Initial support for the CNI DNS plugin, which allows containers to resolve the IPs of other containers via DNS name, has been added | ||
- Podman now supports anonymous named volumes, created by specifying only a destination to the `-v` flag to `podman create` and `podman run` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add 'commands' to the end here.
RELEASE_NOTES.md
Outdated
- Fixed a bug where `podman network create` would throw confusing errors when trying to create a volume with a name that already exists | ||
- Fixed a bug where Podman would not error if the `systemd` CGroup manager was specified, but systemd could not be contacted over DBus | ||
- Fixed a bug where image volumes were mounted `noexec` ([#4318](https://github.com/containers/libpod/issues/4318)) | ||
- Fixed a bug where the `podman stats` command required the name of a container to be given, instead of showing all containers when no container is specified ([#4274](https://github.com/containers/libpod/issues/4274)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/was specified/is specified/
RELEASE_NOTES.md
Outdated
- Updated vendored containers/image library to v5.0 | ||
- Initial support for images using manifest lists has been added, though commands for directly interacting with manifests are still missing | ||
- Support for pushing to and pulling from OSTree has been removed due to deprecation in the containers/image library | ||
- Rootless Podman no longer enables linger on systems with systemd as init by default. As such, containers will now be killed when the user who ran them logs out, unless linger is explicitly enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you talk about how linger could be reenabled?
Signed-off-by: Matthew Heon <[email protected]>
1d60631
to
1abd1a6
Compare
Updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/lgtm |
As the title says.
This targets the v1.6 branch for now, we can cherry pick into master after release.