diff options
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index c2c2a8ce9..8508d0d1c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,113 @@ +- Changelog for v1.6.1 (2019-10-02) + * Update release notes for v1.6.1 + * Bump gitvalidation epoch + * Bump to v1.6.1-dev + * rootless: allow cgroupfs manager on cgroups v2 + * system tests: reenable skipped tests + +- Changelog for v1.6.1-rc1 (2019-10-02) + * rootless: set DBUS_SESSION_BUS_ADDRESS if it is not set + * install.md: add libbtrfs-dev for Debian build + * Bump github.com/onsi/gomega from 1.5.0 to 1.7.0 + * Cirrus: Show names/versions of critical packages + * network: add workaround for slirp4netns --enable-sandbox issue + * rootless: do not attempt a CNI refresh + * Bump github.com/containernetworking/plugins from 0.8.1 to 0.8.2 + * network: hide EPERM warning when rootless + * networking: fix segfault when slirp4netns is missing + * Bump gitvalidation epoch + * Bump to v1.6.1-dev + * Move derivitive doc so it won't be treated as a manpage + * catatonit: clone and build + * bump catatonit to v0.1.4 + +- Changelog for v1.6.0 (2019-09-30) + * info: add cgroups2 + * Finalize release notes for 1.6.0 final + * Bump github.com/onsi/ginkgo from 1.8.0 to 1.10.1 + * Bump github.com/docker/docker-credential-helpers from 0.6.2 to 0.6.3 + * Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 + * Bump github.com/uber/jaeger-client-go + * Bump github.com/spf13/pflag from 1.0.3 to 1.0.5 + * update c/storage to v1.13.4 + * Cirrus: Minor, fix env. var. intention + * new examples added updated two examples with supported CMD and ENTRYPOINT syntax. + * new testcase for podman import --change added + * syntax updated for podman import --change + * Correct use of reexec.Init() + * Add a missing escape in the Makefile + * Change ginkgo Wait() to Eventually() test + * Set log-level immediately, before rootless setup + * Cirrus: Implement newly built VM images + * Add README note about security reporting process. + * Cirrus: Disable boottime Ubuntu package update + * Move noCache logic lower in stack + * cirrus: Add bash-completion support + * Add an error for pods without a name + * Make links relative in Tutorial README + * docs/podman-derivative-api.md: New file + * fix cp none exists dest path ends with '/' + * Dockerfile.fedora: install packages to build catatonit + * README: add Communications section + * drop OWNERS link for CONTRIBUTING.md + * Bump gitvalidation epoch + * Bump to v1.6.0-dev + * Handle conflict between volumes and --read-only-tmpfs + * Cirrus: Upload windows MSI release file + * conditionally send stdin on remote run + * Cirrus: VM Image accounting doc update + * Force a CNI Delete on refreshing containers + * Document the required varlink build args + * Update mac_client link + * Cirrus: Fail early on CI script unit test + * Unconditionally remove conmon files before starting + +- Changelog for v1.6.0-rc2 (2019-09-24) + * Add release notes for new-in-RC2 changes + * system tests: run test: reenable and fix + * play kube: Only support pod kind in k8s yaml + * runtime: fix logic to disable SDNotify + * add list mount tests + * Make netns bind mount shared + * Add Kata Containers support + * rootless: Rearrange setup of rootless containers + * Document the 'system' event types for 'podman events' + * Cirrus: Add upload_snap to success dependencies + * Cirrus: Add snapcraft credentials + * Cirrus: Upload snap only on merges to master + * Cirrus: Push snap continuously + * exec: set HOME also with exec sessions + * execuser: look at the source for /etc/{passwd,group} overrides + * We need to convert libpod.conf files in user homedir for cgroupv2 + * Cirrus: Temporarily disable testing on Ubuntu 19 + * Cirrus: disable Evil Units in base-images + * Cirrus: Add latest ubuntu + * Cirrus: More podbot/success improvements + * Cirrus: Fix success script + * Cirrus: Update podbot credentials + * container: make sure $HOME is always set + * Move rootless and Mac to Tutorials page + * fix trivial type for event logger + * Support podman-remote help on windows + * Clean destination paths during mount generation + * tests: use crun package + * Add a note on systemd shortcomings in rootless containers + * support non-standard ssh port for remote-client + * Add links to the Mac tutorial in the main tutorial + * Vendor c/storage 1.13.3 + * System-test: Temporarily disable 030-run + * Fix exit code failure + * exec: fix --preserve-fds + * networking: use --enable-sandbox if available + * Add 'relabel' to --mount options + * Bump Gitvalidation epoch + * Bump to v1.6.0-dev + * Unmounting a container that is already unmounted is OK + * Check for rootless before checking cgroups version in spec_test. + * Skip spec_test for rootless envs without cgroup v2. + * fix unit test to use Expect + * Cirrus: Prevent resident pollution + - Changelog for v1.6.0-rc1 (2019-09-16) * Fix default to pause in podman cp * Update release notes for v1.6.0 |