Skip to content

Commit f57c2f0

Browse files
authored
docs: changelog for release v1.18 (#421)
- Changelog and readme updates for v.1.18 Signed-off-by: jcriadomarco <[email protected]>
1 parent 7889522 commit f57c2f0

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## [v1.18.0](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.18.0)
4+
## What's Changed
5+
* feat: create new test for fluentd by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/410
6+
* fix: unable to start if mismatchtag in config by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/412
7+
* feat: add test for controller by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/415
8+
* fix: image tests by @vsamidurai in https://github.com/vmware/kube-fluentd-operator/pull/418
9+
* update lint plugin and gemfile lock by @slimm609 in https://github.com/vmware/kube-fluentd-operator/pull/419
10+
* feat: Join images to a single dockerfile by @slimm609 in https://github.com/vmware/kube-fluentd-operator/pull/416
11+
* feat: add support for multiarch image by @slimm609 in https://github.com/vmware/kube-fluentd-operator/pull/420
12+
13+
**Full Changelog**: https://github.com/vmware/kube-fluentd-operator/compare/v1.17.6...v1.18.0
14+
315
## [v1.17.6](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.17.6)
416
## What's Changed
517
* feat: update prometheus plugin by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/398

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ The easiest way to get started is using the Helm chart. Official images are not
2222
git clone [email protected]:vmware/kube-fluentd-operator.git
2323
helm install kfo ./kube-fluentd-operator/charts/log-router \
2424
--set rbac.create=true \
25-
--set image.tag=v1.17.6 \
25+
--set image.tag=v1.18.0 \
2626
--set image.repository=vmware/kube-fluentd-operator
2727
```
2828

2929
Alternatively, deploy the Helm chart from a Github release:
3030

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

3434
helm install kfo ${CHART_URL} \
3535
--set rbac.create=true \
36-
--set image.tag=v1.17.6 \
36+
--set image.tag=v1.18.0 \
3737
--set image.repository=vmware/kube-fluentd-operator
3838
```
3939

@@ -637,8 +637,9 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
637637
| 0.12.x | 1.0.0 |
638638
| 1.15.3 | 1.17.1 |
639639
| 1.16.1 | 1.17.6 |
640+
| 1.16.1 | 1.18.0 |
640641

641-
## Plugins in latest release (1.17.6)
642+
## Plugins in latest release (1.18.0)
642643

643644
`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:
644645

@@ -681,7 +682,7 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
681682
* fluent-plugin-uri-parser (0.3.0)
682683
* fluent-plugin-verticajson (0.0.6)
683684
* fluent-plugin-vmware-loginsight (1.4.1)
684-
* fluent-plugin-vmware-log-intelligence (2.0.6)
685+
* fluent-plugin-vmware-log-intelligence (2.0.8)
685686
* fluent-plugin-mysqlslowquery (0.0.9)
686687
* fluent-plugin-throttle (0.0.5)
687688
* fluent-plugin-webhdfs (1.5.0)

0 commit comments

Comments
 (0)