Skip to content

Commit

Permalink
Adding upgrade documentation related to grafana#3404
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Kopping <danny.kopping@grafana.com>
  • Loading branch information
Danny Kopping committed Mar 2, 2021
1 parent 3e4566d commit 7a87def
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/sources/upgrading/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a87def

Please sign in to comment.