Skip to content

Commit

Permalink
feat(metrics-operator): introduce v1 API version (#3266)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com>
  • Loading branch information
odubajDT committed Mar 21, 2024
1 parent 63bf68b commit d034a4f
Show file tree
Hide file tree
Showing 39 changed files with 8,504 additions and 437 deletions.
978 changes: 891 additions & 87 deletions .github/scripts/.helm-tests/default/result.yaml

Large diffs are not rendered by default.

978 changes: 891 additions & 87 deletions .github/scripts/.helm-tests/local-global-precedence/result.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

978 changes: 891 additions & 87 deletions .github/scripts/.helm-tests/metrics-only/result.yaml

Large diffs are not rendered by default.

978 changes: 891 additions & 87 deletions .github/scripts/.helm-tests/metrics-with-certs/result.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ sonar.cpd.exclusions= **/*_test.go,\
metrics-operator/api/v1alpha2/**/*.go,\
metrics-operator/api/v1alpha3/**/*.go,\
metrics-operator/api/v1beta1/**/*.go,\
metrics-operator/api/v1/**/*.go,\
**/zz_generated.deepcopy.go,\
**/fake/**/*.go
sonar.go.exclusions=**/vendor/**,\
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Status of the different features:

- ![status](https://img.shields.io/badge/status-stable-brightgreen)
Observability: expose [OTel](https://opentelemetry.io/) metrics and traces of your deployment.
- ![status](https://img.shields.io/badge/status-beta-yellow)
- ![status](https://img.shields.io/badge/status-stable-brightgreen)
K8s Custom Metrics: expose your Observability platform via the [Custom Metric API](https://github.com/kubernetes/design-proposals-archive/blob/main/instrumentation/custom-metrics-api.md).
- ![status](https://img.shields.io/badge/status-beta-yellow)
Release lifecycle: handle pre- and post-checks of your Application deployment.
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.1
version: 0.5.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
Loading

0 comments on commit d034a4f

Please sign in to comment.