Skip to content

Commit

Permalink
Merge pull request #531 from baude/releasev1.13.0
Browse files Browse the repository at this point in the history
Release v1.13.0
  • Loading branch information
openshift-merge-bot[bot] authored Oct 29, 2024
2 parents 2c532bf + 319d871 commit 102000f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.14.0-dev"
edition = "2018"
authors = ["github.com/containers"]
license = "Apache-2.0"
Expand Down
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 102000f

Please sign in to comment.