User-facing changes:
- Support row filter buffering (542)
- Url encode requests to datalake (562)
- Increase default client batch size from 1000 to 100000 (545)
NB: 562 implies an important change in how you write the tag-names for Equinor tags. If the tag-name contain a slash, as in e.g. `ABC-f2612/garPaD/DAMN` then you previosly wrote the tag as `ABC-f2612%2FgarPaD&2FDAMN`, which is how the tag is listed in the datalake. You shall now write the tag with the actual tag-name (i.e. `ABC-f2612/garPaD/DAMN`)
Other changes:
- Allow parametrization of image sources in workflow (548)
- Add and fix Client component docs (551)
- Add datalake path for 1230-Visund
- Update gordo server to run with Gunicorn (536)
- Set clusterIP: None for gordo-notification-svc (566)
- Workflow: remove influx env var mounting (568)