Skip to content

Commit

Permalink
docs(readme): update changelogs for v1.16.4 (#318)
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Criado Marcos <[email protected]>
  • Loading branch information
javiercri authored Apr 26, 2022
1 parent 6efa674 commit d74473b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## [v1.16.4](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.16.4)

#### Core:
- docs(readme): update changelogs for v1.16.4 #312 (@javiercri)
- fix: update CVEs #317 (@slimm609)

#### Plugins:
- Cleanup SERVERENGINE_SOCKETMANAGER socket files usually found in /tmp #316 (@danlenar)

#### Helm:
- None

#### CI:
- None

## [v1.16.3](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.16.3)

#### Core:
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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.16.3 \
--set image.tag=v1.16.4 \
--set image.repository=vmware/kube-fluentd-operator
```

Expand All @@ -33,7 +33,7 @@ CHART_URL='https://github.com/vmware/kube-fluentd-operator/releases/download/v1.

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

Expand Down Expand Up @@ -650,8 +650,9 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
| 1.14.2 | 1.16.1 |
| 1.14.2 | 1.16.2 |
| 1.14.4 | 1.16.3 |
| 1.14.4 | 1.16.4 |

## Plugins in latest release (1.16.3)
## Plugins in latest release (1.16.4)

`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

0 comments on commit d74473b

Please sign in to comment.