1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 06:45:56 +01:00

670 Commits

Author SHA1 Message Date
renovate[bot]
e2d40bd455 fix(deps): update tonic monorepo to 0.14.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-28 18:43:02 +00:00
Paul Holzinger
b64d365bd7 Merge pull request #1387 from containers/renovate/tokio-prost-monorepo
fix(deps): update rust crate prost to 0.14.3
2026-01-20 12:32:18 +01:00
Paul Holzinger
c9206b4861 Merge pull request #1388 from containers/renovate/zbus-5.x
fix(deps): update rust crate zbus to 5.13.1
2026-01-20 12:31:10 +01:00
Paul Holzinger
8627eecaff Merge pull request #1389 from containers/renovate/tower-0.x
fix(deps): update rust crate tower to 0.5.3
2026-01-20 12:29:25 +01:00
renovate[bot]
f0bce8d8a2 chore(deps): update rust crate chrono to 0.4.43
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-15 02:45:15 +00:00
renovate[bot]
becf497ff6 fix(deps): update rust crate tower to 0.5.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-12 20:43:14 +00:00
renovate[bot]
b070c57295 fix(deps): update rust crate zbus to 5.13.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-11 13:53:06 +00:00
renovate[bot]
a8b25232d5 fix(deps): update rust crate prost to 0.14.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-10 21:49:11 +00:00
renovate[bot]
5eeca3fff7 fix(deps): update rust crate zbus to 5.13.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-09 16:58:15 +00:00
renovate[bot]
0b0c5c13d2 fix(deps): update rust crate netlink-packet-route to 0.28.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-09 14:23:07 +00:00
Brent Baude
4458d9beee Merge pull request #1376 from Luap99/mozim-netlink
mozim: do not use netlink feature
2026-01-09 08:16:11 -06:00
renovate[bot]
aaf2eb54ca chore(deps): update rust crate tempfile to 3.24.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-05 17:00:38 +00:00
renovate[bot]
c08db05c28 fix(deps): update rust crate tokio-stream to 0.1.18
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-05 11:46:10 +00:00
Paul Holzinger
8c639dbcc1 Merge pull request #1380 from containers/renovate/serde_json-1.x
fix(deps): update rust crate serde_json to 1.0.146
2026-01-05 12:44:05 +01:00
renovate[bot]
26854297aa fix(deps): update rust crate tokio to 1.49.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-03 13:54:49 +00:00
renovate[bot]
d1acb61ba1 fix(deps): update rust crate serde_json to 1.0.146
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-22 13:44:11 +00:00
Paul Holzinger
f2c5265a3a mozim: do not use netlink feature
mozim uses rtnetlink which we do not otherwise. All mozim uses it for is
to get the interface index which can lookup easily ourselves.

This saves about 500KB in binary size.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-12-11 15:16:03 +01:00
Paul Holzinger
d8901d00d6 bump mozim to v0.3.1
Fixes: #1368

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-12-05 17:01:34 +01:00
renovate[bot]
eaa44031d1 fix(deps): update rust crate hyper-util to 0.1.19
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-03 14:10:02 +00:00
renovate[bot]
d42622bcfc fix(deps): update rust crate log to 0.4.29
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-03 03:57:27 +00:00
renovate[bot]
658740ee7f fix(deps): update rust crate clap to ~4.5.53
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-01 10:59:09 +00:00
Mario Loriedo
0fa48211bd Remove iptables support
Code and documentation changes to remove the support of
iptables as a firewall driver.

Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
2025-11-17 19:02:16 +01:00
renovate[bot]
37446a174d fix(deps): update rust crate hyper-util to 0.1.18
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-13 21:30:53 +00:00
Paul Holzinger
1df9198441 bump to v2.0.0-dev
This means we are ready to merge breaking changes such as the iptables
removal.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-11-12 14:13:33 +01:00
Paul Holzinger
53a710a5ec release v1.17.0
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-11-12 13:34:41 +01:00
Paul Holzinger
0b5a12c441 run cargo update
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-11-07 19:49:45 +01:00
Paul Holzinger
ec06f11290 update serde and serde_json
To 1.0.228 and 1.0.145 respectively.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-11-06 15:35:40 +01:00
openshift-merge-bot[bot]
de9f438f4a Merge pull request #1185 from containers/renovate/iptables-0.x
fix(deps): update rust crate iptables to 0.6.0
2025-11-06 12:52:23 +00:00
renovate[bot]
560b00d273 fix(deps): update rust crate iptables to 0.6.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-06 12:19:15 +00:00
renovate[bot]
fdeb95500d fix(deps): update rust crate clap to ~4.5.51
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-06 12:05:02 +00:00
Gris Ge
ed733e5de9 Upgrade to mozim 0.3.0
Highlights for mozim 0.3:
 * Full tokio based rewrite which does not require standalone thread for
   Future wakeup.
 * Removed `nispor` as dependency.

Signed-off-by: Gris Ge <fge@redhat.com>
2025-11-05 15:05:36 +01:00
renovate[bot]
6cd1b44baa fix(deps): update rust crate zbus to 5.12.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 15:48:50 +00:00
renovate[bot]
c2313bb356 fix(deps): update rust crate tokio to 1.48.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 19:46:50 +00:00
renovate[bot]
80ff3a5a34 chore(deps): update rust crate tempfile to 3.23.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-23 06:06:47 +00:00
renovate[bot]
cdb8c0a61c fix(deps): update rust crate netlink-packet-core to 0.8.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-19 14:38:29 +00:00
openshift-merge-bot[bot]
8b2c14461a Merge pull request #1330 from Luap99/netlink
update netlink-package-{core, route}
2025-09-19 14:32:51 +00:00
renovate[bot]
09ddeb8372 fix(deps): update rust crate hyper-util to 0.1.17
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 04:02:06 +00:00
renovate[bot]
27814a2beb fix(deps): update rust crate serde_json to 1.0.144
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-14 01:28:29 +00:00
renovate[bot]
33a4eeebec chore(deps): update rust crate tempfile to 3.22.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-09 17:50:08 +00:00
Paul Holzinger
4aefcbbdf9 update netlink-package-{core, route}
And adapt for some minor breaking changes.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-09-09 15:52:53 +02:00
openshift-merge-bot[bot]
5d9cc9fb78 Merge pull request #1293 from Luap99/tonic
update tonic and prost to 0.14
2025-09-09 13:41:59 +00:00
renovate[bot]
a501d66178 fix(deps): update rust crate zbus to 5.11.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-09 10:54:26 +00:00
Paul Holzinger
1db5fd2e64 update tonic and prost to 0.14
Some new crates we have to use but not actually code changes.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-09-08 16:50:23 +02:00
renovate[bot]
c858457b97 chore(deps): update rust crate chrono to 0.4.42
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-08 10:54:02 +00:00
renovate[bot]
0450f4b42a fix(deps): update rust crate log to 0.4.28
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-03 20:58:16 +00:00
renovate[bot]
4b36d19979 fix(deps): update rust crate zbus to 5.10.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-24 22:12:32 +00:00
openshift-merge-bot[bot]
1148b5f57d Merge pull request #1315 from Luap99/nftables-0.6.3
update nftables to v0.6.3
2025-08-20 13:19:30 +00:00
renovate[bot]
b79bdd733e chore(deps): update rust crate tempfile to 3.21.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 23:02:21 +00:00
renovate[bot]
4d102f775a fix(deps): update rust crate serde_json to 1.0.143
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 05:40:27 +00:00
Paul Holzinger
9a306b8a5f update nftables to v0.6.3
Contains a fix for a small breaking change.

But most importantly it fixes a compatibility problem with nftables
v1.1.4 where it failed to parse the json format.

Fixes: #1303

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-08-15 17:53:26 +02:00