Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
2
_service
2
_service
@ -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.13.1</param>
|
||||
<param name="revision">v1.12.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/aardvark-dns</param>
|
||||
<param name="changesrevision">966017cf9252d09b0608ccb3ac7faf22e9bc847d</param></service></servicedata>
|
||||
<param name="changesrevision">4034a243378c4069ec40d32830aa6a96c1041906</param></service></servicedata>
|
3
aardvark-dns-1.11.0.tar.gz
Normal file
3
aardvark-dns-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d37fccbbcfa978f9240249c41552dd7e018ce336c143fdaaee14fdefbb3f413c
|
||||
size 59047
|
3
aardvark-dns-1.12.1.tar.gz
Normal file
3
aardvark-dns-1.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2476619f6f0684be918a3f4e9fa6f183b4f8134cff77dbee3c66a5bec9d3b392
|
||||
size 60863
|
3
aardvark-dns-1.12.2.tar.gz
Normal file
3
aardvark-dns-1.12.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85756b59252b40bc4d712548bfc0dbc947f310111d95a4ba82d7b707f45793aa
|
||||
size 61226
|
BIN
aardvark-dns-1.13.1.tar.gz
(Stored with Git LFS)
BIN
aardvark-dns-1.13.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,60 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 05:32:12 UTC 2024 - madhankumar.chellamuthu@suse.com
|
||||
|
||||
- Update to version 1.13.1:
|
||||
* Release v1.13.1
|
||||
* release notes for 1.13.1
|
||||
* test: make jq query work on centos stream 9
|
||||
* [skip-ci] Packit/TMT: idiomatic repo addition
|
||||
* [skip-ci] Packit: Remove epel jobs
|
||||
* tmt: install dnsmasq dependency
|
||||
* [skip-ci] Packit: disable osh-diff-scan
|
||||
* [skip-ci] Packit: enable c9s downstream updates
|
||||
* [skip-ci] TMT: install builddeps downstream
|
||||
* [skip-ci] RPM: cleanup changelog conditionals
|
||||
* support ipv6 link local addresses in resolv.conf
|
||||
* cirrus: update DEST_BRANCH
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 02:02:33 UTC 2024 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 1.13.0:
|
||||
* Release v1.13.0
|
||||
* Update release notes for 1.13.0
|
||||
* test: use dnsmasq over slirp4netns
|
||||
* coredns: forward names with no ndots as well
|
||||
* run cargo update
|
||||
* fix(deps): update rust crate tokio to 1.41.0
|
||||
* fix(deps): update rust crate flume to 0.11.1
|
||||
* fix(deps): update rust crate libc to 0.2.161
|
||||
* fix(deps): update rust crate libc to 0.2.160
|
||||
* fix(deps): update rust crate clap to ~4.5.20
|
||||
* cirrus: check for msrv build
|
||||
* define a MSRV policy
|
||||
* chore(deps): update dependency containers/automation_images to v20241010
|
||||
* [skip-ci] Packit: constrain koji job to the fedora package
|
||||
* dns: limit to 3 resolvers and use better timeout for them
|
||||
* OWNERS file audit and update
|
||||
* fix new lint error with rust 1.81
|
||||
* test: make them pass on RHEL/Centos Stream 9
|
||||
* Packit: disable F39 and separate out ELN
|
||||
* serve: parse resolv.conf ourselves
|
||||
* fix(deps): update rust crate libc to 0.2.159
|
||||
* coredns: allow host lookup of names
|
||||
* backend: return simple Vector in lookup()
|
||||
* coredns: use a TTL of 0 for our names
|
||||
* coredns: do not clonse the Record
|
||||
* netavark_cache_groom.sh: fix wrong branch
|
||||
* Packit: add sidetag to release with netavark
|
||||
* coredns: work on tcp requests concurrently
|
||||
* tcp: add timeout to connection
|
||||
* fix(deps): update rust crate tokio to 1.40.0
|
||||
* fix(deps): update rust crate libc to 0.2.158
|
||||
* chore(deps): update dependency containers/automation_images to v20240821
|
||||
* fix(deps): update rust crate tokio to 1.39.3
|
||||
* fix(deps): update rust crate libc to 0.2.156
|
||||
* Bump main version back to v1.13.0-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 04 15:52:38 UTC 2024 - dcermak@suse.com
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
name: aardvark-dns
|
||||
version: 1.13.1
|
||||
mtime: 1730900526
|
||||
commit: 966017cf9252d09b0608ccb3ac7faf22e9bc847d
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: aardvark-dns
|
||||
Version: 1.13.1
|
||||
Version: 1.12.2
|
||||
Release: 0
|
||||
Summary: Authoritative dns server for A/AAAA container records
|
||||
License: Apache-2.0
|
||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user