Skip to content
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

Run conformance tests for Kubernetes v1.31 #4892

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented Jul 17, 2024

Part of: #4928

@stefanprodan stefanprodan added the area/testing Testing related issues and pull requests label Jul 17, 2024
@stefanprodan stefanprodan marked this pull request as ready for review August 14, 2024 06:39
@stefanprodan stefanprodan requested a review from a team August 14, 2024 06:39
@@ -19,7 +19,7 @@ jobs:
matrix:
# Keep this list up-to-date with https://endoflife.date/kubernetes
# Build images with https://github.com/fluxcd/flux-benchmark/actions/workflows/build-kind.yaml
KUBERNETES_VERSION: [ 1.28.11, 1.29.6, 1.30.2 ]
KUBERNETES_VERSION: [ 1.28.11, 1.29.6, 1.30.2, 1.31.0 ]
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't this be

Suggested change
KUBERNETES_VERSION: [ 1.28.11, 1.29.6, 1.30.2, 1.31.0 ]
KUBERNETES_VERSION: [ 1.29.6, 1.30.2, 1.31.0 ]

?

Copy link
Member Author

Choose a reason for hiding this comment

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

Dropping support for a Kubernetes version should have it's own PR. But 1.28 support ends on 28 Aug 2024, we can't remove it now.

@stefanprodan stefanprodan merged commit e06e561 into main Aug 14, 2024
15 checks passed
@stefanprodan stefanprodan deleted the conformance-tests-k8s-1.31 branch August 14, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Testing related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants