Skip to content

Commit

Permalink
docs: prepare release 1.17.6 (#411)
Browse files Browse the repository at this point in the history
Prepare new release 1.17.6

Signed-off-by: jcriadomarco <[email protected]>
  • Loading branch information
javiercri authored Aug 1, 2023
1 parent 6bd153c commit 818fbdd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 28 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.17.6](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.17.6)
## What's Changed
* feat: update prometheus plugin by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/398
* feat: remove http out plugin by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/399
* fix: add follow_inode to wildcard by @slimm609 in https://github.com/vmware/kube-fluentd-operator/pull/400
* feat: re-add validator command by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/401
* feat: publish latest image by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/402
* fix: reduce image size and refactor layers by @slimm609 in https://github.com/vmware/kube-fluentd-operator/pull/405
* feat: add k8s unittest for k8s by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/404
* feat: add de_dot plugin by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/408
* fix: correct dockerfile by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/409


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

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


Expand Down
34 changes: 6 additions & 28 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.17.2 \
--set image.tag=v1.17.6 \
--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.17.2/log-router-0.4.0.tgz'
CHART_URL='https://github.com/vmware/kube-fluentd-operator/releases/download/v1.17.6/log-router-0.4.0.tgz'

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

Expand Down Expand Up @@ -635,31 +635,10 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
| Fluentd version | Operator version |
|----------------------------|-------------------------|
| 0.12.x | 1.0.0 |
| 1.1.0 | 1.2.0 |
| 1.1.3 | 1.3.0 |
| 1.2.6 | 1.8.0 |
| 1.5.2 | 1.10.0 |
| 1.9.1 | 1.12.0 |
| 1.12.2 | 1.14.0 |
| 1.12.3 | 1.14.1 |
| 1.13.0 | 1.15.0 |
| 1.13.1 | 1.15.1 |
| 1.13.3 | 1.15.2 |
| 1.14.0 | 1.15.3 |
| 1.14.1 | 1.16.0 |
| 1.14.2 | 1.16.1 |
| 1.14.2 | 1.16.2 |
| 1.14.4 | 1.16.3 |
| 1.14.4 | 1.16.4 |
| 1.14.4 | 1.16.5 |
| 1.14.6 | 1.16.6 |
| 1.14.6 | 1.16.7 |
| 1.15.3 | 1.16.8 |
| 1.15.3 | 1.17.0 |
| 1.15.3 | 1.17.1 |
| 1.16.1 | 1.17.2 |
| 1.16.1 | 1.17.6 |

## Plugins in latest release (1.17.2)
## Plugins in latest release (1.17.6)

`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 All @@ -686,9 +665,8 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
* fluent-plugin-mail (0.3.0)
* fluent-plugin-mongo (1.5.0)
* fluent-plugin-multi-format-parser (1.0.0)
* fluent-plugin-out-http (1.3.3)
* fluent-plugin-papertrail (0.2.8)
* fluent-plugin-prometheus (2.0.3)
* fluent-plugin-prometheus (2.1.0)
* fluent-plugin-record-modifier (2.1.0)
* fluent-plugin-record-reformer (0.9.1)
* fluent-plugin-redis (0.3.5)
Expand Down

0 comments on commit 818fbdd

Please sign in to comment.