Revisions of podman

Dan Čermák's avatar Dan Čermák (dancermak) accepted request 1064004 from Fabian Vogt's avatar Fabian Vogt (favogt) (revision 15)
- Update to version 4.4.1:
  * Bump to v4.4.1
  * Update release notes for Podman 4.4.1
  * kube play: do not teardown unconditionally on error
  * Resolve symlink path for qemu directory if possible
  * events: document journald identifiers
  * Quadlet: exit 0 when there are no files to process
  * Cleanup podman-systemd.unit file
  * Install podman-systemd.unit  man page, make quadlet discoverable
  * Add missing return after errors
  * oci: bind mount /sys with --userns=(auto|pod:)
  * docs: specify order preference for FROM
  * Cirrus: Fix & remove GraphQL API tests
  * test: adapt test to work on cgroupv1
  * make hack/markdown-preprocess parallel-safe
  * Fix default handling of pids-limit
  * system tests: fix volume exec/noexec test
  * Bump to v4.4.1-dev
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 1063041 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 14)
New upstream release 4.4.0
Fabian Vogt's avatar Fabian Vogt (favogt) accepted request 1058887 from Danish Prakash's avatar Danish Prakash (danishprakash) (revision 13)
- add patch: 0003-Only-override-the-graphdriver-to-vfs-if-the-priority.patch
    (backport of https://github.com/containers/storage/pull/1468)
Fabian Vogt's avatar Fabian Vogt (favogt) accepted request 1058234 from Danish Prakash's avatar Danish Prakash (danishprakash) (revision 12)
- Make the priority for picking the storage driver configurable (bsc#1197093)
  (backport of https://github.com/containers/storage/pull/1460)
- add patch: 0002-Make-the-priority-for-picking-the-storage-driver-con.patch
Fabian Vogt's avatar Fabian Vogt (favogt) accepted request 1041171 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 11)
Add patch to fix openQA failures
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 1037949 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 10)
New upstream release 4.3.1
Fabian Vogt's avatar Fabian Vogt (favogt) accepted request 1009350 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 9)
Add bugreferences from SLE & cleanup whitespaces
Fabian Vogt's avatar Fabian Vogt (favogt) accepted request 1006906 from Aleksa Sarai's avatar Aleksa Sarai (cyphar) (revision 8)
Update to podman 4.2.1.
Fabian Vogt's avatar Fabian Vogt (favogt) accepted request 1006420 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 7)
- Update to version 3.1.0: (bsc#1181961, CVE-2021-20206)
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 1005076 from Aleksa Sarai's avatar Aleksa Sarai (cyphar) (revision 6)
Add a bugzilla reference to bsc#1181961.
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 994502 from Michael Ströder's avatar Michael Ströder (stroeder) (revision 5)
Update to version 4.2.0
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 984428 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 3)
- Update to version 4.1.1:
  * The output of the podman load command now mirrors that of docker load.
  * Podman now supports Docker Compose v2.2 and higher. Please note that it may be necessary to disable the use of Buildkit by setting the environment variable DOCKER_BUILDKIT=0.
  * A new container command has been added, podman container clone. This command makes a copy of an existing container, with the ability to change some settings (e.g. resource limits) while doing so.
  * Podman now supports sending JSON events related to machines to a Unix socket named machine_events.*\.sock in XDG_RUNTIME_DIR/podman or to a socket whose path is set in the PODMAN_MACHINE_EVENTS_SOCK environment variable.
  * Two new volume commands have been added, podman volume mount and podman volume unmount. These allow for Podman-managed named volumes to be mounted and accessed from outside containers.
  * The podman container checkpoint and podman container restore options now support checkpointing to and restoring from OCI images. This allows checkpoints to be distributed via standard image registries.
  * The podman play kube command now supports environment variables that are specified using the fieldRef and resourceFieldRef sources.
  * The podman play kube command will now set default resource limits when the provided YAML does not include them.
  * The podman play kube command now supports a new option, --annotation, to add annotations to created containers.
  * The podman play kube --build command now supports a new option, --context-dir, which allows the user to specify the context directory to use when building the Containerfile.
  * The podman container commit command now supports a new option, --squash, which squashes the generated image into a single layer.
  * The podman pod logs command now supports two new options, --names, which identifies which container generated a log message by name, instead of ID and --color, which colors messages based on what container generated them.
  * The podman rmi command now supports a new option, --ignore, which will ignore errors caused by missing images.
  * The podman network create command now features a new option, --ipam-driver, to specify details about how IP addresses are assigned to containers in the network.
  * The podman machine list command now features a new option, --quiet, to print only the names of configured VMs and no other information.
  * The --ipc option to the podman create, podman run, and podman pod create commands now supports three new modes: none, private, and shareable. The default IPC mode is now shareable, indicating the the IPC namespace can be shared with other containers.
  * The --mount option to the podman create and podman run commands can now set options for created named volumes via the volume-opt parameter.
  * The --mount option to the podman create and podman run commands now allows parameters to be passed in CSV format.
  * The --userns option to the podman create and podman run commands now supports a new option, nomap, that (only for rootless containers) does not map the UID of the user that started the container into the container, increasing security.
  * The podman import command now supports three new options, --arch, --os, and --variant, to specify what system the imported image was built for.
  * The podman inspect command now includes information on the network configuration of containers that joined a pre-configured network namespace with the --net ns: option to podman run, podman create, and podman pod create.
  * The podman run and podman create commands now support a new option, --chrootdirs, which specifies additional locations where container-specific files managed by Podman (e.g. /etc/hosts, `/etc/resolv.conf, etc) will be mounted inside the container (#12961).
  * The podman run and podman create commands now support a new option, --passwd-entry, allowing entries to be added to the container's /etc/passwd file.
  * The podman images --format command now accepts two new format directives: {{.CreatedAt}} and {{.CreatedSince}}.
  * The podman volume create command's -o option now accepts a new argument, o=noquota, to disable XFS quotas entirely and avoid potential issues when Podman is run on an XFS filesystem with existing quotas defined.
  * The podman info command now includes additional information on the machine Podman is running on, including disk utilization on the drive Podman is storing containers and images on, and CPU utilization.
- Drop obsolete patches:
  * 0001-Adjust-buildah-to-opencontainers-selinux-v1.10.1.patch
  * 0001-Relabel-relabel-links-instead-of-their-targets.patch
  * 0002-specgen-do-not-set-OOMScoreAdj-by-default.patch
  * 0004-fix-Container.cGroupPath-skip-empty-line-to-avoid-fa.patch
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 978704 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 2)
- Backport upstream commit be5abf03ababc ("fix: Container.cGroupPath()
  skip empty line to avoid false error logging") for fixing "Error parsing
  cgroup: expected 3 fields but got 1" (see bsc#1199790, as it applies
  to Factory/Tumbleweed too)
  * 0004-fix-Container.cGroupPath-skip-empty-line-to-avoid-fa.patch
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 1)
osc copypac from project:devel:kubic package:podman revision:120
Displaying revisions 61 - 75 of 75
openSUSE Build Service is sponsored by