Adding upgrade documentation related to #3404 (#3418)

Signed-off-by: Danny Kopping <danny.kopping@grafana.com>
k43
Danny Kopping 5 years ago committed by GitHub
parent 7886f35b8f
commit 6aba7098b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      docs/sources/upgrading/_index.md

@ -17,7 +17,19 @@ If possible try to stay current and do sequential updates. If you want to skip v
## Master / Unreleased
_add changes here which are unreleased_
-_add changes here which are unreleased_
### Promtail config changes
In [this PR](https://github.com/grafana/loki/pull/3404), we reverted a bug that caused `scrape_configs` entries without a
`pipeline_stages` definition to default to the `docker` pipeline stage.
If any of your `scrape_configs` are missing this definition, you should add the following to maintain this behaviour:
```yaml
pipeline_stages:
- docker: {}
```
## 2.1.0

Loading…
Cancel
Save