-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump k8s deps to v1.26.4
#1254
Conversation
v1.26.4
v1.26.4
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aramase The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1254 +/- ##
==========================================
- Coverage 55.89% 54.86% -1.03%
==========================================
Files 22 22
Lines 2258 2324 +66
==========================================
+ Hits 1262 1275 +13
- Misses 877 927 +50
- Partials 119 122 +3
☔ View full report in Codecov by Sentry. |
2d77a6e
to
f7cc100
Compare
/cc @tam7t |
f7cc100
to
3064624
Compare
/label tide/merge-method-squash |
121699b is a breaking change. Added more description in the commit. |
v1.26.4
v1.26.4
/test pull-secrets-store-csi-driver-e2e-windows |
3064624
to
4e853c9
Compare
Signed-off-by: Anish Ramasekar <[email protected]>
For prometheus counters, by default they're appending _total if it's monotonic counter. Removing the total_ prefix as it's redundant in the name (xref: open-telemetry/opentelemetry-go#3360). This is a breaking change. Signed-off-by: Anish Ramasekar <[email protected]>
Signed-off-by: Anish Ramasekar <[email protected]>
Signed-off-by: Anish Ramasekar <[email protected]>
Signed-off-by: Anish Ramasekar <[email protected]>
Signed-off-by: Anish Ramasekar <[email protected]>
Signed-off-by: Anish Ramasekar <[email protected]>
4e853c9
to
836b1c4
Compare
/lgtm |
/kind feature
v1.26.4
v0.38.1
and update metricstotal_
prefix from the metric namemonotonic counter. Removing the total prefix as it's redundant in the
name (xref: Add _total suffixes to prometheus counters open-telemetry/opentelemetry-go#3360).
This is a breaking change.