diff --git a/_service b/_service index 4fcc913..a453c0a 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/containers/aardvark-dns @PARENT_TAG@ git - v1.10.0 + v1.11.0 * v(\d+\.\d+\.\d+) \1 diff --git a/_servicedata b/_servicedata index faf9e2f..a2bb574 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/aardvark-dns - 875c717352be058864d107c6cb07e820904aca0d \ No newline at end of file + 666d7b15b28ea913295b02b756c0a778a4f9b341 \ No newline at end of file diff --git a/aardvark-dns-1.10.0.tar.gz b/aardvark-dns-1.10.0.tar.gz deleted file mode 100644 index 2057625..0000000 --- a/aardvark-dns-1.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d70e1dfe78bfdadb78e9059f2d5c9fdb61fded0342263f1dccb13c725bea46f -size 56603 diff --git a/aardvark-dns-1.11.0.tar.gz b/aardvark-dns-1.11.0.tar.gz new file mode 100644 index 0000000..3b4b970 --- /dev/null +++ b/aardvark-dns-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37fccbbcfa978f9240249c41552dd7e018ce336c143fdaaee14fdefbb3f413c +size 59047 diff --git a/aardvark-dns.changes b/aardvark-dns.changes index 40a5a00..72ced9a 100644 --- a/aardvark-dns.changes +++ b/aardvark-dns.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Mon Jun 03 07:16:07 UTC 2024 - danish.prakash@suse.com + +- Remove redundant source: cargo_config +- Update to version 1.11.0: + * Release v1.11.0 + * v1.11.0 release notes + * run cargo update + * chore(deps): update dependency containers/automation_images to v20240529 + * Internal networks cannot make external DNS requests + * fix(deps): update rust crate anyhow to 1.0.86 + * fix(deps): update rust crate nix to 0.29.0 + * [skip-ci] RPM: use default __cargo macro across all envs + * chore(deps): update dependency containers/automation_images to v20240513 + * fix(deps): update rust crate anyhow to 1.0.83 + * [skip-ci] Packit: separate `packages` key for rhel jobs + * fix(deps): update rust crate libc to 0.2.154 + * [skip-ci] Packit: enable rhel10, c10s tests and c10s downstream sync + * [skip-ci] Packit: Remove EL8 jobs + * fix(deps): update rust crate syslog to ^6.1.1 + * fix reverse ipv6 lookup test flake + * fix(deps): update hickory-dns monorepo to 0.24.1 + * chore(deps): update rust crate chrono to 0.4.38 + * Don't tear down all server threads on SIGHUP (bsc#1224167) + * fix(deps): update rust crate anyhow to 1.0.82 + * fix(deps): update rust crate tokio to 1.37.0 + * Update to nix-0.28.0 + * update chrono package + * chore(deps): update dependency containers/automation_images to v20240320 + * fix(deps): update rust crate anyhow to 1.0.81 + * tests: check queried domain name in reverse lookup tests + * fix: set name for answers in reverse lookups + * chore: fix typo in runner script + * chore: fix log message when doing reverse lookup + * fix(deps): update rust crate log to 0.4.21 + * fix(deps): update rust crate anyhow to 1.0.80 + * chore(deps): update rust crate chrono to 0.4.34 + * fix(deps): update rust crate async-broadcast to 0.7.0 + * fix(deps): update rust crate tokio to 1.36.0 + * [CI:DOCS] Packit: disable bodhi tasks + * chore(deps): update rust crate chrono to 0.4.33 + * Bump to 1.11.0-dev + ------------------------------------------------------------------- Thu Jan 25 06:08:17 UTC 2024 - danish.prakash@suse.com diff --git a/aardvark-dns.spec b/aardvark-dns.spec index 8a6a4e6..8222c76 100644 --- a/aardvark-dns.spec +++ b/aardvark-dns.spec @@ -17,14 +17,13 @@ Name: aardvark-dns -Version: 1.10.0 +Version: 1.11.0 Release: 0 Summary: Authoritative dns server for A/AAAA container records License: Apache-2.0 URL: https://github.com/containers/%{name} Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz -Source2: cargo_config BuildRequires: cargo BuildRequires: cargo-packaging # Disable this line if you wish to support all platforms. @@ -35,8 +34,6 @@ It can forward other requests to configured resolvers. %prep %autosetup -a1 -mkdir .cargo -cp %{SOURCE2} .cargo/config %build %make_build diff --git a/cargo_config b/cargo_config deleted file mode 100644 index 6fb4ff4..0000000 --- a/cargo_config +++ /dev/null @@ -1,5 +0,0 @@ -[source.crates-io] -replace-with = "vendored-sources" - -[source.vendored-sources] -directory = "vendor" \ No newline at end of file diff --git a/vendor.tar.gz b/vendor.tar.gz index 638b580..4ce346e 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eca4c06290d0aa9e8e5ef36b76f5785a313a309fdfd9715fb38c740a897c173f -size 30781136 +oid sha256:1e47a51af58731a0f782f3d6a1885bf12fc8f43574dffe97d1caf6a8771a73d7 +size 32093265