Podman-py

Latest version: v3.1.2.1

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 9

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)

1.4.2

* updating podman logo files
* fix port -l timing with healthchecks
* Bump Buildah to v1.9.0
* Swap to using the on-disk spec for inspect mounts
* Replace podman.svg; closes 3350
* cmd, docs, test: fix some typos
* run BATS tests in Cirrus
* Move the Config portion of Inspect into libpod
* Add remote client logging to a file
* Fix subgidname option in docs for podman run
* stop/kill: inproper state errors: s/in state/is in state/
* test: add test for logs -f
* kill: print ID and state for non-running containers
* API.md: fix few typos
* docs/podamn.1.md: fix typo: remove double the
* CONTRIBUTING.md: fix typo
* Remove unnecessary var type to fix lint warning
* Move installPrefix and etcDir into runtime.go
* Improve DESTDIR/PREFIX/ETCDIR handling
* Bump gitvalidation epoch
* Bump to v1.4.2-dev
* Change container command to contained
* Cirrus: Simplify log collection commands
* Accidently removed /run/lock from systemd mounts
* Add warning while untagging an image podman-load
* podman copy files to the volume with a container

- Changelog for v1.4.1 (2019-06-14)
* Completely disable global options test

1.4.1

* Skip runlabel global options test for podman-in-podman
* pkg/apparmor: fix when AA is disabled
* Fix ENV parsing on `podman import`
* Fix storage-opts type in Cobra
* Use the logical registry location instead of the physical one in (podman info)
* Update containers/image to v2.0.0, and buildah to v1.8.4
* Document exit codes for podman exec
* Add --storage flag to 'podman rm' (local only)
* When creating exit command, pass storage options on
* Bump cirrus images
* Mention the new Podman mailing list in contributing.md
* Update 1.4.0 release notes with ID -> Id in inspect
* Bump conmon to 0.3.0
* Cirrus: Guarantee ssh is running for rootless
* Purge all use of easyjson and ffjson in libpod
* Split mount options in inspect further
* storage: support --mount type=bind,bind-nonrecursive
* oci: allow to specify what runtimes support JSON
* storage: fix typo
* oci: use json formatted errors from the runtime
* Make Inspect's mounts struct accurate to Docker
* Provide OCI spec path in `podman inspect` output
* If container is not in correct state podman exec should exit with 126
* rootless: use the slirp4netns builtin DNS first
* Add --filename option to generate kube
* Fix podman-remote to user default username
* Prohibit use of positional args with --import
* BATS tests - get working again
* Add a test for 'podman play kube' to prevent regression
* Cirrus: New images w/o buildah
* Remove source-built buildah from CI
* standardize documentation formatting
* Touchup upstream Dockerfile
* only set log driver if it isn't empty
* Fix cgo includes for musl
* When you change the storage driver we ignore the storage-options
* Update vendor on containers/storage to v1.12.10
* Bump gitvalidation epoch
* Bump to v1.4.1-dev
* Default 'pause' to false for 'podman cp'
* Update c/storage to 9b10041d7b2ef767ce9c42b5862b6c51eeb82214
* Fix spelling
* fix tutorial link to install.md
* Cirrus: Minor cleanup of dependencies and docs
* Begin to break up pkg/inspect
* docs: Add CI section and links

- Changelog for v1.4.0 (2019-06-07)

1.4.0

* Disable a very badly flaking healthcheck test
* rootless: skip NS_GET_PARENT on old kernels
* Cirrus: Track VM Image calling GCE project
* remove -c for podman remote global options
* Vendor Buildah v1.8.3
* Cirrus: Disable testing on F28 (EOL)
* migration: add possibility to restore a container with a new name
* Inherit rootless init_path from system libpod.conf
* Also download container images during restore
* Include container migration into tutorial
* Add man-pages for container migration
* Added bash completion for container migration
* Add test case for container migration
* Added support to migrate containers
* Added helper functions for container migration
* Fix restore options help text and comments
* fix timing issues with some tests
* pkg/varlinkapi/virtwriter/virtwriter.go: simplify func Reader
* rootless: block signals on re-exec
* cirrus: minor cleanup and refactoring
* manpage: podman-tool table: un-confuse version and varlink
* Create Dockerfiles for podmanimage
* rootless: use TEMP_FAILURE_RETRY macro
* rootless: fix return type
* rootless: make sure the buffer is NUL terminated
* split rootless local and remote testing
* Fix podman cp test by reordering operations
* Small fix to readme to force tests to run
* Do not set tmpcopyup on /dev
* do not run remote tests inside container
* podman remote-client commit
* Fix podman cp tests
* podman-remote.conf enablement
* Error when trying to copy into a running rootless ctr
* rootless: skip check fo /etc/containers/registries.conf
* We can't pause rootless containers during cp
* Fix bug in e2e tests for podman cp
* Tolerate non-running containers in paused cp
* Add test to ensure symlinks are resolved in ctr scope
* Add --pause to podman cp manpage and bash completions
* Pause containers while copying into them
* Use securejoin to merge paths in `podman cp`
* use imagecaches for local tests
* add dns flags to docs
* add missing container cp command
* Podman logs man page shouldn't include timestamps
* Fix the varlink upgraded calls
* hack: support setting local region/zone
* document missing container update command
* Add --follow to journald ctr logging
* Address comments
* Implement podman logs with log-driver journald
* bump go-systemd version
* Added --log-driver and journald logging
* Update completions and docs to use k8s file as log driver
* bump conmon to v0.2.0
* runtime: unlock the alive lock only once
* rootless: make JoinUserAndMountNS private
* Revert "rootless: change default path for conmon.pid"
* rootless: enable loginctl linger
* rootless: new function to join existing conmon processes
* rootless: block signals for pause
* Update install.md ostree Debian dependencies.
* fix bug dest path of copying tar
* podman: honor env variable PODMAN_USERNS
* userns: add new option --userns=keep-id
* warn when --security-opt and --privileged
* baseline tests: apparmor with --privileged
* rootless: store also the original GID in the host
* Fix a potential flake in the tests for podman cp
* cirrus: update images w/ zip pkg
* Cirrus: Add zip package to images
* rootless: fix top huser and hgroup
* vendor: update psgo to v1.3.0
* apparmor: don't load/set profile in privileged mode
* hack: ignore from all VCS files when tarballing
* hack: shrink xfer tarball size
* hack: Display IP address of VM from script
* document nullable types
* Add test cases for login and logout
* Remove unused return statement in kube volume code
* Fix play kube when a pod is specified
* Fix a 'generate kube' bug on ctrs with named volumes
* Add test for image volume conflict with user volume
* Cirrus: Fix missing CRIO_COMMIT -> CONMON_COMMIT
* When superceding mounts, check for opposite types
* make remote resize channel buffered
* Cirrus: workaround root expand failure
* Cirrus: Stub in F30 support
* Cirrus: fixups based on review feedback
* Cirrus: Overhaul/Simplify env. var setup
* Cirrus: Run tests on test-built cache-images
* Cirrus: Support testing of VM cache-image changes
* Cirrus: Remove "too new" runc hack
* libpod: prefer WaitForFile to polling
* Remove conmon from fedora install instructions
* rootless: force resources to be nil on cgroup v1
* Fixup Flags
* Minor fix filtering images by label
* container: move channel close to its writer
* util: fix race condition in WaitForFile
* Update vendor of buildah and containers/images
* Add Jhon Honce (jwhonce on github) to OWNERS
* Don't set apparmor if --priviliged
* docs/libpod.conf.5: Add "have" to "higher precedence" typo
* Output name of process on runlabel command
* Minor fix splitting env vars in podman-commit
* Fixup conmon documentation
* troubleshooting.md: add note about updating subuid/subgid
* system: migrate stops the pause process
* rootless: join namespace immediately when possible
* rootless: use a pause process
* migrate: not create a new namespace
* install.remote should be separate for install.bin
* Cirrus: Confirm networking is working
* Use containers/conmon
* Fix a typo in release notes, and bump README version
* s|kubernetes-sigs/cri-o|cri-o/cri-o|g
* Bump github.com/containers/storage to v1.12.7
* remote: version: fix nil dereference
* Bump gitvalidation epoch
* Bump to v1.3.2-dev
* Add connection information to podman-remote info
* unshare: define CONTAINERS_GRAPHROOT and CONTAINERS_RUNROOT
* Touchup run man page
* unshare: use rootless from libpod
* Replace root-based rootless tests
* rootless: default --cgroup-manager=systemd in unified mode
* create: skip resources validation with cgroup v2
* rootless, spec: allow resources with cgroup v2

- Changelog for v1.3.1 (2019-05-16)
* More release notes
* Add unshare to podman

1.3.1

* Kill os.Exit() in tests, replace with asserts
* Minor capitalization fix in Readme
* Add debug mode to Ginkgo, collect debug logs in Cirrus
* set default event logger based on build tags
* Add VarlinkCall.RequiresUpgrade() type and method
* Ensure that start() in StartAndAttach() is locked
* When removing pods, free their locks
* network: raise a clearer error when using CNI
* Fix libpod.conf option ordering
* split remote tests from distro tests
* varlink: fix usage message, URI is now optional
* Update containerd/cgroups to 4994991857f9b0ae
* healthcheck benign error
* Add `systemd` build tag
* podman: fix events help string
* When removing a pod with CGroupfs, set pids limit to 0
* Add fix for an issue breaking our CI
* Use standard remove functions for removing pod ctrs
* implement cp reads tar file from stdin/stdout
* Add information when running podman version on client
* add varlink bridge
* Add negative command-line test
* Preserve errors returned by removing pods
* Improve robustness of pod removal
* enable integration tests for remote-client
* fix podman-remote ps --ns
* podman-run|create man updates
* Update installation instructions
* remote-podman checkpoint and restore add to container submenu
* Remove tests for deprecated podman-refresh command
* When refreshing after a reboot, force lock allocation
* Do not remove volumes when --rm removes a container
* add unit tests for generate systemd
* Bump gitvalidation epoch
* Bump to v1.3.1-dev
* Upgrade to latest criu and selinux-policy
* Only run checkpoint/restore tests on Fedora >= 29
* Fix API.md
* Cirrus: Add missing task dependencies
* Cirrus: Add check for make varlink_api_generate

- Changelog for v1.3.0 (2019-05-06)
* Update release notes for 1.3.0 release
* Bump to Buildah v1.8.2
* Document events logger options in libpod.conf manpage
* Try and fix restart-policy tests
* fix logout message if login only with docker
* Fix manpage typos
* Small code fix
* Fix 'restart' event in journald
* change from sysregistries to sysregistriesv2
* Address review comments on restart policy
* Add a test for restart policy
* Add a restart event, and make one during restart policy
* Restart policy should not run if a container is running
* Restart policy conflicts with the --rm flag
* Move to using constants for valid restart policy types
* Add manpage information for restart policy
* Add support for retry count with --restart flag
* Sending signals to containers prevents restart policy
* Add container restart policy to Libpod & Podman
* Add a StoppedByUser field to the DB
* top: fallback to execing ps(1)
* clean up shared/parse/parse.go
* Generate systemd unit files for containers
* Fix podman-in-podman volume test
* Cirrus: Add pipefail confirmation check
* Cirrus: timestamp all output script output
* Update c/storage to v1.12.6
* Fix typo in init manpage
* Add an InvalidState varlink error for Init
* Bump Buildah to v1.8.1, ImageBuilder to v1.1.0
* Add variable for global flags to runlabel
* docs: Fix typo "healthcheck" pt2
* cirrus lib.sh: refactor req_env_var()
* Remove two bits of dead code
* http-proxy: improve docs
* Small fixes for 2950
* container: drop rootless check
* Add basic structure of podman init command
* Move handling of ReadOnlyTmpfs into new mounts code
* Begin adding volume tests
* Ensure that named volumes have their options parsed
* Add options parsing for tmpfs mounts
* Use EqualValues instead of reflect equality
* Hit a number of to-do comments in unified volumes code
* Fix options for non-bind and non-tmpfs volumes
* Migrate unit tests from cmd/podman into pkg/spec
* Migrate to unified volume handling code
* Always pass pod into MakeContainerConfig
* Remove non-config fields from CreateConfig
* Add a new function for converting a CreateConfig
* podman-remote port
* install.md contains hints for rootless setup on arch linux
* auto pass http_proxy into container
* enable podman-remote on windows
* Use 'sudo tee' in tutorial so install works as non-root
* Refactor container cleanup to use latest functions
* Move --mount in run man page
* Add details on rootless Podman to the readme
* podman-remote stop
* correct upstream vndr issues
* runtime: pass down the context
* system: add new subcommand "migrate"
* Vendor in latest buildah code
* remove manual install of libsystemd-dev
* Vendor in latest containers/storage
* Add --read-only-tmpfs options
* Fix remote-client testing reports
* podman-remote prune containers
* Do not hard fail on non-decodable events
* update psgo to v1.2.1
* Add System event type and renumber, refresh events
* enable podman remote top
* fix login supports credHelpers config
* Cirrus: Collect audit log on success and failure
* Add a debug message indicating that a refresh occurred
* image: rework parent/child/history matching
* images: add context to GetParent/IsParent/Remove/Prune...
* build podman-remote with Dockerfile.
* point to 3rd party tools for `docker-compose` format
* Update vendor of container/storage
* journald event logging
* podman remote-client restart containers
* Cirrus: Use freshly built images
* Cirrus: Bump up runc commit
* Cirrus: fix obsolete Ubuntu package
* Cirrus: Install libsystemd-dev on Ubuntu
* pull: special case all-tags semantics
* Fix test compile
* Trim whitespace from ps -q before comparing
* Enhance tests for stop to check results
* Add extra CI tests for stopping all containers
* Fix podman stop --all attempting to stop created ctrs
* Cirrus: Temp. override container-selinux on F29
* Refactor of 'podman prune' to better support remote
* bats - various small updates
* podman-remote pause|unpause
* Internal names do not match external names
* Add header to play kube output
* Clean up after play kube failure
* rootless: not close more FDs than needed
* Fix COPR builds to start working again
* Fix podman command --change CMD
* podman-remote start
* Vendor in latest Buildah
* Added remote pod prune
* Add podman pod prune
* podman-remote container commands
* Fix segfaults attribute to missing options
* Call the runtime with WithRenumber() when asked
* Add File mounts to play kube
* cmd, pkg: drop commented code
* pod: drop dead code
* rootless, mount: not create namespace
* Incorporate image and default environment variables in play kube
* Validate ENV/LABEL Change options in varlink
* oci: fix umount of /sys/kernel
* Revert "rootless: set controlling terminal for podman in the userns"
* Remove old crio reference from man pages
* create: fix segfault if container name already exists
* adding uidmap to install steps for ubuntu
* podman-remote generate kube
* rootless: do not block SIGTSTP
* rootless: set controlling terminal for podman in the userns
* Use GetContainer instead of LookupContainer for full ID
* pull: exit with error if the image is not found
* Use the same SELinux label for CRIU log files
* pull: remove cryptic error message
* new uidmap BATS test: fix
* adding additional update, needed for install
* Fix README.md -> rootless.md link
* Fixes for podman-remote run and attach
* remote-client checkpoint/restore
* Expand debugging for container cleanup errors
* spec: mask /sys/kernel when bind mounting /sys
* Add --include-volumes flag to 'podman commit'
* oci: add /sys/kernel to the masked paths
* userns: prevent /sys/kernel/* paths in the container
* imagefilter dangling handling corrected
* rootless: fix segfault on refresh if there are containers
* Add demo script and cast to images
* Initial remote flag clean up
* (minor): fix misspelled 'Healthcheck'
* BATS tests: start supporting podman-remote
* Add the ability to attach remotely to a container
* Print header for 'podman images' even with no images
* podman-remote ps
* Re-run (make vendor) to drop the now unnecessary collation code and tables
* Potentially breaking: Make hooks sort order locale-independent
* Implement podman-remote rm
* ps: now works with --size and nonroot
* Update invalid name errors to report the correct regex
* cirrus: enable remote tests for rootless
* test: fix remote tests for rootless
* test: enable userns e2e tests for rootless
* CI check for --help vs man pages: usability fix
* podman-remote create|run
* Correct varlink pull panic
* add image rmi event
* Revert "Switch to golangci-lint"
* Document shortcomings with rootless podman
* podman: enable kube for rootless
* kube: correctly set the default for MemorySwappiness
* rootless: enable healthcheck tests
* Respect image entrypoint in play kube
* Increase CI resources to help avoid hitting timeouts
* podman-remote image tree
* Added port forwarding and IP address hint.
* fix bug podman cp directory
* Fix E2E tests
* Drop LocalVolumes from our the database
* Major rework of --volumes-from flag
* Volume force-remove now removed dependent containers
* Add handling for new named volumes code in pkg/spec
* Create non-existing named volumes at container create
* Switch Libpod over to new explicit named volumes
* Add named volumes for each container to database
* Add varcheck linter
* Add deadcode linter
* Update lint to use golangci-lint
* Update registrar unit tests to match them of cri-o
* Update run tests to be skipped when not supported
* Fix Dockerfile dependencies for packer tests
* Update Dockerfile to use golang:1.12 image
* Fix a potential segfault in podman search
* Improve podman pod rm -a test
* Cirrus: Update F28 -> F29 container image
* --size does not work with rootless at present
* add remote-client diff
* Cirrus: Support special-case modes of testing
* rootless: use a single user namespace
* rootless: remove SkipStorageSetup()
* Update cri-o annotations
* Update README with current version
* docs/podman*.md: fix numerous option typos and spacing errors
* docs/podman-rm.1.md: delete "Not yet implemented" msg for volume removal
* docs/podman-inspect.1.md: add missing option hyphen for "-t"
* Bump gitvalidation epoch
* Bump to v1.3.0-dev
* Fix location of libpod.conf
* Capitalize global options help information

- Changelog for v1.2.0 (2019-03-30)

1.2.0

* Remove wait event
* Vendor Buildah 1.7.2
* Add locking to ensure events file is concurrency-safe
* Alter container/pod/volume name regexp to match Docker
* test: test that an unprivileged user cannot access the storage
* userns: do not use an intermediate mount namespace
* volumes: push the chown logic to runtime_volume_linux.go
* Cleanup image2 -> image for imports
* Set blob cache directory based on GraphDriver
* utils: call GetRootlessRuntimeDir once
* rootless: set sticky bit on rundir
* oci: drop reference to runc
* Fix lint
* Ensure that we make a netns for CNI non-default nets
* rootless: change env prefix
* vendor buildah, image, storage, cni
* Default to SELinux private label for play kube mounts
* Add watch mode to podman ps
* Add all container status states to the podman-ps manual page.
* fix bug `system df` add blank space to the output
* fix bug remote-podman images --digests
* Use spaces instead of tab for JSON marshal indent
* Fix gofmt
* Remove ulele/deepcopier in favor of JSON deep copy
* doc: add note that pod publish ports are static once defined
* Sigh; disable pod-top test, it's unreliable (2780)
* Resolve review comments
* Add a test that --add-host conflicts with --no-hosts
* Add manpages and completions for dns=none and no-hosts
* Add --no-hosts flag to disable management of /etc/hosts
* Add for --dns=none to disable creation of resolv.conf
* Add support to disable creation of network config files
* system df: reject invalid arguments
* rootless: fix regression when using exec on old containers
* Touchup commands.md
* size is optional for container inspection
* Add three test cases for podman attach test
* system df to show podman disk usage
* Add "died" event
* docs/podman-pod-create.1.md: add example with port mapping
* podman health check phase3
* userns: use the intermediate mountns for volumes
* volume: create new volumes with right ownership
* utils: drop dead function
* troubleshooting: explain setup user: invalid argument
* Cirrus: Verify manpages for all subcommands exist
* Make "stopped" a valid state that maps to "exited"
* fix Bug 1688041-podman image save removes existing image
* podman: do not split --env on comma
* Need to pass the true paramater with --syslog in cobra
* Fix man page to mention race condition
* docs/podman-run.1.md: remove extra whitespace in --read-only
* man pages - consistency fixes
* Add new key and never-expiring test certificate
* Cirrus: Run vendor check in parallel
* Cirrus: Various fixes for rootless testing
* ps: fix segfault if the store is not initialized
* tests: re-enable some tests for rootless mode
* rootless: implement pod restart
* rootless: reimplement restart with rootless.Argument()
* test: fix SkipIfRootless() helper
* rootless, rm: fix retcode when the container is not found
* rootless: fix ps command
* rootless: fix pod kill
* Enable rootless integration tests
* BATS: new tests, and improvements to existing ones
* podman umount: error out if called with no args
* Export ConmonPidFile in 'podman inspect' for containers
* support GO template {{ json . }}
* Incorporate user from image inspect data in play kube
* Cirrus: Disable master-success IRC notices
* Cleanup messages on podman load
* Cirrus: Update VM Cache images
* podman logs on created container should exit
* Fix cut and paste errors in podman-pod-inspect
* rootless: fix pod top
* pod: fix segfault when there are no arguments to inspect
* output of port grouping in ps command added as example
* utils: split generation and writing of storage.conf
* Cirrus: Fix post-merge failure notice
* utils: avoid too long tmp directory
* podman image tree: fix usage message
* Cirrus: Notify on IRC if post-merge testing fails
* rootless: change default path for conmon.pid
* Add CLI storage conf example to run manpage
* Integration test tweaks
* display logs for multiple containers at the same time
* Make 'podman rm' exit with 125 if it had a bogus & a running container
* rootless: write the custom config file before reload
* Add support for SCTP port forwarding
* Make sure buildin volumes have the same ownership and permissions as image
* rootless: do not override user settings
* runtime: refactor NewRuntime and NewRuntimeFromConfig
* events: use os.SEEK_END instead of its value
* container: check containerInfo.Config before accessing it
* rootless: use Geteuid instead of Getuid
* rootless: use /tmp/libpod-rundir-$EUID for fallback
* build: fix build DIR -t TAG
* testcase added for listing range of ports in ps command
* port grouping in ps command output
* Update pull and pull-always in bud man page
* cirrus: upgrade slirp4netns
* rootless: fix CI regression when using slirp4netns
* save-load-export: clear cli-parsing default
* Bump timeout on a podman info test to default
* Replace skopeo-containers with containers-common
* slirp4netns: use --disable-host-loopback
* slirp4netns: set mtu to 65520
* Tree implementation for podman images
* Replace buildah with podman in build doc
* zsh completion
* Usage messages: deduplicate '(default true)' et al
* Corrected detach man pages and code comments
* Add --replace flag to "podman container runlabel"
* rm: fix cleanup race
* Add gating tasks
* Add 'podman events' to podman(1)
* Vendor docker/docker, fsouza and more 2
* Usability cleanup for 'inspect'
* Add event on container death
* Update vendor of Buildah and imagebuilder
* minor typo fix in 'podman top' usage
* healtcheck phase 2
* Add event logging to libpod, even display to podman
* Fix SELinux on host shared systems in userns
* Fix broken link in io.podman.varlink
* move formats pkg to and vendor from buildah
* Ensure that tmpfs mounts do not have symlinks
* Update troubleshooting guide for Podman-in-Podman
* Buffer stdin to a file when importing "-"
* vendor psgo v1.2
* preparation for remote-client create container
* Initialize field in InfoHost struct
* rootless: allow single mappings
* Remove --rm and --detach don't coexist note
* rootless: fix pod stop|rm if uid in the container != 0
* rootless: fix rm when uid in the container != 0
* rootless: disable pod stats
* rootless: do not create automatically a userns for pod kill
* rootless: support a custom arg to the new process
* slirp4netns: add builtin DNS server to resolv.conf
* errors: fix error cause comparison
* libpod: allow to configure path to the network-cmd binary
* build: honor --net
* pull: promote debug statement to error
* Fix generation of infra container command
* Remove an unused if statement I added
* Don't delete another container's resolv and hosts files
* Fix a potential segfault during infra container create
* We don't use crio-umount.conf
* Move secrets package to buildah
* Add troublshoot information about SELinux labeling of containers/storage
* test docs fixups
* Default to image entrypoint for infra container
* ginkgo status improvements
* rootless: propagate errors from info
* podman play kube defaults
* container runlabel respect $PWD
* Remove 'podman ps' restarting filter and fix stopped
* label parsing in non-quoted field
* More cleanup for failures on missing commands.
* add podman-healthcheck(1) to podman(1)
* Implement review feedback
* new system tests under BATS
* fix bug in podman images list all images with same name
* Fix help commands to show short and long description.
* implement showerror and accept HOST_PORT env which defaults to 8080
* create: join also the mount ns of the dependency
* rootless: exec join the user+mount namespace
* oci: make explicit the extra files to the exec
* add test to cover networking
* tests to cover locks and parallel execution 2551
* Yet another seemingly minor tweak to usage message
* Change LookupContainer logic to match Docker
* Implement podman-remote wait command and container subcommand
* Cirrus: Use imgts container to record metadata
* System-test: Documentation and TODO list
* podman-remote pod top|stats
* fix bug --device enable specifying directory as device
* add flag --extract tar file in podman cp
* Fix incorrect pod create failure
* libpod/container_internal: Split locale at the first dot, etc.
* Add volume mounting to podman play kube
* podman healthcheck run (phase 1)
* Append hosts to dependency container's /etc/hosts file
* rootless: fix clone syscall on s390 and cris archs
* Cirrus: Add dedicated rootless mode testing
* rootless: fill in correct storage conf default
* rm: set exit code to 1 if a specified container is not found
* Support filter image by reference to the repo name
* Bump gitvalidation epoch
* Bump to v1.2.0-dev
* Support podman-remote kill container(s)
* cirrus: Drop ginkgo, gomega, easyjson install
* Cirrus: Stop testing on RHEL
* Cirrus: Stop testing on RHEL
* Globally increase test timeout to 90-minutes
* cirrus: Drop ginkgo, gomega, easyjson install
* Cirrus: Add BATS package for all platforms
* Globally increase test timeout to 90-minutes
* exec: support --preserve-fds
* get_ci_vm.sh: Fix conflicting homedir files

- Changelog for v1.1.2 (2019-03-04)
* Fix 2521

Page 5 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.