Skip to content

Commit c27903d

Browse files
Merge pull request #19194 from Cydox/fix-notes
[CI:DOCS] [Release Notes]: add static routes
2 parents 93009a9 + 6960a81 commit c27903d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- The `--ip-range` option to the `podman network create` command now accepts a new syntax, `<startIP>-<endIP>`, which allows more flexibility when limiting the ip range that Podman assigns.
1010
- [Tech Preview] A new command, `podmansh`, has been added, which executes a user shell within a container when the user logs into the system. The container that the users get added to can be defined via a Podman Quadlet file. This feature is currently a `Tech Preview` which means it's ready for users to try out but changes can be expected in upcoming versions.
1111
- The `podman network create` command supports a new `--option`, `bclim`, for the `macvlan` driver.
12+
- The `podman network create` command now supports adding static routes using the `--route` option.
13+
- The `podman network create` command supports a new `--option`, `no_default_route` for all drivers.
1214
- The `podman info` command now prints network information about the binary path, package version, program version and DNS information ([#18443](https://github.com/containers/podman/issues/18443)).
1315
- The `podman info` command now displays the number of free locks available, helping to debug lock exhaustion scenarios.
1416
- The `podman info` command now outputs information about pasta, if it exists in helper_binaries_dir or $PATH.

0 commit comments

Comments
 (0)