diff options
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 3dadcb0b3..0ec721996 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,65 @@ +- Changelog for v2.1.0 (2020-09-22): + * Update release notes for v2.1.0 Final Release + * Fix up attach tests for podman remote + * update stale bot + * [CI:DOCS] Add 'In Progress' note to CONTRIBUTING.md + * Restore 'id' stanza in pull results + * Fix podman image unmount to only report images unmounted + * libpod: bumps up rootless-cni-infra to 2 + * stats: log errors instead of sending 500 + * Fix incorrect parsing of create/run --volumes-from + * rootless-cni-infra: fix flakiness during bringing up lo interface + * Fix handling of podman-remote stop --ignore + * Refactor version handling in cmd tree + * Preserve groups in exec sessions in ctrs with --user + * Install bats as root + * Makefile: Fix broken libpodimage targets + * stats: detect closed client connection + * stats endpoint: write OK header once + * handle the play kube and generate kube for with restartPolicy + * fix the .Path and .Args when use the infra-command + * Update nix pin with `make nixpkgs` + * fix a typo of login.1.md + * Bump github.com/rootless-containers/rootlesskit from 0.10.0 to 0.10.1 + * enable --iidfile for podman-remote build + * update github.com/docker/docker and relevant deps + * Make Go builds more consistent + * dependabot-dance: new tool for managing revendor PRs + * WIP: Fix remote logs + +- Changelog for v2.1.0-rc2 (2020-09-17) + * Update release notes for Podman v2.1.0-RC2 + * Fix play_kube_test deployment template + * fix missing completion in podman run + * Bump k8s.io/apimachinery from 0.19.1 to 0.19.2 + * image list: return all associated names + * Add labels to a pod created via play kube + * Refactor remote pull to provide progress + * --mount: support arbitrary mount-argument order + * Fix podman pod create --infra-command and --infra-image + * Fix "rootless-cni-infra + runc fails with ENODEV" + * podman version and --version: fix format, exit + * Supports import&run--signature-policy + * Fix CI breakage due to PR collision + * [CI:DOCS]update owners file + * Refactor API version values + * Fix --systemd=always regression + * Correct HTTP methods for /containers/{id}/archive + * events endpoint: header: do not wait for events + * run/create: record raw image + * rootless CNI: extract env and cmd from image + * libpod: rootless CNI image: use quay + * move `rootless-cni-infra` image to quay.io + * vendor github.com/containers/image/v5@v5.6.0 + * podman wait accept args > 1 + * Usability: prevent "-l" with arguments + * Document the connection path for podman --remote + * Refactor API build endpoint to be more compliant + * pull types allow initial caps + * Determine if resolv.conf points to systemd-resolved + * Bump to v2.1.0-dev + * Fix completions for namespaces + - Changelog for v2.1.0-rc1 (2020-09-11) * Add release notes for Podman v2.1.0-RC1 * Vendor in containers/buildah 1.16.1 |