kubernetes-sigs / metrics-server

Scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.
https://kubernetes.io/docs/tasks/debug-application-cluster/resource-metrics-pipeline/
Apache License 2.0
5.72k stars 1.86k forks source link

Bump the gomod-dependencies group with 10 updates #1452

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the gomod-dependencies group with 10 updates:

Package From To
github.com/onsi/ginkgo/v2 2.15.0 2.17.1
github.com/onsi/gomega 1.31.1 1.32.0
github.com/prometheus/common 0.46.0 0.51.1
github.com/prometheus/prometheus 0.48.1 0.51.0
k8s.io/api 0.29.1 0.29.2
k8s.io/apimachinery 0.29.1 0.29.2
k8s.io/apiserver 0.29.1 0.29.3
k8s.io/client-go 0.29.1 0.29.3
k8s.io/component-base 0.29.1 0.29.3
k8s.io/metrics 0.29.1 0.29.3

Updates github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.17.1

2.17.1

Fixes

  • If the user sets --seed=0, make sure all parallel nodes get the same seed [af0330d]

v2.17.0

2.17.0

Features

  • add --github-output for nicer output in github actions [e8a2056]

Maintenance

  • fix typo in core_dsl.go [977bc6f]
  • Fix typo in docs [e297e7b]

v2.16.0

2.16.0

Features

  • add SpecContext to reporting nodes

Fixes

  • merge coverages instead of combining them (#1329) (#1340) [23f0cc5]
  • core_dsl: disable Getwd() with environment variable (#1357) [cd418b7]

Maintenance

  • docs/index.md: Typo [2cebe8d]
  • fix docs [06de431]
  • chore: test with Go 1.22 (#1352) [898cba9]
  • Bump golang.org/x/tools from 0.16.1 to 0.17.0 (#1336) [17ae120]
  • Bump golang.org/x/sys from 0.15.0 to 0.16.0 (#1327) [5a179ed]
  • Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#1321) [a1e6b69]
  • Bump github-pages and jekyll-feed in /docs (#1351) [d52951d]
  • Fix docs for handling failures in goroutines (#1339) [4471b2e]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.17.1

Fixes

  • If the user sets --seed=0, make sure all parallel nodes get the same seed [af0330d]

2.17.0

Features

  • add --github-output for nicer output in github actions [e8a2056]

Maintenance

  • fix typo in core_dsl.go [977bc6f]
  • Fix typo in docs [e297e7b]

2.16.0

Features

  • add SpecContext to reporting nodes

Fixes

  • merge coverages instead of combining them (#1329) (#1340) [23f0cc5]
  • core_dsl: disable Getwd() with environment variable (#1357) [cd418b7]

Maintenance

  • docs/index.md: Typo [2cebe8d]
  • fix docs [06de431]
  • chore: test with Go 1.22 (#1352) [898cba9]
  • Bump golang.org/x/tools from 0.16.1 to 0.17.0 (#1336) [17ae120]
  • Bump golang.org/x/sys from 0.15.0 to 0.16.0 (#1327) [5a179ed]
  • Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#1321) [a1e6b69]
  • Bump github-pages and jekyll-feed in /docs (#1351) [d52951d]
  • Fix docs for handling failures in goroutines (#1339) [4471b2e]
Commits


Updates github.com/onsi/gomega from 1.31.1 to 1.32.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.32.0

1.32.0

Maintenance

  • Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]

    This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @​jbduncan !). Please open an issue if you run into one.

  • chore: test with Go 1.22 (#733) [32ef35e]

  • Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [a0d0387]

  • Bump github-pages and jekyll-feed in /docs (#732) [b71e477]

  • docs: fix typo and broken anchor link to gstruct [f460154]

  • docs: fix HaveEach matcher signature [a2862e4]

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.32.0

Maintenance

  • Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]

    This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @​jbduncan !). Please open an issue if you run into one.

  • chore: test with Go 1.22 (#733) [32ef35e]

  • Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [a0d0387]

  • Bump github-pages and jekyll-feed in /docs (#732) [b71e477]

  • docs: fix typo and broken anchor link to gstruct [f460154]

  • docs: fix HaveEach matcher signature [a2862e4]

Commits
  • 4379951 v1.32.0
  • a350b95 Maintain source backwards compatibility
  • a6c8875 Fix failing test
  • 436a197 Migrate github.com/golang/protobuf to google.golang.org/protobuf
  • 32ef35e chore: test with Go 1.22 (#733)
  • a0d0387 Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717)
  • b71e477 Bump github-pages and jekyll-feed in /docs (#732)
  • f460154 docs: fix typo and broken anchor link to gstruct
  • a2862e4 docs: fix HaveEach matcher signature
  • See full diff in compare view


Updates github.com/prometheus/common from 0.46.0 to 0.51.1

Release notes

Sourced from github.com/prometheus/common's releases.

v0.51.1

What's Changed

Full Changelog: https://github.com/prometheus/common/compare/v0.51.0...v0.51.1

v0.51.0

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.50.0...v0.51.0

v0.50.0

What's Changed

Full Changelog: https://github.com/prometheus/common/compare/v0.49.0...v0.50.0

v0.49.0

What's Changed

... (truncated)

Commits
  • e821827 Retract v0.50.0 (#610)
  • 2807775 Update common Prometheus files (#609)
  • 617b51d Synchronize common files from prometheus/prometheus (#606)
  • 057bec8 Merge pull request #608 from vesari/avoid-total-suffix-repetition
  • da75ecd Correct logic in sample naming for counters, add new test
  • b0624a8 Fix string slice definition for FormatFlagOptions. (#607)
  • e7f4912 expfmt: Add a way to generate different OpenMetrics Formats (#596)
  • d4cebf6 Merge pull request #604 from prometheus/repo_sync
  • 44e573e Update common Prometheus files
  • 944239f Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#601)
  • Additional commits viewable in compare view


Updates github.com/prometheus/prometheus from 0.48.1 to 0.51.0

Commits
  • c05c155 Cut v2.51.0 (#13787)
  • 8d53e7b Cut v2.51.0-rc.0 (#13729)
  • e8bf2ce Merge pull request #13735 from bboreham/fix-notifier-relabel
  • 54f50e1 Merge pull request #13737 from bboreham/fix-scrape-tolerance
  • 6c41ec9 [BUGFIX] Scraping: Tolerance should be max 1% of interval
  • 8c4e4b7 Notifier: pass parameters to goroutine explicitly
  • 57c7991 Notifier: don't reuse payload after relabeling
  • 9acae57 Merge pull request #13681 from krajorama/native-latency-histograms
  • 3d16d39 Merge pull request #13716 from prometheus/update-go-deps
  • b0c0961 Merge pull request #13725 from prometheus/beorn7/promql2
  • Additional commits viewable in compare view


Updates k8s.io/api from 0.29.1 to 0.29.2

Commits
  • d473130 Update dependencies to v0.29.2 tag
  • f5eca04 Merge pull request #122959RomanBednar/automated-cherry-pick-of-#122728
  • fd1786f flag PersistentVolumeLastPhaseTransitionTime field as beta
  • See full diff in compare view


Updates k8s.io/apimachinery from 0.29.1 to 0.29.2

Commits


Updates k8s.io/apiserver from 0.29.1 to 0.29.3

Commits


Updates k8s.io/client-go from 0.29.1 to 0.29.3

Commits
  • 46588f2 Update dependencies to v0.29.3 tag
  • 403b37f Merge pull request #123763 from liggitt/proto-1.29
  • 92199ae [CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...
  • See full diff in compare view


Updates k8s.io/component-base from 0.29.1 to 0.29.3

Commits
  • e4d5694 Update dependencies to v0.29.3 tag
  • bdb0447 Merge pull request #123763 from liggitt/proto-1.29
  • 4281bee [CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...
  • e8f624c Merge pull request #123065Richabanker/automated-cherry-pick-of-#122750
  • d64bf7a Add processStartTime in metrics/slis
  • See full diff in compare view


Updates k8s.io/metrics from 0.29.1 to 0.29.3

Commits
  • 5c21919 Update dependencies to v0.29.3 tag
  • 1f4a4da Merge pull request #123763 from liggitt/proto-1.29
  • df40d8c [CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
k8s-ci-robot commented 5 months ago

This issue is currently awaiting triage.

If metrics-server contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
k8s-ci-robot commented 5 months ago

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
k8s-ci-robot commented 5 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot], yangjunmyfm192085 Once this PR has been reviewed and has the lgtm label, please assign dgrisonnet 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: - **[OWNERS](https://github.com/kubernetes-sigs/metrics-server/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
k8s-ci-robot commented 5 months ago

@dependabot[bot]: 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-metrics-server-test-unit c8a272d1db4ccbc4455cbed917eba94289ad1e1a link true /test pull-metrics-server-test-unit
pull-metrics-server-test-e2e-helm c8a272d1db4ccbc4455cbed917eba94289ad1e1a link true /test pull-metrics-server-test-e2e-helm
pull-metrics-server-test-e2e c8a272d1db4ccbc4455cbed917eba94289ad1e1a link true /test pull-metrics-server-test-e2e
pull-metrics-server-test-version c8a272d1db4ccbc4455cbed917eba94289ad1e1a link true /test pull-metrics-server-test-version
pull-metrics-server-test-e2e-ha c8a272d1db4ccbc4455cbed917eba94289ad1e1a link false /test pull-metrics-server-test-e2e-ha
pull-metrics-server-verify c8a272d1db4ccbc4455cbed917eba94289ad1e1a link true /test pull-metrics-server-verify

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
dependabot[bot] commented 5 months ago

Superseded by #1458.