-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NV/AV 1.3 Release announcement (#571)
Signed-off-by: Brent Baude <bbaude@redhat.com> Signed-off-by: Brent Baude <bbaude@redhat.com>
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Netavark and Aardvark-dns v1.3.0 released | ||
layout: default | ||
author: baude | ||
categories: [blogs] | ||
tags: containers, podman | ||
--- | ||
|
||
|
||
![podman logo](https://podman.io/images/podman.svg) | ||
|
||
# Netavark and Aardvark-dns v1.3.0 release | ||
|
||
We have cut new releases of the network stack components for [netavark](https://github.com/containers/netavark/releases/tag/v1.3.0) | ||
and [aardvark-dns](https://github.com/containers/aardvark-dns/releases/tag/v1.3.0). Both netavark and aardvark-dns | ||
versions 1.3.0 were released. As the process works, the upstream releases will slowly work their way into | ||
Linux distributions. | ||
|
||
A basic summary of changes for both are as follows: | ||
|
||
### v1.3.0 Netavark | ||
* Housekeeping and code cleanup | ||
* macvlan: remove tmp interface when name already used in netns | ||
* Add support for route metrics | ||
* netlink: return better error if ipv6 is disabled | ||
* macvlan: fix name collision on hostns | ||
* Ignore dns-enabled for macvlan (BZ2137320) | ||
* better errors on teardown | ||
* allow customer dns servers for containers | ||
* do not set route for internal-only networks | ||
* do not use ipv6 autoconf | ||
|
||
### v1.3.0 Aardvark-dns | ||
* allow one or more dns servers in the aardvark config |