- Re-add previously removed `rc_list()` DSL function
0.2.2
CHANGES:
- Support Python 3 only - Use [Poetry](https://python-poetry.org/docs/) dependency manager instead of [pipenv](https://pipenv.pypa.io/) for the project now as Poetry is more stable, supports [pyproject.toml](pyproject.toml]) file format and compatible Python version ranges
0.2.1
IMPROVEMENTS:
- Force usage of HTTPS for Kubernetes SD apiserver connections since newer Prometheus versions changed the default
0.2.0
CHANGES:
- Switch to kubelet HTTP port 10255 for scraping cadvisor and nodes metrics since that also works with kubelet `--authorization-mode=Webhook`
0.1.7
IMPROVEMENTS:
- Allow specifying `prometheus.io/module` annotation for blackbox ingress monitoring
0.1.6
IMPROVEMENTS:
- Add `kubernetes_container_name` label for all endpoints of pods where `prometheus.io/filterport: true`