Skip to content

Update Strimzi version#6928

Closed
adity1raut wants to merge 7 commits intokedacore:mainfrom
adity1raut:main
Closed

Update Strimzi version#6928
adity1raut wants to merge 7 commits intokedacore:mainfrom
adity1raut:main

Conversation

@adity1raut
Copy link

@adity1raut adity1raut commented Jul 24, 2025

Solve Issue #6918

Update the version of StrimziVersion in the file tests/helper/helper.go:

 - StrimziVersion = "0.35.0"  
 + StrimziVersion = "0.47.0"

Also, update other relevant files such as go.mod and go.sum to reflect this version change

Signed-off-by: adity1raut <araut7798@gmail.com>
@adity1raut adity1raut changed the title Update Version Update Strimzi version used in e2e tests to support newer Kubernetes versions Jul 24, 2025
@rickbrouwer
Copy link
Member

Hello!

A Pull Request has a template layout. Could you keep this on? This helps with providing a correct description and links.

Why is the addition of get_helm necessary?
Can you also solve the issue from the Static Check?

Signed-off-by: adity1raut <araut7798@gmail.com>
@adity1raut
Copy link
Author

Hi @rickbrouwer , could you please take a moment to review this PR at your convenience? I would greatly appreciate your feedback.

@rickbrouwer
Copy link
Member

Hi @rickbrouwer , could you please take a moment to review this PR at your convenience? I would greatly appreciate your feedback.

Hi @adity1raut ,

As soon as you create a merge request, you'll see a merge request template. This template provides information so you can provide a clear description of the issue you're solving. It would be helpful if you could leave it intact and use it, as it helps us with the review. It looks like you've completely removed this.

I also see that you've made some changes to go.mod and go.sum. You've also added something to .gitignore that isn't necessary for this change.

The comment in the previous review hasn't been answered yet: "Why is the addition of get_helm necessary?"

@adity1raut adity1raut changed the title Update Strimzi version used in e2e tests to support newer Kubernetes versions Update Strimzi version Jul 29, 2025
@adity1raut
Copy link
Author

Hi @rickbrouwer , could you please take a moment to review this PR at your convenience? I would greatly appreciate your feedback.

Hi @adity1raut ,

As soon as you create a merge request, you'll see a merge request template. This template provides information so you can provide a clear description of the issue you're solving. It would be helpful if you could leave it intact and use it, as it helps us with the review. It looks like you've completely removed this.

I also see that you've made some changes to go.mod and go.sum. You've also added something to .gitignore that isn't necessary for this change.

The comment in the previous review hasn't been answered yet: "Why is the addition of get_helm necessary?"

The get_helm script is not strictly necessary. I added it while updating the code because my GitHub Actions workflow was failing , will Delete this file

@adity1raut
Copy link
Author

Hi @rickbrouwer , could you please take a moment to review this PR at your convenience? I would greatly appreciate your feedback.

Hi @adity1raut ,

As soon as you create a merge request, you'll see a merge request template. This template provides information so you can provide a clear description of the issue you're solving. It would be helpful if you could leave it intact and use it, as it helps us with the review. It looks like you've completely removed this.

I also see that you've made some changes to go.mod and go.sum. You've also added something to .gitignore that isn't necessary for this change.

The comment in the previous review hasn't been answered yet: "Why is the addition of get_helm necessary?"

For the .gitignore file, I used a Python environment to resolve issues related to the pre-commit run --all-files command. I want to update the version, so I’m modifying this file

@adity1raut
Copy link
Author

Hi @rickbrouwer , could you please take a moment to review this PR at your convenience? I would greatly appreciate your feedback.

Hi @adity1raut ,

As soon as you create a merge request, you'll see a merge request template. This template provides information so you can provide a clear description of the issue you're solving. It would be helpful if you could leave it intact and use it, as it helps us with the review. It looks like you've completely removed this.

I also see that you've made some changes to go.mod and go.sum. You've also added something to .gitignore that isn't necessary for this change.

The comment in the previous review hasn't been answered yet: "Why is the addition of get_helm necessary?"

I used the latest Go version 1.24.1. After changing StrimziVersion = "0.47.0", I ran the go mod tidy command, which automatically updated the dependencies

@SpiritZhou
Copy link
Contributor

Hi @rickbrouwer , could you please take a moment to review this PR at your convenience? I would greatly appreciate your feedback.

Hi @adity1raut ,
As soon as you create a merge request, you'll see a merge request template. This template provides information so you can provide a clear description of the issue you're solving. It would be helpful if you could leave it intact and use it, as it helps us with the review. It looks like you've completely removed this.
I also see that you've made some changes to go.mod and go.sum. You've also added something to .gitignore that isn't necessary for this change.
The comment in the previous review hasn't been answered yet: "Why is the addition of get_helm necessary?"

For the .gitignore file, I used a Python environment to resolve issues related to the pre-commit run --all-files command. I want to update the version, so I’m modifying this file

If this is just for a private environment, please don’t upload it to the repository.

@adity1raut
Copy link
Author

environment

I will changed

Signed-off-by: ADITYA RAUT <159172287+adity1raut@users.noreply.github.com>
Signed-off-by: ADITYA RAUT <159172287+adity1raut@users.noreply.github.com>
@rickbrouwer
Copy link
Member

Hi @rickbrouwer , could you please take a moment to review this PR at your convenience? I would greatly appreciate your feedback.

Hi @adity1raut ,
As soon as you create a merge request, you'll see a merge request template. This template provides information so you can provide a clear description of the issue you're solving. It would be helpful if you could leave it intact and use it, as it helps us with the review. It looks like you've completely removed this.
I also see that you've made some changes to go.mod and go.sum. You've also added something to .gitignore that isn't necessary for this change.
The comment in the previous review hasn't been answered yet: "Why is the addition of get_helm necessary?"

I used the latest Go version 1.24.1. After changing StrimziVersion = "0.47.0", I ran the go mod tidy command, which automatically updated the dependencies

That is not necessary for now and out of scope of this PR.

@adity1raut
Copy link
Author

That is not necessary for now and out of scope of this PR.

i chaned it

@adity1raut
Copy link
Author

et_helm

Sir, get-helm is not necessary. If you don't want it, I can delete it

@rickbrouwer
Copy link
Member

et_helm

Sir, get-helm is not necessary. If you don't want it, I can delete it

yes, you can delete it

Signed-off-by: ADITYA RAUT <159172287+adity1raut@users.noreply.github.com>
@adity1raut
Copy link
Author

et_helm

Sir, get-helm is not necessary. If you don't want it, I can delete it

yes, you can delete it

Sir, if there are any other changes you'd like me to make, please let me know

@rickbrouwer
Copy link
Member

et_helm

Sir, get-helm is not necessary. If you don't want it, I can delete it

yes, you can delete it

Sir, if there are any other changes you'd like me to make, please let me know

Please also undo the dependency updates (go.mod en go.sum)

@adity1raut
Copy link
Author

et_helm

Sir, get-helm is not necessary. If you don't want it, I can delete it

yes, you can delete it

Sir, if there are any other changes you'd like me to make, please let me know

Please also undo the dependency updates (go.mod en go.sum)

This dependency is necessary for this version

@rickbrouwer
Copy link
Member

et_helm

Sir, get-helm is not necessary. If you don't want it, I can delete it

yes, you can delete it

Sir, if there are any other changes you'd like me to make, please let me know

Please also undo the dependency updates (go.mod en go.sum)

This dependency is necessary for this version

Can you explain me for better understanding.
If you run a go mod tidy against the current main branch without your update, will these dependency updates be included as well?

@adity1raut
Copy link
Author

your

I am check once again

Signed-off-by: ADITYA RAUT <159172287+adity1raut@users.noreply.github.com>
Signed-off-by: ADITYA RAUT <159172287+adity1raut@users.noreply.github.com>
@adity1raut
Copy link
Author

@rickbrouwer Could you please check this PR and share your review?

Copy link
Member

@rickbrouwer rickbrouwer left a comment

Choose a reason for hiding this comment

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

yes. lgtm!

@rickbrouwer
Copy link
Member

rickbrouwer commented Jul 31, 2025

/run-e2e cron
Update: You can check the progress here

@adity1raut
Copy link
Author

Hey @SpiritZhou , could you please review my PR

@SpiritZhou
Copy link
Contributor

SpiritZhou commented Aug 4, 2025

/run-e2e kafka
Update: You can check the progress here

@rickbrouwer rickbrouwer self-requested a review August 4, 2025 05:47
@JorTurFer
Copy link
Member

I think that this PR is already covered by this other one that fixes some flaky tests too and updates the e2e tests to use the new CRDs.
I'd close this one in favor of the other one, WDYT?

@rickbrouwer
Copy link
Member

Because of merging #6929, I will close this PR.
Thanks for the effort @adity1raut !

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