Skip to content

Conversation

@JAORMX
Copy link
Collaborator

@JAORMX JAORMX commented Oct 14, 2025

Summary

  • Update operator E2E tests to use the three currently supported Kubernetes versions
  • Upgrade all versions to their latest patch releases
  • Remove v1.31 which reaches EOL on October 28, 2025

Changes

  • v1.31.9 → v1.32.8: Upgraded to v1.32 (latest patch) as v1.31 reaches EOL in 14 days
  • v1.32.5 → v1.33.4: Updated to latest v1.33 patch release
  • v1.33.1 → v1.34.0: Upgraded to v1.34 (newest K8s release from Aug 2025)

This aligns with the Kubernetes project's support policy of maintaining the most recent three minor releases (1.32, 1.33, 1.34).

🤖 Generated with Claude Code

This updates the operator E2E tests to use the three currently
supported Kubernetes versions with their latest patch releases:

- Update from v1.31.9 to v1.32.8 (v1.31 reaches EOL on Oct 28, 2025)
- Update from v1.32.5 to v1.33.4 (latest v1.33 patch)
- Add v1.34.0 (latest Kubernetes release from Aug 2025)

This aligns with the Kubernetes project's support policy of
maintaining the most recent three minor releases (1.32, 1.33, 1.34).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@JAORMX JAORMX requested a review from ChrisJBurns October 14, 2025 13:16
@codecov
Copy link

codecov bot commented Oct 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.08%. Comparing base (ffd3414) to head (63d8215).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2194      +/-   ##
==========================================
- Coverage   53.09%   53.08%   -0.01%     
==========================================
  Files         222      222              
  Lines       28904    28904              
==========================================
- Hits        15347    15345       -2     
- Misses      12419    12420       +1     
- Partials     1138     1139       +1     

☔ 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.

Copy link
Contributor

@jhrozek jhrozek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all tests passed, yay

@ChrisJBurns ChrisJBurns merged commit 6e18a3c into main Oct 14, 2025
28 checks passed
@ChrisJBurns ChrisJBurns deleted the update-k8s-test-versions branch October 14, 2025 14:08
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.

4 participants