Podman-py

Latest version: v3.1.2.1

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

Scan your dependencies

Page 8 of 9

0.10.1

* Pass along syslog variable to podman cleanup processes
* Sort all command flags
* rootless: detect when user namespaces are not enabled
* Log an otherwise ignored error from joining a net ns
* Fix gofmt
* Add tests for --ip flag
* Update manpages for --ip flag
* Add --ip flag and plumbing into libpod
* Document --net as an alias of --network in podman run & create
* Update OCICNI vendor to 2d2983e4
* Temporary commit to swap branches
* rootless: report more error messages from the startup phase
* rootless: fix an hang on older versions of setresuid/setresgid
* Update OCICNI vendor to e617a611
* fix runlabel functions based on QA feedback
* Vendor latest containers/image
* Stop containers in parallel fashion
* wip
* remove hack/dind
* Vendor in latest github.com/containers/storage,image, buildah
* runlabel: execute /proc/self/exe and avoid recursion
* Re-add source-verify in cirrus-ci
* added links to buildah.io and podman.io to README.md
* Lower CPU/Memory usage by cirrus VMs
* skip userns tests on non-fedora distributions for now
* Remove Travis
* docker: Double quote array expansions to avoid re-splitting elements
* Ensure resolv.conf has the right label and path
* Remove no longer used libnetwork from vendor.conf
* Fix lint
* Drop libnetwork vendor and move the code into pkg/
* Update libnetwork vendor to current master to fix CI
* Switch to using libnetwork's resolvconf package
* Add configuration for Cirrus-CI
* disable gce building of images
* re-add BR for golang compiler to contrib/spec/podman.spec.in
* completions: add checkpoint/restore completions
* tests: add checkpoint/restore test
* tutorial: add checkpoint/restore to tutorial
* docs: add checkpoint and restore man pages
* Add support to checkpoint/restore containers
* oci: split the stdout and stderr pipes
* oci: always set XDG_RUNTIME_DIR
* Fix pod status reporting for new Exited state
* Add ability for ubuntu to be tested
* selinux: drop superflous relabel
* rootless: always set XDG_RUNTIME_DIR
* Fix python tests
* Fix Wait() to allow Exited state as well as Stopped
* Fix cleanupRuntime to only save if container is valid
* Fix bug with exited state and container remove
* Address review comments and fix ps output
* Add ContainerStateExited and OCI delete() in cleanup()
* Need to allocate memory for hook struct
* Disable SELinux labeling if --privileged
* * Update documenation
* Implement pod varlink bindings
* Update docs to build a runc that works with systemd
* runtime: fix message which assumes the runtime is runc
* rootless: raise an error when trying to use cgroups
* Add --all flag to podman kill
* Add podman.io to README.md
* Vendor in the latest containers/storage, image and buildah
* Don't tmpcopyup on systemd cgroup
* Add container runlabel command
* run complex image names with short names
* Add buildah version and distribution to info
* Disable Fedora 29 and CentOS7 VM testing
* podman runs disabled containers and privileged containers as spc_t
* Update the OWNERS file so bot assigns sane reviewers
* rework CI tests to test on VMs
* Put openshift dockerfiles in test/install
* Bump gitvalidation epoch
* Bump to v0.9.4-dev
* contrib/python/*/Makefile: Fallback to unversioned 'python'
* Makefile: Drop PYTHON
* Makefile: Call contrib/python's clean regardless of HAS_PYTHON3

- Changelog for v0.9.3.1 (2018-09-25)

0.9.3.1

* Disable problematic SELinux code causing runc issues
* Bump gitvalidation epoch
* Bump to v0.9.4-dev

- Changelog for v0.9.3 (2018-09-21)

0.9.3

* Add --mount option for `create` & `run` command
* Refactor Wait() to not require a timeout
* Updates from reviews
* Implement new subcommands
* Don't mount /dev/shm if the user told you --ipc=none
* rootless: error out if there are not enough UIDs/GIDs available
* Vendor in latest containers/buildah
* rootless: fix create with images not in the storage
* rootless: skip usage of filepath.Join
* create, rootless: join the userns of ns:PATH
* create, rootless: join the userns of container:CONTAINER
* spec: refactor ns modes to a common interface
* Don't output inodes created to run a container
* Add rpmbuild to the openshift fedora test image
* Add new field to libpod to indicate whether or not to use labelling
* Bind Mounts should be mounted read-only when in read-only mode
* test, rootless: enforce cgroupfs manager
* report when rootless
* add the gopath environment variable to the openshift dockerfile
* Vendor in latest opencontainers/runtime-tools
* Add python-varlink to the Fedora openshift image
* Add Dockerfile for openshift lint, gofmt, and validate testing
* Vendor in latest containers/buildah
* Don't crash if an image has no names
* Replace all usages of "install -D" with "install -d"
* Increase pidWaitTimeout to 1000ms
* Small updates to OCI spec generation
* Add new tests for ipc namespace sharing
* Hooks supports two directories, process default and override
* Bump gitvalidation epoch
* Bump to v0.9.3-dev

- Changelog for v0.9.2.1 (2018-09-17)

0.9.2.1

* Vendor in latest projectatomic/buildah
* Vndr latest containers/image
* Bump gitvalidation epoch
* Bump to v0.9.3-dev

- Changelog for v0.9.2 (2018-09-14)

0.9.2

* change search test to look for fedora and not fedora-minimal
* Don't mount /dev/* if user mounted /dev
* add registry information to varlink info
* libpod/image/pull: Return image-pulling errors from doPullImage
* Update gitvalidation epoch to avoid a bad commit
* Update README to reflect current development efforts
* rootless: do not raise an error if the entrypoint is specified
* Add Buildah Podman relationship to README.md
* Swap default mount propagation from private to rprivate
* Add a way to disable port reservation
* Add notes to check version on problem
* Do not set rlimits if we are rootless
* Up default Podman rlimits to avoid max open files
* Search registries with an empty query
* Vendor in latest containers/image
* Remove duplicate code between create.go and run.go
* Add --interval flag to podman wait
* Add `podman rm --volumes` flag
* Vendor in latest containers/storage to eliminage deadlock
* do not build with devicemapper
* run different cgroup tests depending on conditions
* dont make python when running make
* Explicitly set default CNI network name in libpod.conf
* Pass on securityOpts from podInfraContainer to container added to pod.
* Bump gitvalidation epoch
* Bump to v0.9.2-dev

- Changelog for v0.9.1.1 (2018-09-10)

0.9.1.1

* Replace existing iptables handler with firewall code
* Vendor CNI plugins firewall code
* Fix displaying size on size calculation error
* Bump gitvalidation epoch
* Bump to v0.9.2-dev

- Changelog for v0.9.1 (2018-09-07)
* Update RELEASE_NOTES for 0.9.1 release
* Fix pod sharing for utsmode
* Respect user-added mounts over default spec mounts
* Ensure we do not overlap mounts in the spec
* Change references to cri-o to point at new repository
* fix docs for podman build
* use layer cache when building images
* Add first pass for baseline pod tests
* Change shm test to be less flaky.
* Update WaitForTimeOut to output OutputString to help with debugging.
* Fixups for baseline test script
* Fix nameing of Namespaces to be more consistent
* Start pod infra container when pod is created
* vendor containerd/cgroups
* Fix up libpod.conf man pages and referencese to it.
* Print errors from individual pull attempts
* Added GOPATH/bin to PATH install.md
* We should fail Podman with ExitCode 125 by default
* Add CRI logs parsing to podman logs
* rmi remove all not error when no images are present
* rootless: check uid with Geteuid() instead of Getuid()
* rootless, tests: add tests for the pod command
* rootless, create: support --pod
* rootless, run: support --pod
* rootless: create compatible pod infra container
* rootless: be in an userns to initialize the runtime
* commandNotFoundHandler: use stderr and exit code 1
* Bump gitvalidation epoch
* Bump to v0.9.1-dev

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.