Skip to content

Commit 77cf3fe

Browse files
author
Anton Ouzounov
committed
docs(readme): update changelogs for v1.15.3
- update gem list, changelog, and helm command for v1.15.3 Signed-off-by: Anton Ouzounov <[email protected]>
1 parent 94c54ac commit 77cf3fe

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

CHANGELOG.md

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

3+
## [v1.15.3](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.15.3)
4+
5+
#### Core:
6+
- chore(fluentd): upgrade fluentd v1.14.0 and gems #250 (@Cryptophobia)
7+
- chore(go.mod): upgrade k8s.io packages to v0.21.4 #248 (@Cryptophobia)
8+
- chore(ruby): upgrade to ruby version 2.7.4 #251 (@Cryptophobia)
9+
- docs(readme): update changelogs for v1.15.2 #242 (@Cryptophobia)
10+
- docs(repo): missing namespace in annotate cmd #244 (@brunowego)
11+
- chore(gems): upgrade json to 2.5.1 #254 (@Cryptophobia)
12+
- feat(context): propagate context from main func #256 (@Cryptophobia)
13+
14+
#### Plugins:
15+
- chore(plugins): upgrade fluentd plugin gems #252 (@Cryptophobia)
16+
- chore(conf): upgrade systemd fluentd configs #257 (@Cryptophobia)
17+
- chore(plugins): upgrade kubernetes metadata plugin #258 (@Cryptophobia)
18+
19+
#### Helm:
20+
- None
21+
22+
#### CI:
23+
- None
24+
325
## [v1.15.2](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.15.2)
426

527
#### Core:

README.md

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

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

@@ -544,7 +544,7 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
544544
| 1.13.0 | 1.15.0 |
545545
| 1.13.1 | 1.15.1 |
546546
| 1.13.3 | 1.15.2 |
547-
| 1.14.0 | 1.15.3 (TBA) |
547+
| 1.14.0 | 1.15.3 |
548548

549549
## Plugins in latest release (1.15.3)
550550

0 commit comments

Comments
 (0)