diff options
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 9e201ecb4..51ac92979 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,100 @@ +- Changelog for v1.4.4 (2019-07-02) + * Fix release notes + * Ensure locks are freed when ctr/pod creation fails + * Update release notes for 1.4.4 + * stats: use runtime.NumCPU when percpu counters are not available + * cgroups: fix times conversion + * Update to containers/storage v1.12.13 + * rootless: do not join namespace if it has already euid == 0 + * Exclude SIGTERM from blocked signals for pause process. + * Remove umount command from remote client. + * rootless: enable linger if /run/user/UID not exists + * Makefile: set GO111MODULE=off + * libpod removal from main (phase 2) + * runtime: do not attempt to use global conf file + * runtime: use GetRootlessUID() to get rootless uid + * Remove refs to crio/conmon + * Handle images which contain no layers + * Add tests that we don't hit errors with layerless images + * stats: fix cgroup path for rootless containers + * pkg, cgroups: add initial support for cgroup v2 + * util: drop IsCgroup2UnifiedMode and use it from cgroups + * vendor: drop github.com/containerd/cgroups + * libpod: use pkg/cgroups instead of containerd/cgroups + * pkg: new package cgroups + * Remove unnecessary blackfriday dependency + * libpod: fix hang on container start and attach + * podman: clarify the format of --detach-keys argument + * libpod: specify a detach keys sequence in libpod.conf + * Fix parsing of the --tmpfs option + * Fix crash for when remote host IP or Username is not set in conf file & conf file exists. + * Bump gitvalidation epoch + * Bump to v1.4.4-dev + * Cirrus: More tests to verify cache_images + * Update release notes for 1.4.3 release + * remove libpod from main + +- Changelog for v1.4.3 (2019-06-25) + * Update 'generate kube' tests to verify YAML + * Use a different method to retrieve YAML output in tests + * update dependencies + * Fix tests + * Change Marshal -> Unmarshal in generate kube tests + * Add test for generate kube on a pod with ports + * Only include ports in one container in Kube YAML + * Support aliases for .Src and .Dst in inspect .Mounts + * Fix a segfault in 'podman ps --sync' + * migrate to go-modules + * Makefile: add go-get function + * rootless: add an entry to /etc/hosts when using slirp4netns + * libpod.conf: add runtime crun + * Fix configs location in rootless tutorial. + * Add additional debugging when refreshing locks + * Fix gofmt + * Adjust names to match struct tags in Inspect + * Fix inspect --format '{{.Mounts}}. + * runtime.go: Add /usr/local/{s,}bin + * include make podman target in install instructions + * Add /usr/local/{s,}bin to conmon paths + * update cirrus image + * Update conmon to include attach socket unlink + * Add --latest, -l to 'podman diff' + * Build cgo files with -Wall -Werror + * Add some missing periods to the readme + * fix bug creats directory copying file + * Support Reproducible Builds by removing build path + * Support SOURCE_DATE_EPOCH + * Properly initialize container OCI runtime + * vendor containers/storage v1.12.11 + * Handle containers whose OCIRuntime fields are paths + * Properly handle OCI runtime being set to a path + * add windows bridge format + * Make configuration validation not require a DB commit + * Avoid a read-write transaction on DB init + * Fix execvp uage in rootless_linux.c + * Handle possible asprintf failure in rootless_linux.c + * Fix format specifiers in rootless_linux.c + * Print container's OCI runtime in `inspect` + * Make a missing OCI runtime nonfatal + * Begin adding support for multiple OCI runtimes + * docs: add note to system migrate + * Fix documentation for log-driver + * Minor roadmap adjustment in README + * Spoof json-file logging support + * Add tests for cached and delegated mounts + * Vendor in logrus v1.4.2 + * Add RUN with priv'd command build test + * Bump gitvalidation epoch + * Bump to v1.4.3-dev + * fix broken healthcheck tests + * Allow (but ignore) Cached and Delegated volume options + * Fix example in oci-hooks.5.md + * First pass rootless tutorial + * Correctly identify the defaults for cgroup-manager + * Cirrus: Fix F30 ssh guarantee + * Cirrus: Add support for testing F30 + * Bump gate-container up to F30 + - Changelog for v1.4.2 (2019-06-18) * Update release notes for Podman 1.4.2 * updating podman logo files |