Drop support for Kube 1.25 and 1.26#11640
Conversation
Signed-off-by: Jakub Scholz <www@scholzj.com>
19c8208 to
9782d97
Compare
|
/azp run regression |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run helm-acceptance |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run upgrade |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/packit test --labels upgrade,regression |
ppatierno
left a comment
There was a problem hiding this comment.
LGTM. @scholzj I have a question for my own knowledge because I have never done that. I see a lot of changes in the doc but I guess it wasn't done manually. Where did you apply the main change so that a make command generated all the rest?
|
@ppatierno The changes to |
|
@scholzj thanks a lot! I will open a PR on the development docs trying to summarize the process as we have for the upgrades of Kafka. |
|
@ppatierno Well, feel free to document it. But keep in mind that while the steps around the docs are always the same, sometimes there might be other changes to the code etc. In general, the easiest way to start with it is to search for the version and update it that way (e.g. search for |
|
@scholzj yes yes totally understandable if the new Kube version brought some (breaking) changes. Anyway, it's good having broader lines to follow and mentioning that code changes could be necessary. |
Signed-off-by: Jakub Scholz <www@scholzj.com>
Type of change
Description
As planned earlier, we should drop support for Kubernetes 1.25 and 1.26 in Strimzi 0.48. This has minimal impact on the code. Only on CIs and Docs. But it makes sure the amount of covered Kubernetes versions remains in check.
Checklist