summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleš Mrázek <ales.mrazek@nic.cz>2024-11-11 10:40:01 +0100
committerAleš Mrázek <ales.mrazek@nic.cz>2024-11-11 10:40:01 +0100
commit2602d7c26bc8bd7cc7e6f0736763cd945e09c504 (patch)
tree72e2b2e98a561f0bc48760458bfb6fcdae6eb3a3
parentMerge !1624: add rate-limiting (diff)
parent.gitlab-ci.yml: update path for 'make-obs.sh' script (diff)
downloadknot-resolver-6.0.9.tar.xz
knot-resolver-6.0.9.zip
Merge branch 'release-6.0.9' into 'master'v6.0.9
Release 6.0.9 See merge request knot/knot-resolver!1628
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--AUTHORS2
-rw-r--r--NEWS2
-rw-r--r--doc/_static/config.schema.json4
-rw-r--r--meson.build2
-rw-r--r--pyproject.toml2
-rw-r--r--python/knot_resolver/constants.py2
-rw-r--r--setup.py2
8 files changed, 10 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32a1c7c5..7472f0f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -576,7 +576,7 @@ obs:trigger: &obs_trigger
- source ./venv/bin/activate
- pip install --upgrade pip
- pip install apkg
- - scripts/make-obs.sh
+ - scripts/ci/make-obs.sh
- echo y | scripts/ci/build-in-obs.sh $OBS_REPO
obs:release:
diff --git a/AUTHORS b/AUTHORS
index 3f8f226e..d511deec 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -21,6 +21,7 @@ Daniel Salzman <daniel.salzman@nic.cz>
daurnimator <quae@daurnimator.com>
David Beitey <david@davidjb.com>
Felix Yan <felixonmars@archlinux.org>
+Frantisek Tobias <frantisek.tobias@nic.cz>
Grigorii Demidov <grigorii.demidov@nic.cz>
Hasnat <hasnat.ullah@gmail.com>
Héctor Molinero Fernández <hector@molinero.dev>
@@ -45,6 +46,7 @@ Lukáš Ježek <lukas.jezek@nic.cz>
Lukáš Ondráček <lukas.ondracek@nic.cz>
Manu Bretelle <chantr4@gmail.com>
Marek Vavruša <mvavrusa@cloudflare.com>
+menakite <29005531+menakite@users.noreply.github.com>
Michal Karm Babáček <karm@email.cz>
Michal Lupečka <mlupecka@nic.cz>
Ondřej Surý <ondrej.sury@nic.cz>
diff --git a/NEWS b/NEWS
index 4339ce1c..115ea4a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Knot Resolver 6.0.9 (2024-mm-dd)
+Knot Resolver 6.0.9 (2024-11-11)
================================
Improvements
diff --git a/doc/_static/config.schema.json b/doc/_static/config.schema.json
index a0572813..86bc4277 100644
--- a/doc/_static/config.schema.json
+++ b/doc/_static/config.schema.json
@@ -1,8 +1,8 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
- "$id": "https://www.knot-resolver.cz/documentation/v6.0.8/_static/config.schema.json",
+ "$id": "https://www.knot-resolver.cz/documentation/v6.0.9/_static/config.schema.json",
"title": "Knot Resolver configuration JSON schema",
- "description": "Version Knot Resolver 6.0.8",
+ "description": "Version Knot Resolver 6.0.9",
"type": "object",
"properties": {
"version": {
diff --git a/meson.build b/meson.build
index 8d723374..f992abcd 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project(
'knot-resolver',
['c', 'cpp'],
license: 'GPLv3+',
- version: '6.0.8',
+ version: '6.0.9',
default_options: ['c_std=gnu11', 'b_ndebug=true'],
meson_version: '>=0.49',
)
diff --git a/pyproject.toml b/pyproject.toml
index 5e659319..9504e3c2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "knot-resolver"
-version = "6.0.8"
+version = "6.0.9"
description = "Knot Resolver Manager - a Python program that automatically manages the other components of the resolver"
license = "GPL-3.0-or-later"
authors = [
diff --git a/python/knot_resolver/constants.py b/python/knot_resolver/constants.py
index 2acb8660..f37bb2af 100644
--- a/python/knot_resolver/constants.py
+++ b/python/knot_resolver/constants.py
@@ -1,6 +1,6 @@
from pathlib import Path
-VERSION = "6.0.8"
+VERSION = "6.0.9"
USER = "knot-resolver"
GROUP = "knot-resolver"
diff --git a/setup.py b/setup.py
index 4234d8b0..fccda515 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ entry_points = \
setup_kwargs = {
'name': 'knot-resolver',
- 'version': '6.0.8',
+ 'version': '6.0.9',
'description': 'Knot Resolver Manager - a Python program that automatically manages the other components of the resolver',
'long_description': "# Knot Resolver\n\n[![Build Status](https://gitlab.nic.cz/knot/knot-resolver/badges/nightly/pipeline.svg?x)](https://gitlab.nic.cz/knot/knot-resolver/commits/nightly)\n[![Coverage Status](https://gitlab.nic.cz/knot/knot-resolver/badges/nightly/coverage.svg?x)](https://www.knot-resolver.cz/documentation/latest)\n[![Packaging status](https://repology.org/badge/tiny-repos/knot-resolver.svg)](https://repology.org/project/knot-resolver/versions)\n\nKnot Resolver is a full caching DNS resolver implementation. The core architecture is tiny and efficient, written in C and [LuaJIT][luajit], providing a foundation and a state-machine-like API for extension modules. There are three built-in modules - *iterator*, *validator* and *cache* - which provide the main functionality of the resolver. A few other modules are automatically loaded by default to extend the resolver's functionality.\n\nSince Knot Resolver version 6, it also includes a so-called [manager][manager]. It is a new component written in [Python][python] that hides the complexity of older versions and makes it more user friendly. For example, new features include declarative configuration in YAML format and HTTP API for dynamic changes in the resolver and more.\n\nKnot Resolver uses a [different scaling strategy][scaling] than the rest of the DNS resolvers - no threading, shared-nothing architecture (except MVCC cache which can be shared), which allows you to pin workers to available CPU cores and grow by self-replication. You can start and stop additional workers based on the contention without downtime, which is automated by the [manager][manager] by default.\n\nThe LuaJIT modules, support for DNS privacy and DNSSEC, and persistent cache with low memory footprint make it a great personal DNS resolver or a research tool to tap into DNS data. Strong filtering rules, and auto-configuration with etcd make it a great large-scale resolver solution. It also has strong support for DNS over TCP, in particular TCP Fast-Open, query pipelining and deduplication, and response reordering.\n\nFor more on using the resolver, see the [User Documentation][doc]. See the [Developer Documentation][doc-dev] for detailed architecture and development.\n\n## Packages\n\nThe latest stable packages for various distributions are available in our\n[upstream repository](https://pkg.labs.nic.cz/doc/?project=knot-resolver).\nFollow the installation instructions to add this repository to your system.\n\nKnot Resolver is also available from the following distributions' repositories:\n\n* [Fedora and Fedora EPEL](https://src.fedoraproject.org/rpms/knot-resolver)\n* [Debian stable](https://packages.debian.org/stable/knot-resolver),\n [Debian testing](https://packages.debian.org/testing/knot-resolver),\n [Debian unstable](https://packages.debian.org/sid/knot-resolver)\n* [Ubuntu](https://packages.ubuntu.com/jammy/knot-resolver)\n* [Arch Linux](https://archlinux.org/packages/extra/x86_64/knot-resolver/)\n* [Alpine Linux](https://pkgs.alpinelinux.org/packages?name=knot-resolver)\n\n### Packaging\n\nThe project uses [`apkg`](https://gitlab.nic.cz/packaging/apkg) for packaging.\nSee [`distro/README.md`](distro/README.md) for packaging specific instructions.\n\n## Building from sources\n\nKnot Resolver mainly depends on [KnotDNS][knot-dns] libraries, [LuaJIT][luajit], [libuv][libuv] and [Python][python].\n\nSee the [Building project][build] documentation page for more information.\n\n## Running\n\nBy default, Knot Resolver comes with [systemd][systemd] integration and you just need to start its service. It requires no configuration changes to run a server on localhost.\n\n```\n# systemctl start knot-resolver\n```\n\nSee the documentation at [knot-resolver.cz/documentation/latest][doc] for more information.\n\n## Running the Docker image\n\nRunning the Docker image is simple and doesn't require any dependencies or system modifications, just run:\n\n```\n$ docker run -Pit cznic/knot-resolver\n```\n\nThe images are meant as an easy way to try the resolver, and they're not designed for production use.\n\n## Contacting us\n\n- [GitLab issues](https://gitlab.nic.cz/knot/knot-resolver/issues) (you may authenticate via GitHub)\n- [mailing list](https://lists.nic.cz/postorius/lists/knot-resolver-announce.lists.nic.cz/)\n- [![Join the chat at https://gitter.im/CZ-NIC/knot-resolver](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/CZ-NIC/knot-resolver?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\n[build]: https://www.knot-resolver.cz/documentation/latest/dev/build.html\n[doc]: https://www.knot-resolver.cz/documentation/latest/\n[doc-dev]: https://www.knot-resolver.cz/documentation/latest/dev\n[knot-dns]: https://www.knot-dns.cz/\n[luajit]: https://luajit.org/\n[libuv]: http://libuv.org\n[python]: https://www.python.org/\n[systemd]: https://systemd.io/\n[scaling]: https://www.knot-resolver.cz/documentation/latest/config-multiple-workers.html\n[manager]: https://www.knot-resolver.cz/documentation/latest/dev/architecture.html\n",
'author': 'Aleš Mrázek',