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

deps: update module sigs.k8s.io/custom-metrics-apiserver to v1.30.0 #3497

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sigs.k8s.io/custom-metrics-apiserver v1.28.0 -> v1.30.0 age adoption passing confidence

Warning

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


Release Notes

kubernetes-sigs/custom-metrics-apiserver (sigs.k8s.io/custom-metrics-apiserver)

v1.30.0: v1.30

Compare Source

Changes since v1.29.0

Improvements

v1.29.0

Compare Source

Changes since v1.28.0

Improvements
Documentation

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Vienna, 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 requested a review from a team as a code owner May 4, 2024 03:41
Copy link

codecov bot commented May 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.71%. Comparing base (7792a1b) to head (e8c115c).

❗ There is a different number of reports uploaded between BASE (7792a1b) and HEAD (e8c115c). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (7792a1b) HEAD (e8c115c)
metrics-operator 1 0
lifecycle-operator 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3497       +/-   ##
===========================================
- Coverage   85.48%   58.71%   -26.77%     
===========================================
  Files         167       35      -132     
  Lines        7414     1996     -5418     
===========================================
- Hits         6338     1172     -5166     
+ Misses        790      677      -113     
+ Partials      286      147      -139     

see 145 files with indirect coverage changes

Flag Coverage Δ
certificate-operator 69.23% <ø> (ø)
component-tests 58.04% <ø> (ø)
lifecycle-operator ?
metrics-operator ?
scheduler 34.90% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@renovate renovate bot force-pushed the renovate/sigs.k8s.io-custom-metrics-apiserver-1.x branch from e4ea71e to a5226ca Compare May 5, 2024 21:54
@renovate renovate bot changed the title deps: update module sigs.k8s.io/custom-metrics-apiserver to v1.29.0 deps: update module sigs.k8s.io/custom-metrics-apiserver to v1.30.0 May 5, 2024
@odubajDT odubajDT added the on hold Do not merge yet label May 8, 2024
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-custom-metrics-apiserver-1.x branch 3 times, most recently from 0eb2977 to eeb9364 Compare May 13, 2024 11:22
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-custom-metrics-apiserver-1.x branch 5 times, most recently from dfe3904 to f99688d Compare May 23, 2024 07:37
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: metrics-operator/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):

  • 30 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.22.5
k8s.io/api v0.28.12 -> v0.30.0
k8s.io/apimachinery v0.28.12 -> v0.30.0
k8s.io/apiserver v0.28.12 -> v0.30.0
k8s.io/client-go v0.28.12 -> v0.30.0
k8s.io/component-base v0.28.12 -> v0.30.0
k8s.io/metrics v0.28.12 -> v0.30.0
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a -> v0.0.0-20230301143203-a9d515a09cc2
github.com/emicklei/go-restful/v3 v3.11.0 -> v3.12.0
github.com/evanphx/json-patch v5.6.0+incompatible -> v5.7.0+incompatible
github.com/fsnotify/fsnotify v1.6.0 -> v1.7.0
github.com/go-logr/zapr v1.2.4 -> v1.3.0
github.com/go-openapi/jsonpointer v0.19.6 -> v0.20.2
github.com/go-openapi/jsonreference v0.20.2 -> v0.20.4
github.com/go-openapi/swag v0.22.3 -> v0.22.7
github.com/google/cel-go v0.16.1 -> v0.17.8
github.com/imdario/mergo v0.3.13 -> v0.3.16
github.com/spf13/cobra v1.7.0 -> v1.8.0
github.com/stoewer/go-strcase v1.2.0 -> v1.3.0
go.etcd.io/etcd/api/v3 v3.5.9 -> v3.5.11
go.etcd.io/etcd/client/pkg/v3 v3.5.9 -> v3.5.11
go.etcd.io/etcd/client/v3 v3.5.9 -> v3.5.11
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0 -> v0.46.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 -> v0.46.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0 -> v1.21.0
go.uber.org/zap v1.25.0 -> v1.26.0
k8s.io/kms v0.28.12 -> v0.30.0
k8s.io/kube-openapi v0.0.0-20230901164831-6c774f458599 -> v0.0.0-20240430033511-f0e62f92d13f
k8s.io/utils v0.0.0-20230726121419-3b25d923346b -> v0.0.0-20240423183400-0849a56e8f22
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 -> v0.29.0
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 -> v4.4.1

@renovate renovate bot force-pushed the renovate/sigs.k8s.io-custom-metrics-apiserver-1.x branch from f99688d to 3a27e2d Compare June 4, 2024 10:50
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-custom-metrics-apiserver-1.x branch 2 times, most recently from 33f1e2f to 6c393a9 Compare June 17, 2024 17:08
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-custom-metrics-apiserver-1.x branch 3 times, most recently from 4744f0d to 5872a3c Compare June 27, 2024 06:34
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-custom-metrics-apiserver-1.x branch 2 times, most recently from 5362825 to cdbd959 Compare July 17, 2024 10:53
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-custom-metrics-apiserver-1.x branch from cdbd959 to e8c115c Compare July 25, 2024 07:22
Copy link

sonarcloud bot commented Jul 25, 2024

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

Successfully merging this pull request may close these issues.

None yet

1 participant