From d36287cf83d1ab1459872cea2ab35170e0f8a905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Thu, 18 Apr 2024 14:17:48 +0200 Subject: [PATCH] syslog-ng: v4.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: László Várady --- README.md | 10 +++++----- charts/axosyslog/Chart.yaml | 4 ++-- syslog-ng/apkbuild/axoflow/syslog-ng/APKBUILD | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 34a688beb0..b7633f1f49 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # AxoSyslog - a cloud-native distribution of syslog-ng by Axoflow This repository contains the cloud-ready syslog-ng images and Helm charts -created and maintained by [Axoflow](https://axoflow.com). +created and maintained by [Axoflow](https://axoflow.com). ## Container images @@ -38,7 +38,7 @@ docker pull ghcr.io/axoflow/axosyslog:nightly > Note: These named packages are automatically updated when a new syslog-ng package is released. To install a specific version, run `docker pull ghcr.io/axoflow/axosyslog:`, for example: > > ```shell -> docker pull ghcr.io/axoflow/axosyslog:4.6.0 +> docker pull ghcr.io/axoflow/axosyslog:4.7.0 > ``` ### Difference from upstream images @@ -58,7 +58,7 @@ Our images are available for the following architectures: ## Helm Charts -AxoSyslog provides [Helm charts](https://helm.sh/docs/topics/charts/) to deploy syslog-ng on Kubernetes. +AxoSyslog provides [Helm charts](https://helm.sh/docs/topics/charts/) to deploy syslog-ng on Kubernetes. [Helm](https://helm.sh) must be installed to use the charts. Please refer to Helm's [documentation](https://helm.sh/docs) to get started. @@ -81,11 +81,11 @@ To uninstall the chart: ## Documentation -You can find [comprehensive documentation for AxoSyslog](https://axoflow.com/docs/axosyslog-core) +You can find [comprehensive documentation for AxoSyslog](https://axoflow.com/docs/axosyslog-core) on the [Axoflow website](https://axoflow.com/). The documentation is a combination of the syslog-ng reference guide and the -AxoSyslog reference guide. The [syslog-ng documentation](https://axoflow.com/docs/axosyslog-core) +AxoSyslog reference guide. The [syslog-ng documentation](https://axoflow.com/docs/axosyslog-core) was included in there as the upstream documentation fell out of maintenance. ## Contact and support diff --git a/charts/axosyslog/Chart.yaml b/charts/axosyslog/Chart.yaml index 5b3eabdbd8..1cfd6516d2 100644 --- a/charts/axosyslog/Chart.yaml +++ b/charts/axosyslog/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: axosyslog description: AxoSyslog for Kubernetes type: application -version: 0.8.1 -appVersion: "4.6.0" +version: 0.9.0 +appVersion: "4.7.0" diff --git a/syslog-ng/apkbuild/axoflow/syslog-ng/APKBUILD b/syslog-ng/apkbuild/axoflow/syslog-ng/APKBUILD index 88399e4750..f87c48d3f2 100644 --- a/syslog-ng/apkbuild/axoflow/syslog-ng/APKBUILD +++ b/syslog-ng/apkbuild/axoflow/syslog-ng/APKBUILD @@ -5,7 +5,7 @@ # Contributor: jv # Maintainer: László Várady pkgname=syslog-ng -pkgver=4.6.0 +pkgver=4.7.0 pkgrel=0 pkgdesc="Next generation logging daemon" url="https://www.syslog-ng.com/products/open-source-log-management/" @@ -173,5 +173,5 @@ _submv() { } sha512sums=" -7c4fbf1ac5377240afa7a1db8d72772399d2c62657fffc3c59e82b2dea6f12031f02320c4f567f981311bd1d8bbfd98962aeb59720ca857867a51b6bf83afb4b syslog-ng-4.6.0.tar.gz +630f8e67a1d9425f8b7c81aadb217b13af2063105ff370d1056d9c9ccb1d8167bd7923f4028dcdc64516c5cdc066559a011f21839b0b6b46af6137a98ca11f2b syslog-ng-4.7.0.tar.gz "