fix(deps): update kubernetes packages to v0.33.0 #249

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/kubernetes-go into master 2025-04-24 06:29:53 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-23 22:03:07 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
k8s.io/api require minor v0.32.4 -> v0.33.0
k8s.io/apimachinery require minor v0.32.4 -> v0.33.0
k8s.io/client-go require minor v0.32.4 -> v0.33.0

Release Notes

kubernetes/api (k8s.io/api)

v0.33.0

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.33.0

Compare Source

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

v0.33.0

Compare Source


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 MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


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

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/api](https://github.com/kubernetes/api) | require | minor | `v0.32.4` -> `v0.33.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | require | minor | `v0.32.4` -> `v0.33.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | require | minor | `v0.32.4` -> `v0.33.0` | --- ### Release Notes <details> <summary>kubernetes/api (k8s.io/api)</summary> ### [`v0.33.0`](https://github.com/kubernetes/api/compare/v0.32.4...v0.33.0) [Compare Source](https://github.com/kubernetes/api/compare/v0.32.4...v0.33.0) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.33.0`](https://github.com/kubernetes/apimachinery/compare/v0.32.4...v0.33.0) [Compare Source](https://github.com/kubernetes/apimachinery/compare/v0.32.4...v0.33.0) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`v0.33.0`](https://github.com/kubernetes/client-go/compare/v0.32.4...v0.33.0) [Compare Source](https://github.com/kubernetes/client-go/compare/v0.32.4...v0.33.0) </details> --- ### 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 MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-23 22:03:08 +00:00 (Migrated from gitlab.com)

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

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

Details:

Package Change
go 1.23.6 -> 1.24.0
github.com/google/gnostic-models v0.6.8 -> v0.6.9
golang.org/x/net v0.30.0 -> v0.38.0
golang.org/x/oauth2 v0.23.0 -> v0.27.0
golang.org/x/sys v0.26.0 -> v0.31.0
golang.org/x/term v0.25.0 -> v0.30.0
golang.org/x/text v0.19.0 -> v0.23.0
golang.org/x/time v0.7.0 -> v0.9.0
google.golang.org/protobuf v1.35.1 -> v1.36.5
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f -> v0.0.0-20250318190949-c8a335a9a2ff
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 -> v4.6.0
### ℹ 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): - 10 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :------------------------------------- | :--------------------------------------------------------------------------- | | `go` | `1.23.6` -> `1.24.0` | | `github.com/google/gnostic-models` | `v0.6.8` -> `v0.6.9` | | `golang.org/x/net` | `v0.30.0` -> `v0.38.0` | | `golang.org/x/oauth2` | `v0.23.0` -> `v0.27.0` | | `golang.org/x/sys` | `v0.26.0` -> `v0.31.0` | | `golang.org/x/term` | `v0.25.0` -> `v0.30.0` | | `golang.org/x/text` | `v0.19.0` -> `v0.23.0` | | `golang.org/x/time` | `v0.7.0` -> `v0.9.0` | | `google.golang.org/protobuf` | `v1.35.1` -> `v1.36.5` | | `k8s.io/kube-openapi` | `v0.0.0-20241105132330-32ad38e42d3f` -> `v0.0.0-20250318190949-c8a335a9a2ff` | | `sigs.k8s.io/structured-merge-diff/v4` | `v4.4.2` -> `v4.6.0` |
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-23 22:03:10 +00:00 (Migrated from gitlab.com)

mentioned in issue #3

mentioned in issue #3
argoyle commented 2025-04-23 22:13:32 +00:00 (Migrated from gitlab.com)

Codecov Report

All modified and coverable lines are covered by tests

Project coverage is 100.00%. Comparing base (e605019) to head (3b55c26).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #246   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           66        66           
=========================================
  Hits            66        66           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
## [Codecov](https://app.codecov.io/gl/unboundsoftware/cron-checker/pull/246?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report All modified and coverable lines are covered by tests :white_check_mark: > Project coverage is 100.00%. Comparing base [(`e605019`)](https://app.codecov.io/gl/unboundsoftware/cron-checker/commit/e6050196351cd5c8fee0038bf4504a2fbd92a6da?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) to head [(`3b55c26`)](https://app.codecov.io/gl/unboundsoftware/cron-checker/commit/3b55c2658d518877f19f8d6503d09f65e816c234?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## master #246 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 66 66 ========================================= Hits 66 66 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/cron-checker/pull/246?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). :loudspeaker: Have feedback on the report? [Share it here](https://gitlab.com/codecov-open-source/codecov-user-feedback/-/issues/4). <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. </details>
argoyle (Migrated from gitlab.com) merged commit into master 2025-04-24 06:29:53 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/cron-checker#249