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

docs: new release version v1.18.1 #429

Merged
merged 1 commit into from
Nov 7, 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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## [v1.18.1](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.18.1)
## What's Changed
* Add flag to process namespaces based on kubernetes labels by @vanabbott in https://github.com/vmware/kube-fluentd-operator/pull/414
* chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /config-reloader by @dependabot in https://github.com/vmware/kube-fluentd-operator/pull/424
* chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /image by @dependabot in https://github.com/vmware/kube-fluentd-operator/pull/425
* fix: arm64 image is actually x86 by @nhamlh in https://github.com/vmware/kube-fluentd-operator/pull/423
* feat: support go templates in config sources by @luisdavim in https://github.com/vmware/kube-fluentd-operator/pull/426
* chore(deps): bump google.golang.org/grpc from 1.47.0 to 1.56.3 in /image by @dependabot in https://github.com/vmware/kube-fluentd-operator/pull/427
* chore(deps): bump github.com/docker/docker from 24.0.2+incompatible to 24.0.7+incompatible in /image by @dependabot in https://github.com/vmware/kube-fluentd-operator/pull/428

## New Contributors
* @vanabbott made their first contribution in https://github.com/vmware/kube-fluentd-operator/pull/414
* @nhamlh made their first contribution in https://github.com/vmware/kube-fluentd-operator/pull/423
* @luisdavim made their first contribution in https://github.com/vmware/kube-fluentd-operator/pull/426

**Full Changelog**: https://github.com/vmware/kube-fluentd-operator/compare/v1.18.0...v1.18.1

## [v1.18.0](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.18.0)
## What's Changed
* feat: create new test for fluentd by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/410
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ The easiest way to get started is using the Helm chart. Official images are not
git clone [email protected]:vmware/kube-fluentd-operator.git
helm install kfo ./kube-fluentd-operator/charts/log-router \
--set rbac.create=true \
--set image.tag=v1.18.0 \
--set image.tag=v1.18.1 \
--set image.repository=vmware/kube-fluentd-operator
```

Alternatively, deploy the Helm chart from a Github release:

```bash
CHART_URL='https://github.com/vmware/kube-fluentd-operator/releases/download/v1.18.0/log-router-0.4.0.tgz'
CHART_URL='https://github.com/vmware/kube-fluentd-operator/releases/download/v1.18.1/log-router-0.4.0.tgz'

helm install kfo ${CHART_URL} \
--set rbac.create=true \
--set image.tag=v1.18.0 \
--set image.tag=v1.18.1 \
--set image.repository=vmware/kube-fluentd-operator
```

Expand Down Expand Up @@ -690,8 +690,9 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
| 1.15.3 | 1.17.1 |
| 1.16.1 | 1.17.6 |
| 1.16.1 | 1.18.0 |
| 1.16.1 | 1.18.1 |

## Plugins in latest release (1.18.0)
## Plugins in latest release (1.18.1)

`kube-fluentd-operator` aims to be easy to use and flexible. It also favors sending logs to multiple destinations using `<copy>` and as such comes with many plugins pre-installed:

Expand Down