Skip to content

[ci] Update K8s version in test workflow #2918

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

Merged
merged 1 commit into from
Aug 3, 2025
Merged

[ci] Update K8s version in test workflow #2918

merged 1 commit into from
Aug 3, 2025

Conversation

VietND96
Copy link
Member

@VietND96 VietND96 commented Aug 3, 2025

User description

Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it

Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.

Description

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

PR Type

Other


Description

  • Update Kubernetes versions across test workflows

  • Upgrade Helm versions for latest K8s releases


Diagram Walkthrough

flowchart LR
  A["CI Workflows"] --> B["K8s Version Updates"]
  A --> C["Helm Version Updates"]
  B --> D["v1.30.13 → v1.30.14"]
  B --> E["v1.31.9 → v1.31.11"]
  B --> F["v1.32.5 → v1.32.7"]
  B --> G["v1.33.1 → v1.33.3"]
  C --> H["v3.17.3 → v3.17.4"]
  C --> I["v3.18.0 → v3.18.4"]
Loading

File Walkthrough

Relevant files
Configuration changes
helm-chart-test.yml
Update K8s and Helm versions in test matrix                           

.github/workflows/helm-chart-test.yml

  • Update K8s versions: v1.30.13→v1.30.14, v1.31.9→v1.31.11,
    v1.32.5→v1.32.7, v1.33.1→v1.33.3
  • Update Helm versions: v3.17.3→v3.17.4, v3.18.0→v3.18.4
+6/-6     
k8s-scaling-test.yml
Update K8s and Helm versions in scaling tests                       

.github/workflows/k8s-scaling-test.yml

  • Update K8s versions: v1.30.13→v1.30.14, v1.31.9→v1.31.11,
    v1.32.5→v1.32.7
  • Update Helm version: v3.17.3→v3.17.4
+4/-4     

Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
Copy link
Contributor

qodo-merge-pro bot commented Aug 3, 2025

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

Copy link
Contributor

qodo-merge-pro bot commented Aug 3, 2025

PR Code Suggestions ✨

No code suggestions found for the PR.

@VietND96 VietND96 merged commit c705c8b into trunk Aug 3, 2025
62 of 63 checks passed
@VietND96 VietND96 deleted the ci-test branch August 3, 2025 21:21
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.

1 participant