Skip to content

Commit

Permalink
Merge pull request #76 from axoflow/syslog-ng-4.7.0
Browse files Browse the repository at this point in the history
AxoSyslog v4.7.0
  • Loading branch information
MrAnno authored Apr 18, 2024
2 parents 9683812 + d36287c commit 641733f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:<version-number>`, 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
Expand All @@ -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.
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/axosyslog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions syslog-ng/apkbuild/axoflow/syslog-ng/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Contributor: jv <[email protected]>
# Maintainer: László Várady <[email protected]>
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/"
Expand Down Expand Up @@ -173,5 +173,5 @@ _submv() {
}

sha512sums="
7c4fbf1ac5377240afa7a1db8d72772399d2c62657fffc3c59e82b2dea6f12031f02320c4f567f981311bd1d8bbfd98962aeb59720ca857867a51b6bf83afb4b syslog-ng-4.6.0.tar.gz
630f8e67a1d9425f8b7c81aadb217b13af2063105ff370d1056d9c9ccb1d8167bd7923f4028dcdc64516c5cdc066559a011f21839b0b6b46af6137a98ca11f2b syslog-ng-4.7.0.tar.gz
"

0 comments on commit 641733f

Please sign in to comment.