Go to file
Bruce Ashfield ee296b08d2 aardvark-dns: update to v1.14.0
Bumping aardvark-dns to version v1.14.0-21-g7fa18ef, which comprises the following commits:

    423ee20 Release v1.14.0
    a09156c release notes for v1.14.0
    6902a23 update release notes from v1.13.1
    e59135d run cargo update
    b053576 fix lint issues with rust 1.84
    9c94509 chore(deps): update dependency containers/automation_images to v20250131
    b2405f6 fix(deps): update rust crate clap to ~4.5.28
    25dee01 fix(deps): update rust crate log to 0.4.25
    4cdab7c fix(deps): update rust crate tokio to 1.43.0
    d49caa6 chore(deps): update dependency containers/automation_images to v20250107
    8dc485e fix(deps): update rust crate clap to ~4.5.23
    e66de45 fix(deps): update rust crate libc to 0.2.169
    1fdd24c fix(deps): update hickory-dns monorepo to 0.24.2
    d5e7a2f Cargo.lock: bump some versions
    eb938db run cargo update
    7e7b7db cargo: set rust-version
    24a0302 fix(deps): update rust crate clap to ~4.5.21
    234a634 fix(deps): update rust crate libc to 0.2.167
    2714706 OWNERS: remove edsantiago
    ba26b80 fix(deps): update rust crate libc to 0.2.165
    3a87b98 fix(deps): update rust crate libc to 0.2.164
    99938cd chore(deps): update dependency containers/automation_images to v20241107
    11fcad7 fix(deps): update rust crate tokio to 1.41.1
    d11cd29 fix(deps): update rust crate libc to 0.2.162
    9842cb4 test: make jq query work on centos stream 9
    db71833 [skip-ci] Packit: disable osh-diff-scan
    de9890d support ipv6 link local addresses in resolv.conf
    1f26559 [skip-ci] Packit: enable c9s downstream updates
    82c1697 [skip-ci] TMT: install builddeps downstream
    2d5462c [skip-ci] RPM: cleanup changelog conditionals
    59d5622 [skip-ci] Packit/TMT: idiomatic repo addition
    02c7213 [skip-ci] Packit: Remove epel jobs
    15c8e62 tmt: install dnsmasq dependency
    319d871 Bump to 1.14.0-dev
    8bb4806 Release v1.13.0
    685b132 Update release notes for 1.13.0
    e6ce710 test: use dnsmasq over slirp4netns
    5db65bd coredns: forward names with no ndots as well
    7e77a8d run cargo update
    e002654 fix(deps): update rust crate tokio to 1.41.0
    8e6a556 fix(deps): update rust crate flume to 0.11.1
    9955080 fix(deps): update rust crate libc to 0.2.161
    894e5b0 fix(deps): update rust crate libc to 0.2.160
    9440643 fix(deps): update rust crate clap to ~4.5.20
    ce0d57d cirrus: check for msrv build
    b57674c define a MSRV policy
    1da4b9a chore(deps): update dependency containers/automation_images to v20241010
    7dbedb8 [skip-ci] Packit: constrain koji job to the fedora package
    246657a dns: limit to 3 resolvers and use better timeout for them
    94a210d OWNERS file audit and update
    fb501cf fix new lint error with rust 1.81
    2900aea test: make them pass on RHEL/Centos Stream 9
    6b7741f Packit: disable F39 and separate out ELN
    22293ef serve: parse resolv.conf ourselves
    e9120c7 fix(deps): update rust crate libc to 0.2.159
    5a21a4e coredns: allow host lookup of names
    fc08648 backend: return simple Vector in lookup()
    edbe4e9 coredns: use a TTL of 0 for our names
    6ec9581 coredns: do not clonse the Record
    5b79e12 netavark_cache_groom.sh: fix wrong branch
    4f3d45c Packit: add sidetag to release with netavark
    39d0043 coredns: work on tcp requests concurrently
    6d76c50 tcp: add timeout to connection
    16c85e4 fix(deps): update rust crate tokio to 1.40.0
    6503cae fix(deps): update rust crate libc to 0.2.158
    8e6021a chore(deps): update dependency containers/automation_images to v20240821
    65e069c fix(deps): update rust crate tokio to 1.39.3
    bd49d09 fix(deps): update rust crate libc to 0.2.156
    bc93f61 Bump main version back to v1.13.0-dev
    95aeb56 Release v1.12.1
    e6847a3 Updated release notes for 1.12.1
    9e4562b Change av cargo categories
    a74d9ea Bump to 1.13.0-dev
    8cfe0a6 Release 1.12.0
    a7ceaf5 Release notes for 1.12
    6bb82d6 config: ignore enoent errors while reading configs
    6989e0f run cargo update
    cc25b2f update upsteam resolvers on each refresh
    c24de46 fix(deps): update rust crate syslog to v7
    8326739 fix(deps): update rust crate tokio to 1.39.2
    7a5e6e7 add tcp support for forwarding
    a3ffae3 add tcp listening support
    aa4ee01 test: add new test to check for startup error
    8575b7e return bind error to caller on first start
    6416ca4 add our own error type and use it over anyhow
    0e239cd server: use anyhow to wrap parse_configs error
    1bb0a28 server: split out main loop into new function
    5e635c8 main: remove aardvark-dns error prefix
    7049573 coredns: remove unnecessary try_join! call
    667e5db coredns: drop pointless name var
    0691689 serve: read nameservers once
    48fcdee replace signal-hook with tokio::signal
    48754fa serve: fix broken error logging
    6f6e5a6 server: improve parent <-> child error handling
    ef2dcc2 add some basic perf check script
    1c08966 fix(deps): update rust crate tokio to 1.39.0
    67fccab coredns: create reply_ip() function
    922db0f coredns: match dns type explicitly
    224756d server: use only one tokio runtime
    867570e coredns: improve indentation for process_message()
    7b5301a coredns: move upstream resolvers detection later
    96784c3 coredns: do not clone sender
    6039c8f read AARDVARK_NO_PROXY once
    78e0c0e coredns: move main code out of select!
    80e48df coredns: fix "name" naming
    bcc5195 coredns: remove unused forward_addr/port
    7d1677f coredns: fix handling of dns search domain
    b6773a9 coredns: rework PTR lookup flow
    2a062e0 fix(deps): update rust crate tokio to 1.38.1
    b731153 [skip-ci] TMT: Reorg upstream tests for downstream reusability
    003123d [skip-ci] Packit: use `packages: [aardvark-dns-fedora]` for podman-next builds

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-03-11 06:06:33 +00:00
classes image-oci-unmoci: preserve file modes 2025-01-17 19:17:10 +00:00
conf conf: containerd: add networking configuration 2024-11-15 19:50:00 +00:00
docs podman: Add support for rootless mode 2022-07-15 17:11:58 -04:00
dynamic-layers kernel: drop 6.6 support 2025-02-11 23:19:51 +00:00
files fs-perms-nagios.txt: add perms conf file 2018-09-06 12:45:17 -04:00
lib/oeqa/runtime/cases xtf: add testimage integration to run XTF test cases in OEQA 2021-09-02 16:36:23 -04:00
recipes-containers aardvark-dns: update to v1.14.0 2025-03-11 06:06:33 +00:00
recipes-core packagegroup-container: respect seccomp in DISTRO_FEATURES 2024-11-21 04:28:51 +00:00
recipes-demo demos/helloworld: fix S and UNPACKDIR 2024-11-15 19:50:00 +00:00
recipes-devtools python3-cached-property: drop recipe 2025-01-17 19:16:26 +00:00
recipes-extended nagios-core: WORKDIR -> UNPACKDIR transition 2025-03-11 06:06:33 +00:00
recipes-graphics/xorg-xserver global: overrides syntax conversion 2021-08-02 17:17:53 -04:00
recipes-kernel kernel: drop 6.6 support 2025-02-11 23:19:51 +00:00
recipes-networking slirp4netns: update to v1.3.1 2025-01-17 19:17:09 +00:00
scripts scripts/oe-go-mod-autogen: allow repository mapping 2024-07-15 14:12:53 +00:00
wic xen: use bzImage for boot (instead of vmlinux) 2024-03-21 23:15:13 +00:00
.gitignore buildah: add seccomp and ipv6 to REQUIRED_DISTRO_FEATURES 2023-04-12 13:10:11 -04:00
COPYING.MIT Initial meta-xen layer documentation. 2012-06-21 15:51:11 -06:00
MAINTAINERS MAINTAINERS: add xtf and the raspberry pi dynamic layer for Xen 2021-12-16 21:45:00 -05:00
meta-virt-roadmap.txt docs: roadmap: add missing workflow items 2019-10-28 11:56:10 -04:00
README.md docs/README: drop meta-oe priority recommendation 2024-04-04 19:57:46 +00:00
SECURITY.md docs: add SECURITY.md and rename README.md 2023-11-06 16:21:12 +00:00

meta-virtualization

This layer provides support for building Xen, KVM, Libvirt, and associated packages necessary for constructing OE-based virtualized solutions.

The bbappend files for some recipes (e.g. linux-yocto) in this layer need to have 'virtualization' in DISTRO_FEATURES to have effect. To enable them, add in configuration file the following line.

DISTRO_FEATURES:append = " virtualization"

If meta-virtualization is included, but virtualization is not enabled as a distro feature a warning is printed at parse time:

You have included the meta-virtualization layer, but
'virtualization' has not been enabled in your DISTRO_FEATURES. Some bbappend files
may not take effect. See the meta-virtualization README for details on enabling
virtualization support.

If you know what you are doing, this warning can be disabled by setting the following variable in your configuration:

SKIP_META_VIRT_SANITY_CHECK = 1

Depending on your use case, there are other distro features in meta-virtualization that may also be enabled:

  • xen: enables xen functionality in various packages (kernel, libvirt, etc)
  • kvm: enables KVM configurations in the kernel and autoloads modules
  • k8s: enables kubernets configurations in the kernel, tools and configuration
  • aufs: enables aufs support in docker and linux-yocto
  • x11: enable xen and libvirt functionality related to x11
  • selinux: enables functionality in libvirt and lxc
  • systemd: enable systemd services and unit files (for recipes for support)
  • sysvinit: enable sysvinit scripts (for recipes with support)
  • seccomp: enable seccomp support for packages that have the capability.

Dependencies

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git branch: master revision: HEAD prio: default

URI: git://github.com/openembedded/meta-openembedded.git branch: master revision: HEAD layers: meta-oe meta-networking meta-filesystems meta-python

Required for Xen XSM policy: URI: git://git.yoctoproject.org/meta-selinux branch: master revision: HEAD prio: default

Required for Ceph: URI: git://git.yoctoproject.org/meta-cloud-services branch: master revision: HEAD prio: default

Required for cri-o: URI: git://git.yoctoproject.org/meta-selinux branch: master revision: HEAD prio: default

Community / Colaboration

Repository: https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/ Mailing list: https://lists.yoctoproject.org/g/meta-virtualization IRC: libera.chat #meta-virt channel

Maintenance

Send pull requests, patches, comments or questions to meta-virtualization@lists.yoctoproject.org

Maintainer: Bruce Ashfield bruce.ashfield@gmail.com see MAINTAINERS for more specific information

When sending single patches, please using something like: $ git send-email -1 -M --to meta-virtualization@lists.yoctoproject.org --subject-prefix='meta-virtualization][PATCH'

License

All metadata is MIT licensed unless otherwise stated. Source code included in tree for individual recipes is under the LICENSE stated in each recipe (.bb file) unless otherwise stated.