3scale-ops / prometheus-exporter-operator

Operator to centralize the setup of 3rd party prometheus exporters on Kubernetes/OpenShift, with a collection of grafana dashboards
Apache License 2.0
42 stars 15 forks source link

Operator improvements #2

Closed slopezz closed 4 years ago

slopezz commented 4 years ago

Closes https://github.com/3scale/prometheus-exporter-operator/issues/3

Important

As there have been introduced several changes, some of them breaking changes, we have updated previous operator v1.0.0 release to v0.1.0 and created a new release v0.2.0 (keeping major version 0, in case we need to add future breaking changes until reaching real v0.1.0 ). In the following weeks we will delete quay tag v1.0.0, so update you current deployment/operator.yaml with tag v0.1.0 if you don't want to update, but consider updating to new release v0.2.0 to benefit from lots of important changes, after adapting your current PrometheusExporter CRs).

OperatorHub.io

Once merged to master, OLM CSV/package will be contributed to https://operatorhub.io, following contribution-guide, to both community-operators (OpenShift) and upstream-community-operators (Kubernetes) OperatorSources.

slopezz commented 4 years ago

Issue opened to operator-sdk https://github.com/operator-framework/operator-sdk/issues/2968