diff --git a/.github/workflows/fluentd-standalone-image.yml b/.github/workflows/fluentd-standalone-image.yml index 508e063a..6cbb5298 100644 --- a/.github/workflows/fluentd-standalone-image.yml +++ b/.github/workflows/fluentd-standalone-image.yml @@ -42,4 +42,3 @@ jobs: push: true tags: | ${{ env.DOCKERHUB_REGISTRY }}:${{ steps.get-fluentd-version.outputs.version }} - ${{ env.DOCKERHUB_REGISTRY }}:latest diff --git a/logs/CHANGELOG.md b/logs/CHANGELOG.md index f46d641d..2993c5e9 100644 --- a/logs/CHANGELOG.md +++ b/logs/CHANGELOG.md @@ -2,6 +2,10 @@ ## Fluentd-http +### v1.15.2 / 2023-06-16 + +* [UPGRADE] Upgrade Fluentd version to v1.15.2 + ### v0.0.11 / 2023-03-13 * [CHANGE] Disable PodSecurityPolicy diff --git a/logs/fluentd/k8s-helm/coralogix/values.yaml b/logs/fluentd/k8s-helm/coralogix/values.yaml index 2d895d98..78b0f259 100644 --- a/logs/fluentd/k8s-helm/coralogix/values.yaml +++ b/logs/fluentd/k8s-helm/coralogix/values.yaml @@ -3,7 +3,7 @@ fluentd: image: repository: coralogixrepo/coralogix-fluentd-multiarch - tag: v0.0.7 + tag: v1.15.2 resources: requests: diff --git a/logs/fluentd/k8s-helm/http/Chart.yaml b/logs/fluentd/k8s-helm/http/Chart.yaml index 5a84fcc8..59235d94 100644 --- a/logs/fluentd/k8s-helm/http/Chart.yaml +++ b/logs/fluentd/k8s-helm/http/Chart.yaml @@ -1,14 +1,14 @@ apiVersion: v2 name: fluentd-http description: Fluentd Chart with HTTP output plugin -version: 0.0.11 -appVersion: v1.14.6 +version: 0.0.12 +appVersion: v1.15.2 keywords: - Fluentd - HTTP output plugin dependencies: - name: fluentd - version: "0.3.1" + version: "0.4.3" repository: https://fluent.github.io/helm-charts tags: - fluentd with http output plugin diff --git a/logs/fluentd/k8s-helm/http/values.yaml b/logs/fluentd/k8s-helm/http/values.yaml index 3d6520a8..d55eca36 100644 --- a/logs/fluentd/k8s-helm/http/values.yaml +++ b/logs/fluentd/k8s-helm/http/values.yaml @@ -3,7 +3,7 @@ fluentd: image: repository: coralogixrepo/coralogix-fluentd-multiarch - tag: v0.0.9 + tag: v1.15.2 podSecurityPolicy: enabled: false diff --git a/logs/fluentd/k8s-manifest/fluentd-ds.yaml b/logs/fluentd/k8s-manifest/fluentd-ds.yaml index 6d95a520..432b347d 100644 --- a/logs/fluentd/k8s-manifest/fluentd-ds.yaml +++ b/logs/fluentd/k8s-manifest/fluentd-ds.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: fluentd-http containers: - name: fluentd - image: "coralogixrepo/coralogix-fluentd-multiarch:v0.0.9" + image: "coralogixrepo/coralogix-fluentd-multiarch:v1.15.2" imagePullPolicy: IfNotPresent env: - name: FLUENTD_CONF diff --git a/logs/fluentd/standalone-image/README.md b/logs/fluentd/standalone-image/README.md new file mode 100644 index 00000000..40228fc0 --- /dev/null +++ b/logs/fluentd/standalone-image/README.md @@ -0,0 +1,23 @@ +# ** THIS IMAGE IS DEPRECATED AS WE NO LONGER SUPPORT THE FLUENT-PLUGIN-CORALOGIX PLUGIN, PLEASE USE HTTP WITH THE [OFFICIAL FLUENTD IMAGE](https://hub.docker.com/r/fluent/fluentd) ** + +# Coralogix Fluentd Standalone Image: + +This folder contains the docker file for the image including the Coralogix plugin (and others). + +## Image base + +This image is based on the open source image: +`fluent/fluentd:v1.14.0-debian-1.0` + +Supported plugin List: + +| Plugin Name | Plugin Project URL | +|----------------------------------|--------------------------------------------------------------------------| +| fluent-plugin-coralogix | (https://rubygems.org/gems/fluent-plugin-coralogix) | +| fluent-plugin-prometheus | (https://github.com/fluent/fluent-plugin-prometheus) | +| fluent-plugin-parser-cri | (https://github.com/fluent/fluent-plugin-parser-cri) | +| fluent-plugin-sampling-filter | (https://github.com/tagomoris/fluent-plugin-sampling-filter) | +| fluent-plugin-concat | (https://github.com/fluent-plugins-nursery/fluent-plugin-concat) | +| fluent-plugin-rewrite-tag-filter | (https://github.com/fluent/fluent-plugin-rewrite-tag-filter) | +| fluent-plugin-detect-exceptions | (https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions) | +| fluent-plugin-redis-store | (https://github.com/pokehanai/fluent-plugin-redis-store) |