Accepting request 1193336 from devel:microos

OBS-URL: https://build.opensuse.org/request/show/1193336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aardvark-dns?expand=0&rev=11
This commit is contained in:
2024-08-13 11:22:07 +00:00
committed by Git OBS Bridge
7 changed files with 60 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/containers/aardvark-dns</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v1.11.0</param>
<param name="revision">v1.12.1</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/containers/aardvark-dns</param>
<param name="changesrevision">666d7b15b28ea913295b02b756c0a778a4f9b341</param></service></servicedata>
<param name="changesrevision">95aeb560bc7510f20761123c6c713d7376dd4477</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d37fccbbcfa978f9240249c41552dd7e018ce336c143fdaaee14fdefbb3f413c
size 59047

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2476619f6f0684be918a3f4e9fa6f183b4f8134cff77dbee3c66a5bec9d3b392
size 60863

View File

@@ -1,3 +1,55 @@
-------------------------------------------------------------------
Wed Aug 07 06:36:52 UTC 2024 - danish.prakash@suse.com
- Update to version 1.12.1:
* Release v1.12.1
* Updated release notes for 1.12.1
* Change av cargo categories
* Bump to 1.13.0-dev
* Release 1.12.0
* Release notes for 1.12
* config: ignore enoent errors while reading configs
* run cargo update
* update upsteam resolvers on each refresh
* fix(deps): update rust crate syslog to v7
* fix(deps): update rust crate tokio to 1.39.2
* add tcp support for forwarding
* add tcp listening support
* test: add new test to check for startup error
* return bind error to caller on first start
* add our own error type and use it over anyhow
* server: use anyhow to wrap parse_configs error
* server: split out main loop into new function
* main: remove aardvark-dns error prefix
* coredns: remove unnecessary try_join! call
* coredns: drop pointless name var
* serve: read nameservers once
* replace signal-hook with tokio::signal
* serve: fix broken error logging
* server: improve parent <-> child error handling
* add some basic perf check script
* fix(deps): update rust crate tokio to 1.39.0
* coredns: create reply_ip() function
* coredns: match dns type explicitly
* server: use only one tokio runtime
* coredns: improve indentation for process_message()
* coredns: move upstream resolvers detection later
* coredns: do not clone sender
* read AARDVARK_NO_PROXY once
* coredns: move main code out of select!
* coredns: fix "name" naming
* coredns: remove unused forward_addr/port
* coredns: fix handling of dns search domain
* coredns: rework PTR lookup flow
* fix(deps): update rust crate tokio to 1.38.1
* [skip-ci] TMT: Reorg upstream tests for downstream reusability
* [skip-ci] Packit: use `packages: [aardvark-dns-fedora]` for podman-next builds
* Be sure to have at least Epoch 2 to preserve upgrade path in c10s.
* fix(deps): update rust crate log to 0.4.22
* [CI:BUILD] rpm: Update Rust macro usage
* fix(deps): update rust crate tokio to 1.38.0
* Bump to 1.12.0-dev
-------------------------------------------------------------------
Fri Jul 26 06:54:04 UTC 2024 - Danish Prakash <danish.prakash@suse.com>

View File

@@ -17,7 +17,7 @@
Name: aardvark-dns
Version: 1.11.0
Version: 1.12.1
Release: 0
Summary: Authoritative dns server for A/AAAA container records
License: Apache-2.0

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e47a51af58731a0f782f3d6a1885bf12fc8f43574dffe97d1caf6a8771a73d7
size 32093265
oid sha256:ba961866812886a15ea2eca5ebe34e3669f1421087205407758d26fcfa7d6453
size 28969159