Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2.5.0 #920

Merged
merged 8 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## 2.5.0 / 2023-09-13
### Features
- Feat: add support to run Fluentd as a DaemonSet (#839)
- Feat: Add Prometheus exporter output plugin for Fluent Bit (#840)
- Feat: Add Fluent Bit forward input plugin (#843)
- Feat: support fluentd grok parser plugin (#861)
- Feat: add gelf output plugin to fluentbit (#882)
- Feat: add fluentbit opentelemetry plugin (#890)
- Feat: Add serviceAccount Annotations to FluentBit resource (#898)
- Feat: Add Helm priorityClassName mapping to Fluentd (#902)
- Feat: add fluentbit http plugin (#904)
- Feat: add fluentbit mqtt plugin (#911)
- Feat: add fluentbit collectd plugin (#914)

### ENHANCEMENT
- Remove Duplicate Cluster parsers in Fluent-bit config. (#853)
- Add option to configure hostNetwork daemonset propertie (#863)
- Helm chart generation of ClusterOutput for loki (#865) (#906)
- Bump fluentbit to 2.1.8. (#867)
- Add SuppressTypeName option to helm, as newer ES needs it for bulk operation (#869)
- Adjusting the parameters of fluentbit (#880) @wenchajun
- Add an extras section to the chart allowing new and less used features of the CRD to be used from the chart (#889)
- Add ImagePullSecret for fluentd (#891)
- Add compress in fluentbit output es (#899)
- Expose ports on collector statefulset (#917)
- build(deps): Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 (#844)
- build(deps): Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 (#847)
- build(deps): Bump helm/kind-action from 1.7.0 to 1.8.0 (#859)
- build(deps): Bump golang from 1.20.6-alpine3.17 to 1.20.7-alpine3.17 in /cmd/fluent-manager (#860)
- build(deps): Bump github.com/go-kit/kit from 0.12.0 to 0.13.0 (#896)
- build(deps): Bump golang from 1.20.7-alpine3.17 to 1.21.1-alpine3.17 in /cmd/fluent-manager (#913)

### BUGFIX
- Fix: Fluentd's s3 output plugin is compatible with minio (#858)
- Fix: add hostNetwork option (#866)
- Fix azure blob name & boolean parameters. (#887)
- Fix: fluentd watchedNamespaces Helm mapping (#901)

## 2.4.0 / 2023-07-19
### Features
- Feat: add scheduler support for fluentbit collector (#776)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Operator.
Install the latest stable version

```shell
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-2.2/manifests/setup/setup.yaml
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-2.5/manifests/setup/setup.yaml

# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
# and then use command below to install to another namespace
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ This page describes the release process and the currently planned schedule for u
| v2.2.0 | 2023-04-07 | Elon Cheng (GitHub: @wenchajun) |
| v2.3.0 | 2023-06-05 | Elon Cheng (GitHub: @wenchajun) |
| v2.4.0 | 2023-07-19 | Elon Cheng (GitHub: @wenchajun) |
| v2.5.0 | 2023-09-13 | Elon Cheng (GitHub: @wenchajun) |

# How to cut a new release

Expand Down
4 changes: 2 additions & 2 deletions charts/fluent-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ description: A Helm chart for Kubernetes
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.4.2
version: 2.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 2.4.0
appVersion: 2.5.0

dependencies:
- name: fluent-bit-crds
Expand Down
4 changes: 2 additions & 2 deletions charts/fluent-operator/charts/fluent-bit-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ description: A Helm chart delivering fluenbt-bit controller CRDS
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.4.0
version: 2.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.4.0"
appVersion: "2.5.0"
4 changes: 2 additions & 2 deletions charts/fluent-operator/charts/fluentd-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ description: A Helm chart delivering fluentd controller CRDS
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.4.0
version: 2.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.4.0"
appVersion: "2.5.0"