Skip to content

Commit

Permalink
docs(readme): update changelogs for v1.16.5
Browse files Browse the repository at this point in the history
update readme and changelogs for new version

Signed-off-by: Javier Criado Marcos <jcriadomarco@vmware.com>
  • Loading branch information
javiercri committed Apr 29, 2022
1 parent d737ce9 commit 05bc914
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 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.5](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.16.5)

#### Core:
- docs(readme): update changelogs for v1.16.5 #320 (@javiercri)
- fix: update ruby to 2.7.6 #319 (@slimm609)

#### Plugins:
- None

#### Helm:
- None

#### CI:
- None

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

#### Core:
Expand Down
8 changes: 4 additions & 4 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 git@github.com:vmware/kube-fluentd-operator.git
helm install kfo ./kube-fluentd-operator/charts/log-router \
--set rbac.create=true \
--set image.tag=v1.16.4 \
--set image.tag=v1.16.5 \
--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.4 \
--set image.tag=v1.16.5 \
--set image.repository=vmware/kube-fluentd-operator
```

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

## Plugins in latest release (1.16.4)
| 1.14.4 | 1.16.5 |
## Plugins in latest release (1.16.5)

`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 05bc914

Please sign in to comment.