Update Strimzi version#6928
Update Strimzi version#6928adity1raut wants to merge 7 commits intokedacore:mainfrom adity1raut:main
Conversation
Signed-off-by: adity1raut <araut7798@gmail.com>
|
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 |
Signed-off-by: adity1raut <araut7798@gmail.com>
|
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 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 |
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 |
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 |
If this is just for a private environment, please don’t upload it to the repository. |
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>
That is not necessary for now and out of scope of this PR. |
i chaned it |
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>
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. |
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>
|
@rickbrouwer Could you please check this PR and share your review? |
|
/run-e2e cron |
|
Hey @SpiritZhou , could you please review my PR |
|
/run-e2e kafka |
|
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. |
|
Because of merging #6929, I will close this PR. |
Solve Issue #6918
Update the version of StrimziVersion in the file tests/helper/helper.go:
Also, update other relevant files such as go.mod and go.sum to reflect this version change