Skip to content

Commit

Permalink
Preapre for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jvassev committed Aug 24, 2019
1 parent 6db42dc commit 6b5fca1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

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

* Fluentd: Upgrade to 1.5.2

Expand Down
20 changes: 16 additions & 4 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 --name kfo ./kube-fluentd-operator/log-router \
--set rbac.create=true \
--set image.tag=v1.9.0 \
--set image.tag=v1.10.0 \
--set image.repository=jvassev/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.9.0/log-router-0.3.1.tgz'
CHART_URL='https://github.com/vmware/kube-fluentd-operator/releases/download/v1.10.0/log-router-0.3.2.tgz'

helm install --name kfo ${CHART_URL} \
--set rbac.create=true \
--set image.tag=v1.9.0 \
--set image.tag=v1.10.0 \
--set image.repository=jvassev/kube-fluentd-operator
```

Expand Down Expand Up @@ -448,7 +448,19 @@ All logs originating from a file look exactly as all other Kubernetes logs. Howe
}
```

## Available plugins in latest release (1.8.0)
## Tracking Fluentd version

This projects tries to keep up with major releases for [Fluentd docker image](https://github.com/fluent/fluentd-docker-image/).

| 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 |

## Plugins in latest release (1.10.0)

`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 Down

0 comments on commit 6b5fca1

Please sign in to comment.