Skip to content

Commit 818fbdd

Browse files
authored
docs: prepare release 1.17.6 (#411)
Prepare new release 1.17.6 Signed-off-by: jcriadomarco <[email protected]>
1 parent 6bd153c commit 818fbdd

File tree

2 files changed

+21
-28
lines changed

2 files changed

+21
-28
lines changed

CHANGELOG.md

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

3+
## [v1.17.6](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.17.6)
4+
## What's Changed
5+
* feat: update prometheus plugin by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/398
6+
* feat: remove http out plugin by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/399
7+
* fix: add follow_inode to wildcard by @slimm609 in https://github.com/vmware/kube-fluentd-operator/pull/400
8+
* feat: re-add validator command by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/401
9+
* feat: publish latest image by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/402
10+
* fix: reduce image size and refactor layers by @slimm609 in https://github.com/vmware/kube-fluentd-operator/pull/405
11+
* feat: add k8s unittest for k8s by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/404
12+
* feat: add de_dot plugin by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/408
13+
* fix: correct dockerfile by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/409
14+
15+
16+
**Full Changelog**: https://github.com/vmware/kube-fluentd-operator/compare/v1.17.3...v1.17.6
17+
318
## [v1.17.2](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.17.2)
419

520

README.md

Lines changed: 6 additions & 28 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.2 \
25+
--set image.tag=v1.17.6 \
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.2/log-router-0.4.0.tgz'
32+
CHART_URL='https://github.com/vmware/kube-fluentd-operator/releases/download/v1.17.6/log-router-0.4.0.tgz'
3333

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

@@ -635,31 +635,10 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
635635
| Fluentd version | Operator version |
636636
|----------------------------|-------------------------|
637637
| 0.12.x | 1.0.0 |
638-
| 1.1.0 | 1.2.0 |
639-
| 1.1.3 | 1.3.0 |
640-
| 1.2.6 | 1.8.0 |
641-
| 1.5.2 | 1.10.0 |
642-
| 1.9.1 | 1.12.0 |
643-
| 1.12.2 | 1.14.0 |
644-
| 1.12.3 | 1.14.1 |
645-
| 1.13.0 | 1.15.0 |
646-
| 1.13.1 | 1.15.1 |
647-
| 1.13.3 | 1.15.2 |
648-
| 1.14.0 | 1.15.3 |
649-
| 1.14.1 | 1.16.0 |
650-
| 1.14.2 | 1.16.1 |
651-
| 1.14.2 | 1.16.2 |
652-
| 1.14.4 | 1.16.3 |
653-
| 1.14.4 | 1.16.4 |
654-
| 1.14.4 | 1.16.5 |
655-
| 1.14.6 | 1.16.6 |
656-
| 1.14.6 | 1.16.7 |
657-
| 1.15.3 | 1.16.8 |
658-
| 1.15.3 | 1.17.0 |
659638
| 1.15.3 | 1.17.1 |
660-
| 1.16.1 | 1.17.2 |
639+
| 1.16.1 | 1.17.6 |
661640

662-
## Plugins in latest release (1.17.2)
641+
## Plugins in latest release (1.17.6)
663642

664643
`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:
665644

@@ -686,9 +665,8 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
686665
* fluent-plugin-mail (0.3.0)
687666
* fluent-plugin-mongo (1.5.0)
688667
* fluent-plugin-multi-format-parser (1.0.0)
689-
* fluent-plugin-out-http (1.3.3)
690668
* fluent-plugin-papertrail (0.2.8)
691-
* fluent-plugin-prometheus (2.0.3)
669+
* fluent-plugin-prometheus (2.1.0)
692670
* fluent-plugin-record-modifier (2.1.0)
693671
* fluent-plugin-record-reformer (0.9.1)
694672
* fluent-plugin-redis (0.3.5)

0 commit comments

Comments
 (0)