levan-m
levan-m
### What does this PR do? PR adds verification for metrics in reconciler test. `wantPromMetrics` are just baselines for current tests and isn't verified for correctness (first three are interesting...
### What does this PR do? What is the motivation? ### Merge instructions - [ ] Please merge after reviewing ### Additional notes Documentation editorial review: https://datadoghq.atlassian.net/browse/DOCS-7453
### What does this PR do? Add [issue templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository) to the repo. ### Motivation Collect more info at issue submission and label on creation. ### Additional Notes Anything else we...
### What does this PR do? See CECO-1114 for details about specific changes. * EDS v0.9.0-rc.2 -> v0.10.0-rc.4 * `sigs.k8s.io/controller-runtime` v0.12.2 -> v0.16.0 * `k8s.io/api`, `k8s.io/apimachinery`, `k8s.io/client-go` 0.24.2 -> v0.28.9...
### What does this PR do? Fix `yq` in `patch-chart.yaml`, w is unrecognized option. ### Motivation What inspired you to submit this pull request? ### Additional Notes Anything else we...
### What does this PR do? Notable changes: * `controller-runtime` 0.15.x -> 0.16.0 - didn't update to latest of 0.16.x as `fake` caused test failures. * k8s APIs 0.27.7 ->...
### What does this PR do? Adds log line about upcoming `v1beta1` CRD deprecation and warning in the readme. Readme warning preview: > [!WARNING] > Operator release v0.1.7 removes support...
### What does this PR do? Adds milliseconds to log timestamps before ``` {"level":"INFO","ts":"2024-05-24T19:05:12Z","logger":"setup","msg":"Version: v1.5.0"} {"level":"INFO","ts":"2024-05-24T19:05:12Z","logger":"setup","msg":"Build time: 2024-03-25/17:45:26"} {"level":"INFO","ts":"2024-05-24T19:05:12Z","logger":"setup","msg":"Git Commit: 3ce57899c62d71c1443df824a64dc9424645eda6"} {"level":"INFO","ts":"2024-05-24T19:05:12Z","logger":"setup","msg":"Go Version: go1.19.13"} ``` after ``` {"level":"INFO","ts":"2024-05-24T19:01:08.444Z","logger":"setup","msg":"Version: v1.6.0-rc.4_89818557"} {"level":"INFO","ts":"2024-05-24T19:01:08.444Z","logger":"setup","msg":"Build...
### What does this PR do? Minimal OTel agent setup with some defaults in Operator. It's enabled by `otelAgentEnabled` argument (disabled by default) but enabled for local testing in this...
### What does this PR do? CECO-1021 **For Reviewer: first commit is actual change; second commit is mostly refactor.** controller-runtime 0.16 allows cache configuration on resource level. This change adds...