Conversation
based on d01dc2b (initial working state vibe-coded by @benedikt-haug) Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
|
The plugin is working now. |
|
Wohoo. this is really cool. Thanks for your work @mbuechse and @benedikt-haug! |
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
d235ed0 to
a5480ed
Compare
|
@benedikt-haug We still need to solve the issue of finding the most recent patch version automatically, and I would need v1.33 (or v1.35) as well. Currently, the patch version is not recent enough (which is the only testcase that does fail):
I suppose the reason would be that new patch versions MUST be made available within a month. |
|
This issue #794 seems to be related. What do you think, can it be closed with this PR? |
|
If it's still in progress, should we convert it to draft? |
I think it's a major milestone. We can easily add the rest separately if this gets merged. But we can also keep this open and add the rest here. I don't care. I wouldn't convert it to draft though because it's quite solid, we just need to add a small feature. |
depressiveRobot
left a comment
There was a problem hiding this comment.
Thank you from me as well for your work @mbuechse and @benedikt-haug :)
As said, there seem to be no blockers here anymore. Let's merge.
|
@mbuechse If you just want the latest and greatest supported version, exempting the k8s version should do the trick. |
|
@benedikt-haug I want the latest 1.33 and the latest 1.34. How is the dropdown from the screenshot populated? Can we get this information from some k8s resources via kubectl? |
Those versions are configured in a resource called cloudprofile. Though I'm unsure whether your service account can list them. Another way I could think off would be to parse the upstream k8s release calendar and trying to deploy the correct version. |

based on d01dc2b (initial working state vibe-coded by @benedikt-haug)