Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
k8s.io/api v0.31.3 -> v0.32.0 age adoption passing confidence
k8s.io/apiextensions-apiserver v0.31.3 -> v0.32.0 age adoption passing confidence
k8s.io/apimachinery v0.31.3 -> v0.32.0 age adoption passing confidence
k8s.io/client-go v0.31.3 -> v0.32.0 age adoption passing confidence

Release Notes

kubernetes/api (k8s.io/api)

v0.32.0

Compare Source

v0.31.4

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.32.0

Compare Source

v0.31.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.0

Compare Source

v0.31.4

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.32.0

Compare Source

v0.31.4

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 December 12, 2024 10:04
@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 12, 2024
@renovate renovate bot enabled auto-merge (squash) December 12, 2024 10:04
@renovate
Copy link
Contributor Author

renovate bot commented Dec 12, 2024

ℹ 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):

  • 5 additional dependencies were updated

Details:

Package Change
golang.org/x/time v0.5.0 -> v0.7.0
k8s.io/kube-openapi v0.0.0-20240423202451-8948a665c108 -> v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241010143419-9aa6b5e7a4b3
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.4.2
File name: tests/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):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/moby/spdystream v0.4.0 -> v0.5.0
golang.org/x/time v0.5.0 -> v0.7.0
k8s.io/kube-openapi v0.0.0-20240423202451-8948a665c108 -> v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241010143419-9aa6b5e7a4b3
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.4.2

@codecov
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.72%. Comparing base (b43eab9) to head (93d0332).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2896      +/-   ##
==========================================
- Coverage   89.74%   89.72%   -0.03%     
==========================================
  Files         109      109              
  Lines       11150    11150              
  Branches       50       50              
==========================================
- Hits        10007    10004       -3     
- Misses       1083     1085       +2     
- Partials       60       61       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kate-osborn
Copy link
Contributor

@nginxinc/nginx-gateway-fabric this needs additional work. See unit test failure

@renovate renovate bot force-pushed the renovate/kubernetes-go branch 16 times, most recently from cb9d4b1 to e239f80 Compare December 17, 2024 17:25
| datasource | package                        | from    | to      |
| ---------- | ------------------------------ | ------- | ------- |
| go         | k8s.io/api                     | v0.31.3 | v0.32.0 |
| go         | k8s.io/apiextensions-apiserver | v0.31.3 | v0.32.0 |
| go         | k8s.io/apimachinery            | v0.31.3 | v0.32.0 |
| go         | k8s.io/client-go               | v0.31.3 | v0.32.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from e239f80 to 791b0ce Compare December 17, 2024 17:57
@sjberman sjberman force-pushed the renovate/kubernetes-go branch from 49b3ea1 to 93d0332 Compare December 17, 2024 18:41
@renovate renovate bot merged commit 196d1bc into main Dec 17, 2024
40 checks passed
@renovate renovate bot deleted the renovate/kubernetes-go branch December 17, 2024 19:36
miledxz added a commit to miledxz/nginx-gateway-fabric that referenced this pull request Jan 14, 2025
* Update kubernetes packages to v0.32.0

| datasource | package                        | from    | to      |
| ---------- | ------------------------------ | ------- | ------- |
| go         | k8s.io/api                     | v0.31.3 | v0.32.0 |
| go         | k8s.io/apiextensions-apiserver | v0.31.3 | v0.32.0 |
| go         | k8s.io/apimachinery            | v0.31.3 | v0.32.0 |
| go         | k8s.io/client-go               | v0.31.3 | v0.32.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Use new error message

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Saylor Berman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants