From 685b132e6f07c492be6a936dacc644ad60b56d97 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 29 Oct 2024 09:42:19 -0500 Subject: [PATCH 1/3] Update release notes for 1.13.0 Signed-off-by: Brent Baude --- RELEASE_NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4eee3571..4af6a363 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,16 @@ # Release Notes +## v1.13.0 + +* Set TTL to 0 for container names +* Allow forwarding of names with no ndots +* DNS: limit to 3 resolvers and use better timeout for them +* Ignore unknown resolv.conf options + +## v1.12.2 + +* This releases fixes a security issue (CVE-2024-8418) where tcp connections where not handled correctly which allowed a container to block dns queries for other clients on the same network #500. Versions before v1.12.0 are unaffected as they do not have tcp support. + ## v1.12.1 * Fixed problem with categories in Cargo.toml that prevented us from publishing v1.12.0 From 8bb480684adede6b30aa57541fc3bebe7ec8228f Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 29 Oct 2024 10:07:47 -0500 Subject: [PATCH 2/3] Release v1.13.0 Signed-off-by: Brent Baude --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2546e5a1..b2ba8513 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aardvark-dns" -version = "1.13.0-dev" +version = "1.13.0" dependencies = [ "arc-swap", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0506342c..ffc3b40a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aardvark-dns" # This version specification right below is reused by .packit.sh to generate rpm version -version = "1.13.0-dev" +version = "1.13.0" edition = "2018" authors = ["github.com/containers"] license = "Apache-2.0" From 319d871cf38ec66df0af45828c0eb10ff2cfc5a6 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 29 Oct 2024 10:08:10 -0500 Subject: [PATCH 3/3] Bump to 1.14.0-dev Signed-off-by: Brent Baude --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2ba8513..83958990 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aardvark-dns" -version = "1.13.0" +version = "1.14.0-dev" dependencies = [ "arc-swap", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ffc3b40a..c8a4b5ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aardvark-dns" # This version specification right below is reused by .packit.sh to generate rpm version -version = "1.13.0" +version = "1.14.0-dev" edition = "2018" authors = ["github.com/containers"] license = "Apache-2.0"