Skip to content

Update kubernetes client to 32.0.1#968

Open
tdewanNvidia wants to merge 1 commit into
mainfrom
tdewan/kubernetes-32-0-1-pyasn1-0-6-3
Open

Update kubernetes client to 32.0.1#968
tdewanNvidia wants to merge 1 commit into
mainfrom
tdewan/kubernetes-32-0-1-pyasn1-0-6-3

Conversation

@tdewanNvidia

@tdewanNvidia tdewanNvidia commented May 7, 2026

Copy link
Copy Markdown
Collaborator

Description

Update kubernetes client to 32.0.1

Issue - None

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

Summary by CodeRabbit

  • Chores
    • Updated Kubernetes client library to version 32.0.1 for enhanced compatibility and security.
    • Added duration package dependency for improved time handling capabilities.
    • Updated cryptographic library (pyasn1) to version 0.6.3 for improved stability.

@tdewanNvidia tdewanNvidia requested a review from a team as a code owner May 7, 2026 18:13
@coderabbitai

coderabbitai Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: ffccdff7-ef6b-4522-96e8-8d08cf66e8db

📥 Commits

Reviewing files that changed from the base of the PR and between 0c0cba4 and 95d3c70.

📒 Files selected for processing (2)
  • src/locked_requirements.txt
  • src/requirements.txt

📝 Walkthrough

Walkthrough

This PR updates production Python dependencies: Kubernetes is bumped from 24.2.0 to 32.0.1, introducing a new transitive dependency on durationpy 0.10, and pyasn1 is patched from 0.6.2 to 0.6.3. Both the source and locked requirements files are updated consistently.

Changes

Dependency Version Updates

Layer / File(s) Summary
Base Requirement Update
src/requirements.txt
Kubernetes version constraint updated from 24.2.0 to 32.0.1.
Locked Dependencies: Kubernetes and Transitive Deps
src/locked_requirements.txt
Kubernetes pinned to 32.0.1 with new hashes; durationpy 0.10 added as transitive dependency via Kubernetes with hashes.
Locked Dependencies: Pyasn1 Update and Comments
src/locked_requirements.txt
Pyasn1 pinned version updated from 0.6.2 to 0.6.3 with new hashes; autogenerated comment lines adjusted in surrounding sections.

Estimated Code Review Effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 A hop and a bump, Kubernetes takes flight,
From twenty-four dots to thirty-two's height!
Durationpy joins, a friend of the way,
While pyasn1 patches keep bugs at bay.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the kubernetes client dependency from 24.2.0 to 32.0.1, which is the primary focus of the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch tdewan/kubernetes-32-0-1-pyasn1-0-6-3

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov

codecov Bot commented May 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.74%. Comparing base (0c0cba4) to head (95d3c70).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #968      +/-   ##
==========================================
- Coverage   44.53%   43.74%   -0.79%     
==========================================
  Files         218      218              
  Lines       28537    28537              
  Branches     4260     4260              
==========================================
- Hits        12708    12484     -224     
- Misses      15208    15430     +222     
- Partials      621      623       +2     
Flag Coverage Δ
backend 44.56% <ø> (-0.86%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant