Skip to content
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

Update dependency kubernetes/kube-state-metrics to v2.11.0 #9412

Closed

Conversation

gardener-ci-robot
Copy link
Contributor

This PR contains the following updates:

Package Update Change
kubernetes/kube-state-metrics minor v2.8.2 -> v2.11.0

Release Notes

kubernetes/kube-state-metrics (kubernetes/kube-state-metrics)

v2.11.0

Compare Source

Note

This release builds with Golang v1.21.8.

v2.10.1

Compare Source

Note
  • This release addresses a regression introduced in #​2105.

  • [BUGFIX] Remove FieldSelector from non-namespaced resources by @​mrueg and @​dgrisonnet in #​2190

  • [ENHANCEMENT] Bump Go to v1.20.8

v2.10.0

Compare Source

Note
  • Label and annotation metrics aren't exposed by default anymore to reduce the memory usage of the default configuration of kube-state-metrics. Before this change, they used to only include the name and namespace of the objects which is not relevant to users not opting in these metrics.

  • [BUGFIX] Log no _info suffix in name only once per reading the configuration for custommetrics by @​chrischdi in #​2157

  • [BUGFIX] Don't crash on non-existent valueFrom path values by @​chihshenghuang in #​2140

  • [BUGFIX] Index out of range in metrics_store.SanitizeHeaders by @​mrueg in #​2166

  • [BUGFIX] Always extract the headers but only write it when we have custommetrics by @​chrischdi in #​2154

  • [BUGFIX] Add filtering for Lease metrics by @​ntoofu in #​2122

  • [FEATURE] Implement kube_pod_status_initialized_time by @​opeco17 in #​2148

  • [FEATURE] Disable labels and annotations metrics when metric-annotations-… by @​opeco17 in #​2145

  • [FEATURE] Add webhooks client config service metrics by @​dgrisonnet in #​2114

  • [FEATURE] Support kube_persistentvolumeclaim_deletion_timestamp by @​maxime1907 in #​2074

  • [FEATURE] Support kube_persistentvolume_deletion_timestamp by @​maxime1907 in #​2075

  • [FEATURE] Adds new metric kube_pod_service_account by @​swarup-stripe in #​2096

  • [FEATURE] Add volumemode to PVC info metric by @​machadovilaca in #​2134

  • [FEATURE] Enable metric-annotations-allowlist and metric-labels-allowlist for ResourceQuota by @​opeco17 in #​2175

  • [FEATURE] Allow field KV general matching by @​rexagod in #​2067

  • [FEATURE] Support hot reload for kubeconfig by @​opeco17 in #​2144

  • [FEATURE] Add support for endpoint topology routing hints by @​MarkSRobinson in #​2090

v2.9.2

Compare Source

This release does not incorporate any user-facing changes. Re-running release procedures as the process for the previous release failed. Changes are listed in v2.9.0.

v2.9.1

Compare Source

This release does not incorporate any user-facing changes. Re-running release procedures as the process for the previous release failed. Changes are listed in v2.9.0.

v2.9.0

Compare Source

The changes mentioned below are only the user-facing ones. For a list of the complete set of changes, refer the changelog associated with the release tag.

Note

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@gardener-ci-robot gardener-ci-robot added the kind/enhancement Enhancement, improvement, extension label Mar 15, 2024
@gardener-prow gardener-prow bot added the cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. label Mar 15, 2024
Copy link
Contributor

gardener-prow bot commented Mar 15, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign ary1992 for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow gardener-prow bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 15, 2024
Copy link
Contributor

gardener-prow bot commented Mar 15, 2024

@gardener-ci-robot: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-gardener-e2e-kind-migration 71914bf link true /test pull-gardener-e2e-kind-migration
pull-gardener-e2e-kind 71914bf link true /test pull-gardener-e2e-kind
pull-gardener-e2e-kind-ha-single-zone 71914bf link true /test pull-gardener-e2e-kind-ha-single-zone
pull-gardener-e2e-kind-migration-ha-single-zone 71914bf link true /test pull-gardener-e2e-kind-migration-ha-single-zone
pull-gardener-e2e-kind-operator 71914bf link true /test pull-gardener-e2e-kind-operator
pull-gardener-e2e-kind-ha-multi-zone 71914bf link true /test pull-gardener-e2e-kind-ha-multi-zone
pull-gardener-e2e-kind-upgrade 71914bf link true /test pull-gardener-e2e-kind-upgrade
pull-gardener-e2e-kind-ha-single-zone-upgrade 71914bf link true /test pull-gardener-e2e-kind-ha-single-zone-upgrade
pull-gardener-e2e-kind-ha-multi-zone-upgrade 71914bf link true /test pull-gardener-e2e-kind-ha-multi-zone-upgrade

Full PR test history. Your PR dashboard. Command help for this repository.
Please help us cut down on flakes by linking this test failure to an open flake report or filing a new flake report if you can't find an existing one. Also see our testing guideline for how to avoid and hunt flakes.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@rfranzke
Copy link
Member

This requires more work since e.g. verticalpodautoscalers-related metrics are removed (and we make use of them).
cc @istvanballok @rickardsjp @voelzmo Perhaps you would like to look into this and work on upgrading kube-state-metrics to its recent version?

/close

Copy link
Contributor

gardener-prow bot commented Mar 15, 2024

@rfranzke: Closed this PR.

In response to this:

This requires more work since e.g. verticalpodautoscalers-related metrics are removed (and we make use of them).
cc @istvanballok @rickardsjp @voelzmo Perhaps you would like to look into this and work on upgrading kube-state-metrics to its recent version?

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@gardener-prow gardener-prow bot closed this Mar 15, 2024
@rfranzke rfranzke deleted the renovate/kubernetes-kube-state-metrics-2.x branch March 15, 2024 12:51
@gardener-ci-robot
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v2.11.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@voelzmo
Copy link
Member

voelzmo commented Mar 15, 2024

I'm following the upstream issue: kubernetes/kube-state-metrics#2041
It seems like maintainers didn't really make sure how to provide the same functionality with the means that the new releases gave us, so until that is done, I'm not sure we should be updating.
@istvanballok and I talked about this a while back, he also mentioned that he's keeping an eye on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants