Skip to content

Update module k8s.io/autoscaler/vertical-pod-autoscaler to v1.7.0 - #51852

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/k8s.io-autoscaler-vertical-pod-autoscaler-1.x
Open

Update module k8s.io/autoscaler/vertical-pod-autoscaler to v1.7.0#51852
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/k8s.io-autoscaler-vertical-pod-autoscaler-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
k8s.io/autoscaler/vertical-pod-autoscaler v1.6.0v1.7.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added changelog/no-changelog No changelog entry needed dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency qa/no-code-change No code change in Agent code requiring validation labels Jun 5, 2026
@renovate

renovate Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 20 additional dependencies were updated

Details:

Package Change
google.golang.org/protobuf v1.36.12-0.20260116114154-8c4c4ae446ca -> v1.36.12-0.20260120151049-f2248ac996af
k8s.io/api v0.35.5 -> v0.36.1
k8s.io/apimachinery v0.35.6 -> v0.36.1
k8s.io/client-go v0.35.5 -> v0.36.1
k8s.io/component-base v0.35.5 -> v0.36.1
k8s.io/metrics v0.35.5 -> v0.36.1
github.com/fxamacker/cbor/v2 v2.9.1 -> v2.9.2
github.com/go-openapi/swag v0.25.5 -> v0.26.0
github.com/go-openapi/swag/cmdutils v0.25.5 -> v0.26.0
github.com/go-openapi/swag/conv v0.25.5 -> v0.26.0
github.com/go-openapi/swag/fileutils v0.25.5 -> v0.26.0
github.com/go-openapi/swag/jsonutils v0.25.5 -> v0.26.0
github.com/go-openapi/swag/loading v0.25.5 -> v0.26.0
github.com/go-openapi/swag/mangling v0.25.5 -> v0.26.0
github.com/go-openapi/swag/netutils v0.25.5 -> v0.26.0
github.com/go-openapi/swag/stringutils v0.25.5 -> v0.26.0
github.com/go-openapi/swag/typeutils v0.25.5 -> v0.26.0
github.com/go-openapi/swag/yamlutils v0.25.5 -> v0.26.0
k8s.io/kube-openapi v0.0.0-20260330154417-16be699c7b31 -> v0.0.0-20260414162039-ec9c827d403f
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 -> v6.4.0

@dd-prapprover

dd-prapprover Bot commented Jun 5, 2026

Copy link
Copy Markdown

PRApprover will approve and merge this PR, FAQ, #dx-source-code-management

🛠️ PRApproval Status

  • ✅ PR is eligible for auto-approval by rule datadog-agent-renovate - 2026-07-12T10:12:36Z
  • ⬜ CI tests passed
  • ⬜ Approved
  • Manual merge required: this rule does not auto-merge.

➡️ Current phase: CI tests failed. Please fix the failing tests to continue.

@dd-octo-sts dd-octo-sts Bot added the internal Identify a non-fork PR label Jun 5, 2026
@github-actions github-actions Bot added the short review PR is simple enough to be reviewed quickly label Jun 5, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7bde5851c9

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread go.mod
k8s.io/apimachinery v0.35.5
k8s.io/autoscaler/vertical-pod-autoscaler v1.6.0
k8s.io/apimachinery v0.36.1
k8s.io/autoscaler/vertical-pod-autoscaler v1.7.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include InPlace in VPA update-mode metrics

With this dependency bump, VPA v1.7.0 adds the UpdateModeInPlace value, but the kube-state-metrics custom VPA collector still hard-codes only the previous modes in pkg/collector/corechecks/cluster/ksm/customresources/vpa.go:119-125. On clusters using spec.updatePolicy.updateMode: InPlace, kube_verticalpodautoscaler_spec_updatepolicy_updatemode will emit 0 for every update_mode label instead of exposing the configured mode, so dashboards/monitors cannot distinguish this supported v1.7 setting. Please extend the mode list and tests alongside the module bump.

Useful? React with 👍 / 👎.

@datadog-prod-us1-4

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/k8s.io-autoscaler-vertical-pod-autoscaler-1.x branch 6 times, most recently from b01a8fa to 755058d Compare June 12, 2026 02:57
@renovate
renovate Bot force-pushed the renovate/k8s.io-autoscaler-vertical-pod-autoscaler-1.x branch 9 times, most recently from 393785a to 4d3afb3 Compare June 18, 2026 08:20
@dd-octo-sts

dd-octo-sts Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Jun 20, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-06-20 22:20:54 UTC ℹ️ Start processing command /merge


2026-06-20 22:20:59 UTC ℹ️ MergeQueue: waiting for PR to be ready

This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
It will be added to the queue as soon as checks pass and/or get approvals. View in MergeQueue UI.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.


2026-06-21 02:22:05 UTC ⚠️ MergeQueue: This merge request was unqueued

devflow unqueued this merge request: It did not become mergeable within the expected time

@renovate
renovate Bot force-pushed the renovate/k8s.io-autoscaler-vertical-pod-autoscaler-1.x branch from 48d7fcf to d967920 Compare June 20, 2026 22:38
@dd-prapprover
dd-prapprover Bot dismissed their stale review June 20, 2026 22:38

new commit added, dismiss all previous approvals

@renovate
renovate Bot force-pushed the renovate/k8s.io-autoscaler-vertical-pod-autoscaler-1.x branch 4 times, most recently from d94af2b to 69a717c Compare June 21, 2026 11:04
dd-prapprover[bot]
dd-prapprover Bot previously approved these changes Jun 21, 2026

@dd-prapprover dd-prapprover Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR has been automatically approved by the DD PR Approver bot.

@dd-octo-sts

dd-octo-sts Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Jun 21, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-06-21 11:05:12 UTC ℹ️ Start processing command /merge


2026-06-21 11:05:19 UTC ℹ️ MergeQueue: waiting for PR to be ready

This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
It will be added to the queue as soon as checks pass and/or get approvals. View in MergeQueue UI.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.


2026-06-21 15:35:03 UTC ⚠️ MergeQueue: This merge request was unqueued

devflow unqueued this merge request: It did not become mergeable within the expected time

@renovate
renovate Bot force-pushed the renovate/k8s.io-autoscaler-vertical-pod-autoscaler-1.x branch from 69a717c to 9feee6d Compare June 21, 2026 11:19
@dd-prapprover
dd-prapprover Bot dismissed their stale review June 21, 2026 11:19

new commit added, dismiss all previous approvals

@renovate
renovate Bot force-pushed the renovate/k8s.io-autoscaler-vertical-pod-autoscaler-1.x branch from 9feee6d to 726827d Compare June 21, 2026 12:49
dd-prapprover[bot]
dd-prapprover Bot previously approved these changes Jun 21, 2026

@dd-prapprover dd-prapprover Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR has been automatically approved by the DD PR Approver bot.

@dd-octo-sts

dd-octo-sts Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Jun 21, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-06-21 12:49:59 UTC ℹ️ Start processing command /merge


2026-06-21 12:50:02 UTC ❌ MergeQueue

PR already in the queue with status waiting

@renovate
renovate Bot force-pushed the renovate/k8s.io-autoscaler-vertical-pod-autoscaler-1.x branch from 726827d to bd9af2c Compare June 21, 2026 15:34
@dd-prapprover
dd-prapprover Bot dismissed their stale review June 21, 2026 15:34

new commit added, dismiss all previous approvals

@renovate
renovate Bot force-pushed the renovate/k8s.io-autoscaler-vertical-pod-autoscaler-1.x branch 7 times, most recently from 8445e89 to c1f42ca Compare June 24, 2026 01:58
@dd-octo-sts

dd-octo-sts Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as stale because it has not had activity in the past 15 days.

It will be closed in 30 days if no further activity occurs. If this pull request is still relevant, adding a comment or pushing new commits will keep it open. Also, you can always reopen the pull request if you missed the window.

Thank you for your contributions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog No changelog entry needed dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency internal Identify a non-fork PR qa/no-code-change No code change in Agent code requiring validation short review PR is simple enough to be reviewed quickly stale stop-updating Prevent auto updates from Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant