renovate[bot]
8d94fc1564
fix(deps): update module github.com/containers/libhvee to v0.6.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 10:55:38 +00:00
renovate[bot]
5ca255c2c2
fix(deps): update module github.com/google/uuid to v1.5.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 19:31:03 +00:00
openshift-merge-bot[bot]
44a9371164
Merge pull request #20772 from Luap99/rootlessnetns
...
use rootless netns from c/common
2023-12-08 14:23:40 +00:00
Paul Holzinger
a687c38860
use rootless netns from c/common
...
Use the new rootlessnetns logic from c/common, drop the podman code
here and make use of the new much simpler API.
ref: https://github.com/containers/common/pull/1761
[NO NEW TESTS NEEDED]
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2023-12-07 11:24:46 +01:00
Daniel J Walsh
d78212a009
Update vendor of containers/storage
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2023-12-06 16:13:43 -05:00
openshift-merge-bot[bot]
2710eaff6a
Merge pull request #20870 from containers/renovate/github.com-shirou-gopsutil-v3-3.x
...
fix(deps): update module github.com/shirou/gopsutil/v3 to v3.23.11
2023-12-06 01:20:09 +00:00
renovate[bot]
0a72e3dadf
fix(deps): update github.com/docker/go-connections digest to fa09c95
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 02:04:47 +00:00
openshift-merge-bot[bot]
2a28f3bc73
Merge pull request #20879 from containers/renovate/common-image-and-storage-deps
...
fix(deps): update github.com/containers/image/v5 digest to 671ab94
2023-12-04 01:57:04 +00:00
renovate[bot]
6efba48e22
fix(deps): update github.com/containers/image/v5 digest to 671ab94
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-02 00:37:33 +00:00
renovate[bot]
4e21ce5ba0
fix(deps): update module github.com/shirou/gopsutil/v3 to v3.23.11
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-01 13:13:11 +00:00
renovate[bot]
00d96c2b99
fix(deps): update github.com/openshift/imagebuilder digest to ef2a5fe
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-01 09:35:36 +00:00
renovate[bot]
c1eea91a01
fix(deps): update common, image, and storage deps
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-30 14:48:27 +00:00
Ashley Cui
55373dcce0
Vendor c/common
...
Vendor c/common@main
Signed-off-by: Ashley Cui <acui@redhat.com >
2023-11-29 10:17:54 -05:00
openshift-merge-bot[bot]
06c41b614d
Merge pull request #20595 from containers/renovate/github.com-gorilla-schema-1.x
...
fix(deps): update module github.com/gorilla/schema to v1.2.1
2023-11-29 12:06:38 +00:00
Black-Hole1
a2bf8c6d50
refactor(machine): improve machine marker value
...
1. Set the marker to the current virtual machine type instead of fixed qemu.
2. Update containers/common
[NO NEW TESTS NEEDED]
Signed-off-by: Black-Hole1 <bh@bugs.cc >
2023-11-28 21:47:12 +08:00
renovate[bot]
b39f764743
fix(deps): update module github.com/gorilla/schema to v1.2.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-28 10:08:56 +00:00
renovate[bot]
c7f6844c02
fix(deps): update module github.com/vbauerster/mpb/v8 to v8.7.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-27 05:05:51 +00:00
Giuseppe Scrivano
478afa728d
vendor: update containers/{common,storage,image,buildah}
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2023-11-21 21:04:47 +01:00
Valentin Rothberg
e40d70cecc
new 'no-dereference' mount option
...
Add a new `no-dereference` mount option supported by crun 1.11+ to
re-create/copy a symlink if it's the source of a mount. By default the
kernel will resolve the symlink on the host and mount the target.
As reported in #20098 , there are use cases where the symlink structure
must be preserved by all means.
Fixes : #20098
Fixes: issues.redhat.com/browse/RUN-1935
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com >
2023-11-21 13:17:58 +01:00
TomSweeneyRedHat
ee16546227
Bump Buildah to v1.33.1
...
Bump Buildah to v1.33.1 to get a CVE fix for Buildkit.
I thought it was also going to drag in the test fix as
mentioned in #20709 , but I'm not seeing that here.
[NO NEW TESTS NEEDED]
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com >
2023-11-19 00:49:13 -05:00
openshift-merge-bot[bot]
b747850230
Merge pull request #20708 from baude/vendorlibhvee0.5.0
...
Update to libhvee 0.5.0
2023-11-18 20:09:46 +00:00
TomSweeneyRedHat
3d86a9658e
Bump Buildah to v1.33.0
...
As the title says. This is the last dance step in preparation
for Podman v4.8.
[NO NEW TESTS NEEDED]
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com >
2023-11-17 18:02:59 -05:00
Brent Baude
60d9f9b807
Update to libhvee 0.5.0
...
Signed-off-by: Brent Baude <bbaude@redhat.com >
2023-11-17 13:34:14 -06:00
Miloslav Trmač
ced07a55f4
Update c/image and c/common to latest, c/buildah to main
...
... to include https://github.com/containers/image/pull/2173 ,
https://github.com/containers/common/pull/1731
and https://github.com/containers/buildah/pull/5143 .
Signed-off-by: Miloslav Trmač <mitr@redhat.com >
2023-11-17 16:43:48 +01:00
renovate[bot]
669829447a
fix(deps): update module github.com/gorilla/handlers to v1.5.2
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-13 17:03:40 +00:00
openshift-merge-bot[bot]
b7cfceaeab
Merge pull request #20601 from giuseppe/use-rootless-from-storage
...
rootless: use functionalities from c/storage
2023-11-13 16:30:58 +00:00
renovate[bot]
d07263f348
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-10 18:31:35 +00:00
openshift-merge-bot[bot]
5faaef6535
Merge pull request #20550 from containers/renovate/github.com-containers-libhvee-digest
...
fix(deps): update github.com/containers/libhvee digest to 9651e31
2023-11-10 14:49:44 +00:00
Giuseppe Scrivano
fbd1ba68f6
vendor: update c/storage
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2023-11-10 15:20:39 +01:00
renovate[bot]
60f67eec75
fix(deps): update github.com/containers/libhvee digest to 9651e31
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-09 02:15:20 +00:00
renovate[bot]
1c5bc7e095
fix(deps): update module github.com/onsi/gomega to v1.30.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-08 19:24:21 +00:00
openshift-merge-bot[bot]
886f932b0a
Merge pull request #20591 from containers/renovate/github.com-spf13-cobra-1.x
...
fix(deps): update module github.com/spf13/cobra to v1.8.0
2023-11-06 15:38:35 +00:00
openshift-merge-bot[bot]
d68feff8cc
Merge pull request #20588 from containers/renovate/github.com-mattn-go-sqlite3-1.x
...
fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.18
2023-11-06 14:24:06 +00:00
openshift-ci[bot]
f845e1a3b9
Merge pull request #20558 from elezar/bump-cdi
...
fix(deps): update module github.com/container-orchestrated-devices/container-device-interface to v0.6.2
2023-11-06 08:38:17 +00:00
renovate[bot]
c1fe1f9d32
fix(deps): update module github.com/gorilla/mux to v1.8.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-05 07:11:57 +00:00
renovate[bot]
e782883446
fix(deps): update module github.com/spf13/cobra to v1.8.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-05 01:31:38 +00:00
renovate[bot]
da897bd04d
fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.18
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-04 16:19:52 +00:00
renovate[bot]
942bcf34b8
Update container-device-interface (CDI) to v0.6.2
...
This updates the container-device-interface dependency to v0.6.2 and renames the import to
tags.cncf.io/container-device-interface to make use of the new vanity URL.
[NO NEW TESTS NEEDED]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com >
2023-11-04 01:12:06 +01:00
Paul Holzinger
ce334ed9dd
vendor: update github.com/coreos/go-systemd/v22 to latest main
...
This fixes a CI flake. go-systemd was not handling the dlerror()
function correctly which lead to wrong errors being reported.
[NO NEW TESTS NEEDED]
Fixes #20569
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2023-11-03 14:53:58 +01:00
Giuseppe Scrivano
33753db47b
vendor: update c/common
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2023-11-02 19:46:22 +01:00
openshift-ci[bot]
3ef2f13962
Merge pull request #20560 from flouthoc/bump-c-image
...
image: replace `GetStoreImage` with `ResolveReference` and bump `c/image` to `373c52a9466f`
2023-11-02 10:08:50 +00:00
Aditya R
03419d6daa
vendor: bump c/image to 373c52a9466f
...
[NO NEW TESTS NEEDED]
Signed-off-by: Aditya R <arajan@redhat.com >
2023-11-02 09:00:42 +05:30
openshift-ci[bot]
1ef61cf99c
Merge pull request #20556 from containers/renovate/github.com-shirou-gopsutil-v3-3.x
...
fix(deps): update module github.com/shirou/gopsutil/v3 to v3.23.10
2023-11-01 18:18:52 +00:00
openshift-ci[bot]
0cd20090b2
Merge pull request #20554 from containers/renovate/github.com-docker-go-connections-digest
...
fix(deps): update github.com/docker/go-connections digest to 0b8c1f4
2023-11-01 13:24:22 +00:00
renovate[bot]
390e9ddc9e
fix(deps): update module github.com/shirou/gopsutil/v3 to v3.23.10
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-01 13:02:58 +00:00
renovate[bot]
78765b14d8
fix(deps): update github.com/docker/go-connections digest to 0b8c1f4
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-01 09:55:47 +00:00
renovate[bot]
ffb96ad8b6
fix(deps): update github.com/crc-org/vfkit digest to f3c783d
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-01 08:20:08 +00:00
Matt Heon
d9c388e2fe
Change to using gopsutil for cross-OS process ops
...
Instead of trying to write out own code to do basic process
operations (e.g. checking if a PID is still running in a multi-OS
friendly manner), use shirou/gopsutil, a multi-platform library
that should abstract all the complexity away. Unlike our previous
approach on Windows, this one should actually work.
Signed-off-by: Matt Heon <mheon@redhat.com >
2023-10-31 10:14:06 -04:00
Matthew Heon
642fa98976
Initial addition of 9p code to Podman
...
This includes two new hidden commands: a 9p server,
`podman machine server9p`, and a 9p client,
`podman machine client9p` with `server9p` currently only
configured to run on Windows and serve 9p via HyperV vsock, and
`client9p` only configured to run on Linux. The server is run by
`podman machine start` and has the same lifespan as gvproxy
(waits for the gvproxy PID to die before shutting down). The
client is run inside the VM, also by `podman machine start`, and
mounts uses kernel 9p mount code to complete the mount. It's
unfortunately not possible to use mount directly without the
wrapper; we need to set up the vsock and pass it to mount as an
FD.
In theory this can be generalized so that the server can run
anywhere and over almost any transport, but I haven't done this
here as I don't think we have a usecase other than HyperV right
now.
[NO NEW TESTS NEEDED] This requires changes to Podman in the VM,
so we need to wait until a build with this lands in FCOS to test.
Signed-off-by: Matthew Heon <matthew.heon@pm.me >
2023-10-31 10:14:02 -04:00
openshift-ci[bot]
eee2ca2d83
Merge pull request #20444 from containers/renovate/github.com-onsi-gomega-1.x
...
Update module github.com/onsi/gomega to v1.29.0
2023-10-30 09:35:54 +00:00