costmanagement-metrics-operator:3.1.0
Features & Capabilities:
- Query Prometheus to create reports specific to cost management.
- Package reports as a tarball and uploaded to cost management through cloud.redhat.com Ingress service.
- Create a source in cloud.redhat.com.
- Persistent data storage.
- Collect all available metrics within Prometheus, up to 90 days.
- Air-gapped capable.
- Resource Optimization metrics collection.
New in v3.1.0:
- Add service-account token authentication.
- Safely convert provider-id to string.
- Dependency updates.
Deprecation Notice: Basic authentication is deprecated and will be removed in a future version of the operator.
What's Changed
- Update downstream code generation and docs by @maskarb in #216
- bundle v3.0.1 by @maskarb in #217
- COST-4298: Operator replace references to source(s) with integration(s) by @djnakabaale in #211
- Update PR check to validate manifests by @maskarb in #218
- [COST-4418] safely convert provider-id to string by @maskarb in #221
- [COST-4230] Add service account auth type by @djnakabaale in #210
- vendor packages for upstream by @maskarb in #223
- Bump github.com/onsi/gomega from 1.28.0 to 1.30.0 by @dependabot in #225
- Bump k8s.io/api from 0.28.2 to 0.28.4 by @dependabot in #227
- update dependencies by @maskarb in #230
- Bump actions/checkout from 3 to 4 by @dependabot in #224
- Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.2 by @dependabot in #226
- move build pipeline into github action to support multi-arch images by @maskarb in #231
- add latest tag to everything and main tag by @maskarb in #232
- remove . from tag regex by @maskarb in #233
- use bool to check if event is a tag push by @maskarb in #234
- update bool to check ref-type by @maskarb in #235
- switch back to previous check by @maskarb in #236
- add missing
$
by @maskarb in #237 - [COST-4230] make spec.authentication.token_url optional by @djnakabaale in #238
- source check on CR creation by @maskarb in #239
- Update docs and broken links by @djnakabaale in #241
- Role patch preparing for Thanos Query API RBAC settings update by @raptorsun in #240
- [COST-4230] Update csv-description: add deprecation notice by @djnakabaale in #242
- Add bundle for upstream v3.1.0 by @djnakabaale in #244
- Create downstream-v3.1.0 by @djnakabaale in #245
New Contributors
- @dependabot made their first contribution in #225
- @raptorsun made their first contribution in #240
Full Changelog: v3.0.1-downstream...v3.1.0-downstream