summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2022-07-26 15:50:33 -0400
committerMatthew Heon <matthew.heon@pm.me>2022-07-27 14:32:12 -0400
commit3713d42df92655e0a142d986093dd053a68706a5 (patch)
tree17e6eb38a70da41a6c5598a3dc52ba2cb5566c9c /RELEASE_NOTES.md
parenteccad5c2235d38d239ff24a7c9044ed245c56fc2 (diff)
Update release notes for v1.1.0
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 1a3e8b4..6ff1b27 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,11 @@
# Release Notes
+## v1.1.0
+* Netavark is now capable of starting Aardvark on a port other than 53 (controlled by `dns_bind_port` in `containers.conf`). Firewall rules are added to ensure DNS still functions properly despite the port change.
+* Added the ability to isolate networks. Networks with the isolate option set cannot communicate with other networks with the isolate option set.
+* Improved the way Aardvark is launched to avoid potential race conditions where DNS would not be ready when containers were started.
+* Fixed a bug where Aardvark could not be run in environments with a read-only `/proc` (e.g. inside a container).
+
## v1.0.3
* Updated dependenciess
* Simplified option parsing for bridge/macvlan