Skip to content

Commit 280488c

Browse files
authored
Merge pull request #859 from axoflow/version/4.20.1
Version: 4.20.1
2 parents a0f9d2b + da1aa7f commit 280488c

File tree

7 files changed

+20
-7
lines changed

7 files changed

+20
-7
lines changed

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
4.20.0
1+
4.20.1
22
======
33

4+
_This is a hotfix release that fixes a rare metric race condition causing a reload time crash._
5+
46
AxoSyslog is binary-compatible with syslog-ng [1] and serves as a drop-in replacement.
57

68
We provide [cloud-ready container images](https://github.com/axoflow/axosyslog/#container-images) and Helm charts.
@@ -109,6 +111,9 @@ Check out the [AxoSyslog documentation](https://axoflow.com/docs/axosyslog-core/
109111
110112
## Bugfixes
111113
114+
* `metrics`: Fixed a rare race condition in dynamic metrics.
115+
([#858](https://github.com/axoflow/axosyslog/pull/858))
116+
112117
* `filterx`: Fixed various memory leaks
113118
([#829](https://github.com/axoflow/axosyslog/pull/829))
114119
([#836](https://github.com/axoflow/axosyslog/pull/836))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ docker pull ghcr.io/axoflow/axosyslog:nightly
8585
> Note: These named packages are automatically updated when a new AxoSyslog package is released. To install a specific version, run `docker pull ghcr.io/axoflow/axosyslog:<version-number>`, for example:
8686
>
8787
> ```shell
88-
> docker pull ghcr.io/axoflow/axosyslog:4.20.0
88+
> docker pull ghcr.io/axoflow/axosyslog:4.20.1
8989
> ```
9090
9191
The container images contain a default configuration file which you probably

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.20.0
1+
4.20.1

docker/apkbuild/axoflow/axosyslog/APKBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: jv <jens@eisfair.org>
66
# Maintainer: László Várady <laszlo.varady@axoflow.com>
77
pkgname=axosyslog
8-
pkgver=4.20.0
8+
pkgver=4.20.1
99
pkgrel=0
1010
pkgdesc="Next generation logging daemon"
1111
url="https://axoflow.com/docs/axosyslog/"
@@ -179,5 +179,5 @@ _submv() {
179179
}
180180

181181
sha512sums="
182-
SKIP axosyslog-4.20.0.tar.gz
182+
SKIP axosyslog-4.20.1.tar.gz
183183
"

news/bugfix-858.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

packaging/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
axosyslog (4.20.1-1) unstable; urgency=medium
2+
3+
* New upstream release 4.20.1
4+
5+
-- github-actions <41898282+github-actions@users.noreply.github.com> Wed, 26 Nov 2025 13:34:44 +0000
6+
17
axosyslog (4.20.0-1) unstable; urgency=medium
28

39
* New upstream release 4.20.0

packaging/rhel/axosyslog.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: axosyslog
2-
Version: 4.20.0
2+
Version: 4.20.1
33
Release: 2%{?dist}
44
Summary: Next-generation syslog server
55

@@ -683,6 +683,9 @@ fi
683683

684684

685685
%changelog
686+
* Wed Nov 26 2025 github-actions <41898282+github-actions@users.noreply.github.com> - 4.20.1-1
687+
- updated to 4.20.1
688+
686689
* Tue Nov 11 2025 github-actions <41898282+github-actions@users.noreply.github.com> - 4.20.0-1
687690
- updated to 4.20.0
688691

0 commit comments

Comments
 (0)