Skip to content

Commit

Permalink
FEAT - Upgrade all fluentd deployments to use new (#237)
Browse files Browse the repository at this point in the history
* FEAT - Upgrade all fluentd deployments to use new
v1.15.2 image

* CHORE Update CHANGELOG.md

* CHORE - format CHANGELOG.md and README.md
  • Loading branch information
MichaelBriggs-Coralogix committed Jun 20, 2023
1 parent 98edde5 commit 342ccd3
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/fluentd-standalone-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ jobs:
push: true
tags: |
${{ env.DOCKERHUB_REGISTRY }}:${{ steps.get-fluentd-version.outputs.version }}
${{ env.DOCKERHUB_REGISTRY }}:latest
4 changes: 4 additions & 0 deletions logs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion logs/fluentd/k8s-helm/coralogix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fluentd:

image:
repository: coralogixrepo/coralogix-fluentd-multiarch
tag: v0.0.7
tag: v1.15.2

resources:
requests:
Expand Down
6 changes: 3 additions & 3 deletions logs/fluentd/k8s-helm/http/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion logs/fluentd/k8s-helm/http/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fluentd:

image:
repository: coralogixrepo/coralogix-fluentd-multiarch
tag: v0.0.9
tag: v1.15.2

podSecurityPolicy:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion logs/fluentd/k8s-manifest/fluentd-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions logs/fluentd/standalone-image/README.md
Original file line number Diff line number Diff line change
@@ -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) |

0 comments on commit 342ccd3

Please sign in to comment.