Skip to content

Commit

Permalink
Update README with contributers
Browse files Browse the repository at this point in the history
Also change examples to use v1.2.0-beta-1
  • Loading branch information
jvassev committed May 18, 2018
1 parent 99840f4 commit 7f45db6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,32 @@

## 1.2.0 (Unreleased)

* Feature: share log streams between namespaces
* Core: Share log streams between namespaces

* Fix(Helm): propery set the resources field of the reloader container. Setting them had no effect until now.
* Helm: Mount secrets/configmaps (tls mostly) ala elasticsearch (@sneko)

* Fluentd: Update base-image to fluentd-1.1.3-debian

* Fluentd: Include Splunk plugin into base-image (@mhulscher)

* Fix(Helm): properly set the `resources` field of the reloader container. Setting them had no effect until now (@sneko)

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

* Feature: ingest log files from a container filesystem
* Core: ingest log files from a container filesystem

* Feature: limit impact of log-router to a set of namespaces using `--namespaces`
* Core: limit impact of log-router to a set of namespaces using `--namespaces`

* Helm: add new property `kubeletRoot`

* Helm: add new property `namespaces[]`:

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

* install plugin `fluent-plugin-concat` in Fluentd
* Fluentd: install plugin `fluent-plugin-concat` in Fluentd

* support for default configmap name using `--default-configmap`
* Core: support for default configmap name using `--default-configmap`

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

* initial version
* Initial version
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,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.1.0-beta-1 \
--set image.tag=v1.2.0-beta-1 \
--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.1.0-beta-1/log-router-0.2.0.tgz'
CHART_URL='https://github.com/vmware/kube-fluentd-operator/releases/download/v1.2.0-beta-1/log-router-0.2.1.tgz'

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

Expand Down

0 comments on commit 7f45db6

Please sign in to comment.