Skip to content

Commit e396c23

Browse files
authored
docs: new release version v1.18.1 (#429)
Create new release v1.18.1 Signed-off-by: jcriadomarco <[email protected]>
1 parent e568a6b commit e396c23

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.md

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

3+
## [v1.18.1](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.18.1)
4+
## What's Changed
5+
* Add flag to process namespaces based on kubernetes labels by @vanabbott in https://github.com/vmware/kube-fluentd-operator/pull/414
6+
* chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /config-reloader by @dependabot in https://github.com/vmware/kube-fluentd-operator/pull/424
7+
* chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /image by @dependabot in https://github.com/vmware/kube-fluentd-operator/pull/425
8+
* fix: arm64 image is actually x86 by @nhamlh in https://github.com/vmware/kube-fluentd-operator/pull/423
9+
* feat: support go templates in config sources by @luisdavim in https://github.com/vmware/kube-fluentd-operator/pull/426
10+
* chore(deps): bump google.golang.org/grpc from 1.47.0 to 1.56.3 in /image by @dependabot in https://github.com/vmware/kube-fluentd-operator/pull/427
11+
* chore(deps): bump github.com/docker/docker from 24.0.2+incompatible to 24.0.7+incompatible in /image by @dependabot in https://github.com/vmware/kube-fluentd-operator/pull/428
12+
13+
## New Contributors
14+
* @vanabbott made their first contribution in https://github.com/vmware/kube-fluentd-operator/pull/414
15+
* @nhamlh made their first contribution in https://github.com/vmware/kube-fluentd-operator/pull/423
16+
* @luisdavim made their first contribution in https://github.com/vmware/kube-fluentd-operator/pull/426
17+
18+
**Full Changelog**: https://github.com/vmware/kube-fluentd-operator/compare/v1.18.0...v1.18.1
19+
320
## [v1.18.0](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.18.0)
421
## What's Changed
522
* feat: create new test for fluentd by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/410

README.md

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

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

@@ -690,8 +690,9 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
690690
| 1.15.3 | 1.17.1 |
691691
| 1.16.1 | 1.17.6 |
692692
| 1.16.1 | 1.18.0 |
693+
| 1.16.1 | 1.18.1 |
693694

694-
## Plugins in latest release (1.18.0)
695+
## Plugins in latest release (1.18.1)
695696

696697
`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:
697698

0 commit comments

Comments
 (0)